1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00
Beef/IDEHelper/Compiler
2024-11-01 19:01:21 -04:00
..
BfAst.cpp Expanded const generic params to support structs 2024-02-13 06:12:12 -05:00
BfAst.h Valgrind delete fix 2024-10-21 14:15:51 -04:00
BfAstAllocator.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfAstAllocator.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfAutoComplete.cpp Fixed autocomplete on fully-qualified global members 2023-11-18 08:54:28 -05:00
BfAutoComplete.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfCodeGen.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfCodeGen.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfCompiler.cpp Fixed Self renaming issue 2024-10-30 13:31:16 -04:00
BfCompiler.h Initial LLVM 18.1.4 support 2024-05-01 06:26:14 -04:00
BfConstResolver.cpp Improved boxed value support in attribute data 2023-10-10 10:36:04 -07:00
BfConstResolver.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfContext.cpp PopulateHotTypeDataVTable manged name fix 2024-03-16 18:33:48 -04:00
BfContext.h Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
BfDefBuilder.cpp Fixed append ctors in classes with emissions 2022-08-27 09:23:53 -07:00
BfDefBuilder.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfDeferEvalChecker.cpp Fixed issue with comptime strings ending up in executable 2023-03-02 12:41:07 -05:00
BfDeferEvalChecker.h Fixed issue with comptime strings ending up in executable 2023-03-02 12:41:07 -05:00
BfDemangler.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfDemangler.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfElementVisitor.cpp Added label support to 'fallthrough' 2023-12-16 07:38:27 -05:00
BfElementVisitor.h Fixit for expanding auto constructor 2022-08-01 10:47:17 -04:00
BfExprEvaluator.cpp Fixed Self renaming issue 2024-10-30 13:31:16 -04:00
BfExprEvaluator.h Deeper binop interface check for generic param 2024-09-26 12:33:51 -04:00
BfFixits.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfIRBuilder.cpp ReadConstant handling of null pointers 2024-10-23 11:06:00 -04:00
BfIRBuilder.h Add min and max vector intrinsics and codegen infrastructure 2023-04-02 15:07:15 +02:00
BfIRCodeGen.cpp Cleanup mTypeCodeTypeExMap 2024-10-21 16:41:33 -04:00
BfIRCodeGen.h Optimization phases for LLVM upgrade 2024-05-05 12:26:21 -04:00
BfMangler.cpp Mangle fixes 2023-12-27 08:22:08 -05:00
BfMangler.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfModule.cpp Fixed Self renaming issue 2024-10-30 13:31:16 -04:00
BfModule.h Fixed Self renaming issue 2024-10-30 13:31:16 -04:00
BfModuleTypeUtils.cpp Fixed Self renaming issue 2024-10-30 13:31:16 -04:00
BfNamespaceVisitor.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfNamespaceVisitor.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfParser.cpp Sanitize BF_DEPENDS_ defines 2024-10-17 18:00:39 -04:00
BfParser.h Added preprocessor BF_DEPENDS_<ProjectName> 2024-10-13 10:43:37 -04:00
BfPrinter.cpp Kludge to fix spacing in formatting of failed parses 2024-06-30 11:12:44 +02:00
BfPrinter.h Fixit for expanding auto constructor 2022-08-01 10:47:17 -04:00
BfReducer.cpp Fix dangling error when typing delegate, disallow method body after delegate type 2024-09-07 10:12:37 +02:00
BfReducer.h Use StackHelper for very long if/else chains 2024-03-18 05:44:02 -04:00
BfResolvedTypeUtils.cpp Wasm calling convention fixes. IDEHelper/Tests runs on wasm now. 2024-10-25 11:20:01 -04:00
BfResolvedTypeUtils.h Wasm calling convention fixes. IDEHelper/Tests runs on wasm now. 2024-10-25 11:20:01 -04:00
BfResolvePass.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfResolvePass.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSource.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSource.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSourceClassifier.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSourceClassifier.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSourcePositionFinder.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSourcePositionFinder.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfStmtEvaluator.cpp Fixed 'when' on switch payload case 2024-11-01 19:01:21 -04:00
BfSystem.cpp Fixed reflecting Invoke for delegate/function 2023-12-25 07:07:32 -05:00
BfSystem.h Optimization phases for LLVM upgrade 2024-05-05 12:26:21 -04:00
BfTargetTriple.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfTargetTriple.h Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
BfType.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfUtil.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfUtil.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfVarDeclChecker.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfVarDeclChecker.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
CeDebugger.cpp Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00
CeDebugger.h Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00
CeMachine.cpp Support for AtomicCmpXChg 2024-08-25 09:31:20 -04:00
CeMachine.h Support for AtomicCmpXChg 2024-08-25 09:31:20 -04:00
MemReporter.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
MemReporter.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00