1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/IDEHelper/Compiler
2020-12-29 12:41:43 -08:00
..
BfAst.cpp String interpolation 2020-11-11 05:46:52 -08:00
BfAst.h Fixed sized array size inference, primitive type handling in ir 2020-12-24 06:58:38 -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 fixit constructor for AllowAppend, params 2020-12-28 05:15:47 -08:00
BfAutoComplete.h Extended autocomplete info 2020-10-08 09:41:05 -07: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 Added AlwaysIncludeUser, fixed context cleanup order 2020-12-29 12:41:43 -08:00
BfCompiler.h Added AlwaysIncludeUser, fixed context cleanup order 2020-12-29 12:41:43 -08:00
BfConstResolver.cpp Fixed sized array size inference, primitive type handling in ir 2020-12-24 06:58:38 -08:00
BfConstResolver.h Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfContext.cpp Added AlwaysIncludeUser, fixed context cleanup order 2020-12-29 12:41:43 -08:00
BfContext.h More const eval progress 2020-12-19 14:19:33 -08:00
BfDefBuilder.cpp Fixed append alloc issues, static init block fix 2020-12-26 11:41:31 -08:00
BfDefBuilder.h Added 'protected internal' protection 2020-12-07 07:53:12 -08:00
BfDeferEvalChecker.cpp Fix for deferring evaluation of conditionals with nulls for nullables 2020-02-29 08:54:57 -08:00
BfDeferEvalChecker.h Initial checkin 2019-08-23 11:56:54 -07: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 [MangleConst] support 2020-11-16 11:05:08 -08:00
BfElementVisitor.h String interpolation 2020-11-11 05:46:52 -08:00
BfExprEvaluator.cpp Fixed byval size 2020-12-28 11:41:12 -08:00
BfExprEvaluator.h Fixed generic method and methodref binding issues 2020-12-27 10:55:30 -08:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Fixed sized array size inference, primitive type handling in ir 2020-12-24 06:58:38 -08:00
BfIRBuilder.h Fixed sized array size inference, primitive type handling in ir 2020-12-24 06:58:38 -08:00
BfIRCodeGen.cpp Fixed sized array size inference, primitive type handling in ir 2020-12-24 06:58:38 -08:00
BfIRCodeGen.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfMangler.cpp Fixed undef const expression mangling 2020-12-25 15:22:22 -08:00
BfMangler.h Fixed GNU const ref mangling 2020-11-16 13:11:44 -08:00
BfModule.cpp Added AlwaysIncludeUser, fixed context cleanup order 2020-12-29 12:41:43 -08:00
BfModule.h Added AlwaysIncludeUser, fixed context cleanup order 2020-12-29 12:41:43 -08:00
BfModuleTypeUtils.cpp Added AlwaysIncludeUser, fixed context cleanup order 2020-12-29 12:41:43 -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 Fixed string interpolate token preceding character literal 2020-12-26 05:34:21 -08:00
BfParser.h String interpolation 2020-11-11 05:46:52 -08:00
BfPrinter.cpp Formatting improvements to failed parse 2020-12-28 09:10:49 -08:00
BfPrinter.h Formatting improvements to failed parse 2020-12-28 09:10:49 -08:00
BfReducer.cpp Fixed CheckBinaryOperatorPrecedence with partial conditional expression 2020-12-25 15:42:04 -08:00
BfReducer.h Added 'protected internal' protection 2020-12-07 07:53:12 -08:00
BfResolvedTypeUtils.cpp Added AlwaysIncludeUser, fixed context cleanup order 2020-12-29 12:41:43 -08:00
BfResolvedTypeUtils.h Added AlwaysIncludeUser, fixed context cleanup order 2020-12-29 12:41:43 -08:00
BfResolvePass.cpp Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfResolvePass.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfSource.cpp Remove unnecessary delete statements 2020-07-10 16:36:14 -07:00
BfSource.h Linux fix 2020-05-26 08:22:33 -07: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 Initial const eval feature release 2020-12-23 08:53:38 -08:00
BfSystem.cpp Fixed inlining issues 2020-12-27 10:56:14 -08:00
BfSystem.h Added AlwaysIncludeUser, fixed context cleanup order 2020-12-29 12:41:43 -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 consteval reification fixes 2020-12-23 14:04:35 -08:00
CeMachine.h 32-bit consteval fixes 2020-12-23 11:27:46 -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