1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00
Beef/IDEHelper/Compiler
2021-10-26 06:35:51 -07:00
..
BfAst.cpp Enhanced ranges 2021-10-24 08:12:18 -07:00
BfAst.h Enhanced ranges 2021-10-24 08:12:18 -07:00
BfAstAllocator.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfAstAllocator.h Initial checkin 2019-08-23 11:56:54 -07:00
BfAutoComplete.cpp Fixed type resolution infinite loop 2021-10-01 06:57:10 -07:00
BfAutoComplete.h Fixed outer type search in autocomplete 2021-01-16 13:43:44 -08:00
BfCodeGen.cpp Lost changes 2021-02-25 10:14:22 -08:00
BfCodeGen.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfCompiler.cpp Enhanced ranges 2021-10-24 08:12:18 -07:00
BfCompiler.h Enhanced ranges 2021-10-24 08:12:18 -07:00
BfConstResolver.cpp Lost changes 2021-02-25 10:14:22 -08:00
BfConstResolver.h Lost changes 2021-02-25 10:14:22 -08:00
BfContext.cpp Fixed method graveyard issue on canceled compile 2021-10-22 11:48:33 -07:00
BfContext.h Fixed sized array const-lookup dependency issue 2021-10-13 12:09:12 -07:00
BfDefBuilder.cpp Allow extensions to declare abstract methods 2021-08-02 12:09:48 -07:00
BfDefBuilder.h Early code generation support 2021-01-11 09:41:43 -08:00
BfDeferEvalChecker.cpp Fixed deferred handling of delegate binds in binary operations 2021-01-22 13:25:37 -08:00
BfDeferEvalChecker.h Fixed deferred handling of delegate binds in binary operations 2021-01-22 13:25:37 -08:00
BfDemangler.cpp Interop fixes and tests, fixing xplat struct passing issues 2020-06-10 07:12:07 -07:00
BfDemangler.h Initial checkin 2019-08-23 11:56:54 -07:00
BfElementVisitor.cpp offsetof 2021-09-10 14:21:25 -07:00
BfElementVisitor.h offsetof 2021-09-10 14:21:25 -07:00
BfExprEvaluator.cpp Error for argument cascade when call target cascade is already specified 2021-10-26 06:35:51 -07:00
BfExprEvaluator.h offsetof 2021-09-10 14:21:25 -07:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Fixed invalid const binop resolution for non-simple consts 2021-09-22 08:07:01 -07:00
BfIRBuilder.h Lost changes 2021-02-25 10:14:22 -08:00
BfIRCodeGen.cpp Lost changes 2021-02-25 10:14:22 -08:00
BfIRCodeGen.h Fixed pointer arithmetic stride issues 2021-01-31 05:39:00 -08:00
BfMangler.cpp Added overflow operators &+, &-, &* 2021-07-15 06:01:17 -07:00
BfMangler.h Fixed GNU const ref mangling 2020-11-16 13:11:44 -08:00
BfModule.cpp Dependency fix for elemented types (ie: pointer types) 2021-10-24 16:07:12 -07:00
BfModule.h Moved interfaces to owned non-code-generating modules 2021-07-31 09:54:27 -07:00
BfModuleTypeUtils.cpp Fixed base type with 'static using' typeref lookup 2021-10-23 08:46:17 -07:00
BfNamespaceVisitor.cpp Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfNamespaceVisitor.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfParser.cpp offsetof 2021-09-10 14:21:25 -07:00
BfParser.h Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
BfPrinter.cpp offsetof 2021-09-10 14:21:25 -07:00
BfPrinter.h offsetof 2021-09-10 14:21:25 -07:00
BfReducer.cpp Enhanced ranges 2021-10-24 08:12:18 -07:00
BfReducer.h Enhanced ranges 2021-10-24 08:12:18 -07:00
BfResolvedTypeUtils.cpp ByVal fixes 2021-09-16 07:56:55 -07:00
BfResolvedTypeUtils.h Fixed base type with 'static using' typeref lookup 2021-10-23 08:46:17 -07:00
BfResolvePass.cpp Added comptype 2021-01-15 14:28:21 -08:00
BfResolvePass.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfSource.cpp Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
BfSource.h Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
BfSourceClassifier.cpp Add colorization options for primitives, structs, generic params and make typealias match aliased type color. 2021-03-22 22:24:05 +01:00
BfSourceClassifier.h Add colorization options for primitives, structs, generic params and make typealias match aliased type color. 2021-03-22 22:24:05 +01:00
BfSourcePositionFinder.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfSourcePositionFinder.h Initial checkin 2019-08-23 11:56:54 -07:00
BfStmtEvaluator.cpp Fixed exhaustive switch case test with const enums 2021-10-04 07:50:05 -07:00
BfSystem.cpp Handled some method slotting reentrancy issues 2021-08-02 10:44:39 -07:00
BfSystem.h Removed "Dynamic Library" target type, replaced by Build Kind 2021-06-28 09:44:47 -07:00
BfTargetTriple.cpp Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
BfTargetTriple.h Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
BfType.h Initial checkin 2019-08-23 11:56:54 -07:00
BfUtil.cpp Added reflect method filters 2020-07-14 08:27:25 -07:00
BfUtil.h Added reflect method filters 2020-07-14 08:27:25 -07:00
BfVarDeclChecker.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfVarDeclChecker.h Initial checkin 2019-08-23 11:56:54 -07:00
CeMachine.cpp Fixed typed primitive comptime encoding 2021-07-22 10:49:17 -07:00
CeMachine.h Fixed method binding for mid-compile methodInstance rebuilding 2021-02-01 13:55:29 -08:00
MemReporter.cpp Beefy::String changes, lambda hotswap fixes 2019-09-03 11:17:13 -07:00
MemReporter.h Beefy::String changes, lambda hotswap fixes 2019-09-03 11:17:13 -07:00