1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00
Beef/IDEHelper/Compiler
2020-09-16 04:38:19 -07:00
..
BfAst.cpp Operator '??=', '?' out discard 2020-09-07 15:24:42 -07:00
BfAst.h Parser fixes 2020-09-12 08:11:29 -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 renaming of namespaces 2020-09-11 14:01:40 -07:00
BfAutoComplete.h Fixed renaming of namespaces 2020-09-11 14:01:40 -07:00
BfCodeGen.cpp Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfCodeGen.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfCompiler.cpp Changed orphaned extensions to still create a composite 2020-09-16 04:35:28 -07:00
BfCompiler.h Dynamic boxing 2020-09-14 11:18:24 -07:00
BfConstResolver.cpp Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfConstResolver.h Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfContext.cpp Reworked functions with explicit 'this' 2020-09-11 10:33:16 -07:00
BfContext.h Added alloctype(T) 2020-08-12 15:07:56 -07:00
BfDefBuilder.cpp Generics error fix 2020-09-12 09:41:43 -07:00
BfDefBuilder.h Fixed constraints error 2020-09-12 09:24:01 -07: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 [IgnoreErrors] block attribute 2020-08-16 08:33:51 -07:00
BfElementVisitor.h Added [IgnoreErrors] block attribute 2020-08-16 08:33:51 -07:00
BfExprEvaluator.cpp Support for matching interface conformance in distinct build options 2020-09-16 04:37:28 -07:00
BfExprEvaluator.h Reworked functions with explicit 'this' 2020-09-11 10:33:16 -07:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfIRBuilder.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfIRCodeGen.cpp Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfIRCodeGen.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfMangler.cpp Fixed ccompat mangling un-uniquing generic type names 2020-09-16 04:38:19 -07:00
BfMangler.h Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -07:00
BfModule.cpp Dynamic boxing 2020-09-14 11:18:24 -07:00
BfModule.h Fixed const expr creation during box checking 2020-09-15 14:06:10 -07:00
BfModuleTypeUtils.cpp Support for matching interface conformance in distinct build options 2020-09-16 04:37:28 -07:00
BfNamespaceVisitor.cpp Fixed using static issue 2020-07-05 09:37:27 -07:00
BfNamespaceVisitor.h Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfParser.cpp Operator '??=', '?' out discard 2020-09-07 15:24:42 -07:00
BfParser.h Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
BfPrinter.cpp Property reformat fixes 2020-09-14 11:55:18 -07:00
BfPrinter.h Initializer expressions 2020-06-18 06:12:14 -07:00
BfReducer.cpp Fixed some classify flashing 2020-09-14 11:54:54 -07:00
BfReducer.h Fixed some classify flashing 2020-09-14 11:54:54 -07:00
BfResolvedTypeUtils.cpp Support for matching interface conformance in distinct build options 2020-09-16 04:37:28 -07:00
BfResolvedTypeUtils.h Dynamic boxing 2020-09-14 11:18:24 -07:00
BfResolvePass.cpp Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfResolvePass.h Fixed 'using static' 2020-06-02 05:46:56 -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 Fixed lambda capture of shadows variables 2020-09-01 15:57:08 -07:00
BfSourceClassifier.h Extension classifier fix 2020-08-31 14:16:22 -07: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 Changes 'unreachable code' to use mIgnoreWrites 2020-09-16 04:29:21 -07:00
BfSystem.cpp Support for matching interface conformance in distinct build options 2020-09-16 04:37:28 -07:00
BfSystem.h Dynamic boxing 2020-09-14 11:18:24 -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
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