[root]/testsuite/bootstrapping
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 332 (100.0%) | 3480 (100.0%) | 10.4 |
sjoelund.se | 183 (55.1%) | 2577 (74.1%) | 14.0 |
adrpo | 35 (10.5%) | 363 (10.4%) | 10.3 |
perost | 46 (13.9%) | 340 (9.8%) | 7.3 |
adeas31 | 15 (4.5%) | 125 (3.6%) | 8.3 |
mahge930 | 2 (0.6%) | 40 (1.1%) | 20.0 |
Frenkel TUD | 7 (2.1%) | 14 (0.4%) | 2.0 |
jfrenkel | 2 (0.6%) | 13 (0.4%) | 6.5 |
leonardo.laguna | 2 (0.6%) | 3 (0.1%) | 1.5 |
wbraun | 2 (0.6%) | 2 (0.1%) | 1.0 |
petar | 1 (0.3%) | 1 (0.0%) | 1.0 |
niklwors | 1 (0.3%) | 1 (0.0%) | 1.0 |
Dongliang Li | 1 (0.3%) | 1 (0.0%) | 1.0 |
alash325 | 35 (10.5%) | 0 (0.0%) | 0.0 |
_moved bootstrapping directory to testsuite/openmodelica and update Makefile and some other necessary staffs.
0 lines of code changed in 35 files:
- Fix bootstrapping
3 lines of code changed in 2 files:
- Changed Util.swap to work as expected (i.e. swap on true).
9 lines of code changed in 3 files:
- Fix bootstrapping
1 lines of code changed in 1 file:
- Code-generation for Complex. Functions are now prefixed omc_ instead of _
3 lines of code changed in 1 file:
- update OMDev.
FMI Import
- Separated the FMI Interface and the FMI external interface.
- Use more records for code generation.
FMI Export
- Don't print log if user sets fmiSetDebugLogging off.
1 lines of code changed in 1 file:
- fixed bootstrapping test
1 lines of code changed in 1 file:
- Fix testcase
5 lines of code changed in 1 file:
- add -fopenmp when linking with omcruntime
- add -fopenmp in LinkMain.makefile.mingw instead of libgomp-1.dll (that might change with a new MinGW GCC)
5 lines of code changed in 1 file:
- Fixed bootstrap compilation.
1 lines of code changed in 1 file:
- Fix bootstrapping (seriously, we needed this feature? so much work...)
+ Now we support codegenration for if-expressions returning tuples (comes from match-expression optimizations)
- Enabled SusanTest.mos full test since tail-recursion makes it run fine
- T_TUPLE is no longer simplified into a MetaModelica type
- We can now handle code-generation for tuple-expressions (creates an anonymous record)
17 lines of code changed in 1 file:
- Expected output
51 lines of code changed in 1 file:
- Added missing 'each' prefixes to more models
- Made DAE.TYPED and DAE.UNTYPED modifications contain Absyn.Info and started using that whenever possible
- This makes error-messages appear at the source of the modification instead of at the component being modified, which is better since it is easier to look up the component than to figure where the #!#&@ the modification came from
85 lines of code changed in 2 files:
- fix bug Ticket #1794
- speed up removesimpleequations
- start to implement dae residual compare code generation
12 lines of code changed in 1 file:
- Towards more separation between Script and FrontEnd.
- All the calls from Interactive and CevalScript to Ceval.ceval are concentrated through CevalScript.ceval.
- All the calls from Interactive and CevalScript to Static.elabExp are concentrated through StaticScript.elabExp.
2 lines of code changed in 1 file:
- Rudimentary support for level=AssertionLevel.warning, also in the runtime
- Do type-checking of msg in assert(true, msg)
34 lines of code changed in 1 file:
#1798
- External C functions can now throw assertions by calling ModelicaError
- Assertions thrown in function code now causes the function to fail() properly
34 lines of code changed in 1 file:
- fix taps
- fix bootstrapping test
1 lines of code changed in 1 file:
- Fix bootstrapping.
1 lines of code changed in 1 file:
- Fix testcase SimCodeTest
1 lines of code changed in 1 file:
- splitt SimCode in SimCode for data types and SimCodeUtil for functions
1 lines of code changed in 1 file:
- start to implement new index calculation
1 lines of code changed in 1 file:
- Implemented check for flow/stream connecting to non-flow/stream for the new
instantiation.
1 lines of code changed in 1 file:
- Added new package ConnectionSets to handle connection sets.
- Lots of connection handling improvements.
- Some updates of the omc translations.
- Added case for SCodeInst to CevalScript.runFrontEndWork which mimics the old
instantiation, to make it easier to compare the new and old instantiation.
- Probably lots of other things too...
1 lines of code changed in 1 file:
- Removed some unused variables
- Set LF line endings
- Updated refactoring script to contain more profanity (fuck yeah!)
15 lines of code changed in 1 file:
- Refactoring
8 lines of code changed in 1 file:
- Print errors in flags instead of fail execution
1 lines of code changed in 1 file:
- Fix bootstrap compilation
2 lines of code changed in 2 files:
- Compile FMIL.
4 lines of code changed in 2 files:
- fix bootsrapped compilation on mingw
3 lines of code changed in 1 file:
- FMI import.
1 lines of code changed in 1 file:
#1767
- Marked strings for translation in Error.mo
- Removed some useless whitespace from a few error-messages
2 lines of code changed in 1 file:
- Fixed bootstrapped compilation for Windows. Added -lintl.
1 lines of code changed in 1 file:
Pre-vacation code dump:
- Added List.accumulateMap.
- Replaced InstUtil.print* functions with the template based InstDump.
- Lots of connection handling and other fixes.
4 lines of code changed in 1 file:
- handle some of the builtin functions
- handle records
- add a Compiler/FrontEnd/TypeCheck.mo for type checking (does nothing for now, more will come later).
1 lines of code changed in 1 file:
add CheckModel.mo: does the Model check without the backendend. Need less memory, should be faster, changes in backend affect less testcases
add HashSet.mo, BaseHashSet.mo: copy implementation from HashTable but without a value
4 lines of code changed in 1 file:
- speedup expandDer
- improve BackendVariable.getVar
- rewrote a fiew functions tailrecursive in SimCode.mo
1 lines of code changed in 1 file:
- add Compiler/BackEnd/MathematicaDump.mo to testsuite/bootstrapping/LoadCompilerSources.mos
- fix output parameters in Compiler/BackEnd/MathematicaDump.mo
1 lines of code changed in 1 file:
fix bootstrapped compilaton
1 lines of code changed in 1 file:
- Implemented MathematicaDump.mo for uncertainty calculations
1 lines of code changed in 1 file:
(171 more)