1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef/IDEHelper/Compiler
2021-01-26 06:33:23 -08:00
..
BfAst.cpp Added comptype 2021-01-15 14:28:21 -08:00
BfAst.h Better fix for direct autprop optimization 2021-01-20 08:53:43 -08: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 extension methods in autocomplete, added extmethod icon 2021-01-20 12:43:55 -08:00
BfAutoComplete.h Fixed outer type search in autocomplete 2021-01-16 13:43:44 -08:00
BfCodeGen.cpp Debugging helpers 2020-10-13 13:41:41 -07:00
BfCodeGen.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfCompiler.cpp Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
BfCompiler.h Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
BfConstResolver.cpp Added comptype 2021-01-15 14:28:21 -08:00
BfConstResolver.h Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfContext.cpp Rebuild libs on outputDir change 2021-01-22 09:27:43 -08:00
BfContext.h Fixed ToString issue with missing interface impl in type with extension 2021-01-20 14:47:29 -08:00
BfDefBuilder.cpp Removing CVarAttribute 2021-01-20 08:23:35 -08: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 Added comptype 2021-01-15 14:28:21 -08:00
BfElementVisitor.h Added comptype 2021-01-15 14:28:21 -08:00
BfExprEvaluator.cpp Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
BfExprEvaluator.h Deferred evaluation support for binary operators 2021-01-22 11:37:39 -08:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
BfIRBuilder.h Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
BfIRCodeGen.cpp Added VarArgs 2021-01-22 04:58:08 -08:00
BfIRCodeGen.h Expanded const aggregate compatibility 2021-01-18 14:09:16 -08:00
BfMangler.cpp Comptime mangle collision fix 2021-01-13 08:51:52 -08:00
BfMangler.h Fixed GNU const ref mangling 2020-11-16 13:11:44 -08:00
BfModule.cpp Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
BfModule.h Fixed errors during qualified static field reference 2021-01-22 08:50:21 -08:00
BfModuleTypeUtils.cpp Fixed errors during qualified static field reference 2021-01-22 08:50:21 -08: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 Added comptype 2021-01-15 14:28:21 -08:00
BfParser.h Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
BfPrinter.cpp Fixed named tuple formatting issue, fixed some spacing issues 2021-01-20 09:41:44 -08:00
BfPrinter.h Formatting improvements to failed parse 2020-12-28 09:10:49 -08:00
BfReducer.cpp Added @return support 2021-01-16 12:35:51 -08:00
BfReducer.h Added '.{ x = 1, y = 2}' initializer expression 2021-01-02 06:14:29 -08:00
BfResolvedTypeUtils.cpp Fixed errors during qualified static field reference 2021-01-22 08:50:21 -08:00
BfResolvedTypeUtils.h Fixed errors during qualified static field reference 2021-01-22 08:50:21 -08: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 String interpolation 2020-11-11 05:46:52 -08:00
BfSourceClassifier.h String interpolation 2020-11-11 05:46:52 -08: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 Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
BfSystem.cpp Added 'concrete' constraint 2021-01-13 09:24:15 -08:00
BfSystem.h Removing CVarAttribute 2021-01-20 08:23:35 -08: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 Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
CeMachine.h Comptime math and bug fixes 2021-01-26 06:33:23 -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