1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00
Beef/IDEHelper/Compiler
2022-01-25 10:41:18 -05:00
..
BfAst.cpp Improvements to overflow arithmetic 2022-01-11 10:36:22 -05:00
BfAst.h Improvements to overflow arithmetic 2022-01-11 10:36:22 -05: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 Improvements to handling of pointers to reference types 2022-01-04 07:17:32 -05:00
BfAutoComplete.h Fixed issues autocompleting in extensions outside definition project 2022-01-01 10:12:20 -05: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 Added Target CPU workspace override 2022-01-25 07:04:54 -05:00
BfCompiler.h Added Target CPU workspace override 2022-01-25 07:04:54 -05:00
BfConstResolver.cpp Const actualization fixes 2021-11-23 15:01:10 -08:00
BfConstResolver.h Lost changes 2021-02-25 10:14:22 -08:00
BfContext.cpp Comptime can now run on unspecialized code 2022-01-16 07:59:51 -05:00
BfContext.h Fix for 'using static' namespace search inside namespace declarations 2022-01-07 08:58:19 -05:00
BfDefBuilder.cpp Fixed comptime-emitted property crash 2022-01-06 10:33:12 -05:00
BfDefBuilder.h Fixed comptime declaring type with types with extension 2021-11-22 17:11:16 -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 Support for expression-bodied properties with mut 2022-01-03 14:41:12 -05:00
BfElementVisitor.h offsetof 2021-09-10 14:21:25 -07:00
BfExprEvaluator.cpp Fixed condbr on aliased mixin param value 2022-01-25 06:16:57 -05:00
BfExprEvaluator.h Fixed IsVar check 2022-01-22 07:01:57 -05:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Added Target CPU workspace override 2022-01-25 07:04:54 -05:00
BfIRBuilder.h Added Target CPU workspace override 2022-01-25 07:04:54 -05:00
BfIRCodeGen.cpp Added Target CPU workspace override 2022-01-25 07:04:54 -05:00
BfIRCodeGen.h Added Target CPU workspace override 2022-01-25 07:04:54 -05:00
BfMangler.cpp Fixes for global ctor/dtor/mark 2022-01-25 10:41:18 -05:00
BfMangler.h Fixed GNU const ref mangling 2020-11-16 13:11:44 -08:00
BfModule.cpp Added Target CPU workspace override 2022-01-25 07:04:54 -05:00
BfModule.h Generic outer type fixes, 'in' fixes 2022-01-22 07:57:02 -05:00
BfModuleTypeUtils.cpp Generic outer type fixes, 'in' fixes 2022-01-22 07:57:02 -05: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 Improvements to overflow arithmetic 2022-01-11 10:36:22 -05:00
BfParser.h Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete 2021-12-24 14:07:34 +01:00
BfPrinter.cpp Allow generic conversion operators 2022-01-17 17:10:37 -05:00
BfPrinter.h Support for expression-bodied properties with mut 2022-01-03 14:41:12 -05:00
BfReducer.cpp Make multivariable for loops work 'for (int i = 0, j = 10; i < j; i++, j--)' 2022-01-21 06:57:35 -05:00
BfReducer.h Fix for 'using static' namespace search inside namespace declarations 2022-01-07 08:58:19 -05:00
BfResolvedTypeUtils.cpp Fixes to UndoDeclaration 2022-01-16 08:29:00 -05:00
BfResolvedTypeUtils.h Generic outer type fixes, 'in' fixes 2022-01-22 07:57:02 -05:00
BfResolvePass.cpp Fixed symbol rename for types with comptime emissions 2021-11-23 11:34:30 -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 Fix for 'using static' namespace search inside namespace declarations 2022-01-07 08:58:19 -05:00
BfSourceClassifier.cpp Allow comptime extern constraint typerefs 2021-11-23 09:12:10 -08: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 'var' improvements, fixed cast issues with typed prim & constraint check 2022-01-19 10:38:20 -05:00
BfSystem.cpp Fixes for global ctor/dtor/mark 2022-01-25 10:41:18 -05:00
BfSystem.h Improvements to new conversion operator overload invoker 2022-01-19 14:34:47 -05: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 Don't crash on failed GetOperand on invocation args 2022-01-22 06:08:42 -05:00
CeMachine.h Comptime can now run on unspecialized code 2022-01-16 07:59:51 -05: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