.. |
BfAst.cpp
|
Remove 'stack' keyword
|
2024-12-31 08:55:37 -08:00 |
BfAst.h
|
Remove 'stack' keyword
|
2024-12-31 08:55:37 -08: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
|
Added autocomplete "all" option for ctor passthroughs
|
2024-12-31 10:28:04 -08:00 |
BfAutoComplete.h
|
Added autocomplete for constructor passthroughs
|
2024-12-31 10:03:16 -08: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
|
Handle zero-sized enums (<= 1 member)
|
2024-11-08 09:16:27 -05:00 |
BfCompiler.h
|
Initial LLVM 18.1.4 support
|
2024-05-01 06:26:14 -04:00 |
BfConstResolver.cpp
|
Debugger mouseover improvements
|
2024-12-31 07:48:03 -08: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
|
Generic constructors
|
2024-11-06 07:31:55 -05:00 |
BfDefBuilder.h
|
Trailing whitespace trimming
|
2022-07-26 13:27:03 -04:00 |
BfDeferEvalChecker.cpp
|
Allow (.) inferred type cast inside ref and * unary operations
|
2024-12-02 13:53:36 -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
|
Handle zero-sized enums (<= 1 member)
|
2024-11-08 09:16:27 -05:00 |
BfElementVisitor.h
|
Handle zero-sized enums (<= 1 member)
|
2024-11-08 09:16:27 -05:00 |
BfExprEvaluator.cpp
|
Remove 'stack' keyword
|
2024-12-31 08:55:37 -08:00 |
BfExprEvaluator.h
|
Generic constructors
|
2024-11-06 07:31:55 -05:00 |
BfFixits.h
|
Trailing whitespace trimming
|
2022-07-26 13:27:03 -04:00 |
BfIRBuilder.cpp
|
Handle fakevals in SetActiveFunction
|
2024-12-17 05:45:13 -08:00 |
BfIRBuilder.h
|
Add min and max vector intrinsics and codegen infrastructure
|
2023-04-02 15:07:15 +02:00 |
BfIRCodeGen.cpp
|
bool vector improvements
|
2024-11-20 07:43:27 -05: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
|
Debugger mouseover improvements
|
2024-12-31 07:48:03 -08:00 |
BfModule.h
|
Improved hotswapping with extension modules
|
2024-12-29 11:02:17 -08:00 |
BfModuleTypeUtils.cpp
|
Fixed late ctor hiding with extensions
|
2024-12-02 14:34:51 -05: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
|
Remove 'stack' keyword
|
2024-12-31 08:55:37 -08:00 |
BfParser.h
|
Added preprocessor BF_DEPENDS_<ProjectName>
|
2024-10-13 10:43:37 -04:00 |
BfPrinter.cpp
|
Handle zero-sized enums (<= 1 member)
|
2024-11-08 09:16:27 -05:00 |
BfPrinter.h
|
Handle zero-sized enums (<= 1 member)
|
2024-11-08 09:16:27 -05:00 |
BfReducer.cpp
|
Remove 'stack' keyword
|
2024-12-31 08:55:37 -08:00 |
BfReducer.h
|
Generic constructors
|
2024-11-06 07:31:55 -05:00 |
BfResolvedTypeUtils.cpp
|
Fixed late ctor hiding with extensions
|
2024-12-02 14:34:51 -05:00 |
BfResolvedTypeUtils.h
|
Improved hotswapping with extension modules
|
2024-12-29 11:02:17 -08: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
|
Fixed issue with error squiggles persisting on member lookups
|
2024-12-04 08:42:31 -05:00 |
BfSourceClassifier.h
|
Added IDE colorization: Member, Local, Parameter
|
2024-12-02 07:39:17 -05: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
|
Debugger mouseover improvements
|
2024-12-31 07:48:03 -08:00 |
BfSystem.cpp
|
Handle zero-sized enums (<= 1 member)
|
2024-11-08 09:16:27 -05:00 |
BfSystem.h
|
Improved hotswapping with extension modules
|
2024-12-29 11:02:17 -08: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
|
Fixed U8 to float conversions
|
2024-12-02 12:17:23 -05: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 |