1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef/IDEHelper/Compiler
2022-05-02 07:48:29 -07:00
..
BfAst.cpp Start of anonymous 'using' field 2022-02-19 07:38:05 -05:00
BfAst.h File-scoped namespaces 2022-04-17 08:40:25 -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 ResolveGenericType call fix 2022-04-30 08:53:24 -07:00
BfAutoComplete.h Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
BfCodeGen.cpp Fixed dependency of alias types 2022-03-19 12:24:56 -07:00
BfCodeGen.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfCompiler.cpp Improvements to emit markers on emits only in specialized types 2022-05-02 07:48:29 -07:00
BfCompiler.h Sanitized deleted deps from mid-compile rebuild-deleted on-demand types 2022-04-27 14:41:50 -07:00
BfConstResolver.cpp Improved undef handling of unspecialized const generic arg 2022-04-18 11:04:45 -07:00
BfConstResolver.h Improved undef handling of unspecialized const generic arg 2022-04-18 11:04:45 -07:00
BfContext.cpp Sanitized deleted deps from mid-compile rebuild-deleted on-demand types 2022-04-27 14:41:50 -07:00
BfContext.h Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
BfDefBuilder.cpp File-scoped namespaces 2022-04-17 08:40:25 -07:00
BfDefBuilder.h File-scoped namespaces 2022-04-17 08:40:25 -07: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 File-scoped namespaces 2022-04-17 08:40:25 -07:00
BfElementVisitor.h Start of anonymous 'using' field 2022-02-19 07:38:05 -05:00
BfExprEvaluator.cpp ResolveGenericType arg fix 2022-04-30 09:20:32 -07:00
BfExprEvaluator.h Improvements to auto-impl properties 2022-03-01 09:49:02 -08:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Lowering fix when lowered types are larger than source types 2022-04-19 07:48:03 -07:00
BfIRBuilder.h Lowering fix when lowered types are larger than source types 2022-04-19 07:48:03 -07:00
BfIRCodeGen.cpp Bounds check fix 2022-04-28 11:21:01 -07:00
BfIRCodeGen.h Fixed array alloca with non-aligned structs 2022-04-26 11:41:34 -07:00
BfMangler.cpp Copy composites for interop calling conventions 2022-02-04 10:29:23 -05:00
BfMangler.h Fixed GNU const ref mangling 2020-11-16 13:11:44 -08:00
BfModule.cpp Changed ResolveSelfType to not require a type instance 2022-04-30 08:10:57 -07:00
BfModule.h Changed ResolveSelfType to not require a type instance 2022-04-30 08:10:57 -07:00
BfModuleTypeUtils.cpp Improvements to emit markers on emits only in specialized types 2022-05-02 07:48:29 -07:00
BfNamespaceVisitor.cpp File-scoped namespaces 2022-04-17 08:40:25 -07:00
BfNamespaceVisitor.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfParser.cpp Multi-$ string interpolation 2022-04-19 17:49:28 -07:00
BfParser.h Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
BfPrinter.cpp File-scoped namespaces 2022-04-17 08:40:25 -07:00
BfPrinter.h Support for expression-bodied properties with mut 2022-01-03 14:41:12 -05:00
BfReducer.cpp Fixed 'defined()' parsing in compat mode 2022-04-30 08:33:39 -07:00
BfReducer.h Improved generic type parsing (particularly 'a<b>.c < d` cases) 2022-02-06 08:21:53 -05:00
BfResolvedTypeUtils.cpp Changed ResolveSelfType to not require a type instance 2022-04-30 08:10:57 -07:00
BfResolvedTypeUtils.h Fixed nested generic const value types 2022-04-29 08:19:24 -07:00
BfResolvePass.cpp Improvements to emit markers on emits only in specialized types 2022-05-02 07:48:29 -07:00
BfResolvePass.h Improvements to emit markers on emits only in specialized types 2022-05-02 07:48:29 -07:00
BfSource.cpp Fixes from valgrind 2022-03-18 18:06:14 -07:00
BfSource.h Fixes from valgrind 2022-03-18 18:06:14 -07:00
BfSourceClassifier.cpp Better string interpolation expr parsing 2022-02-12 09:42:42 -05: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 Improvements to emit markers on emits only in specialized types 2022-05-02 07:48:29 -07:00
BfSystem.cpp Improvements to emit markers on emits only in specialized types 2022-05-02 07:48:29 -07:00
BfSystem.h Auto ctor fixes 2022-04-16 16:43:21 -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 Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
BfUtil.h Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -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
CeDebugger.cpp Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
CeDebugger.h Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
CeMachine.cpp Improvements to emit markers on emits only in specialized types 2022-05-02 07:48:29 -07:00
CeMachine.h Improvements to emit markers on emits only in specialized types 2022-05-02 07:48:29 -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