Directory testsuite/bootstrapping/

Directory Created:
2010-11-15 08:29
Directory Deleted:
2012-10-01 13:27
Total Files:
0
Deleted Files:
35
Lines of Code:
0

[root]/testsuite/bootstrapping

Lines of Code

testsuite/bootstrapping/ Lines of Code

Developers

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

Most Recent Commits

alash325 2012-10-01 13:27 Rev.: 13118

_moved bootstrapping directory to testsuite/openmodelica and update Makefile and some other necessary staffs.

0 lines of code changed in 35 files:

  • testsuite/bootstrapping: BreakProcess.cpp (del), DebugTest.mos (del), DumpTest.mo (del), DumpTest.mos (del), GenerateDocumentation.mo (del), GenerateDocumentation.mos (del), GraphTest.mo (del), GraphTest.mos (del), HashTableTest.mo (del), HashTableTest.mos (del), LinkMain.makefile (del), LinkMain.makefile.in (del), LinkMain.makefile.mingw (del), LoadCompilerSources.mos (del), MainTest.mos (del), MainTestSeparate.mos (del), Makefile (del), PriorityQueue.mos (del), SimCodeTest.mo (del), SimCodeTest.mos (del), SimplifyTest.mo (del), SimplifyTest.mos (del), SusanTest.mo (del), SusanTest.mos (del), SusanTestSmall.tpl (del), SusanTestTV.mo (del), System.mos (del), SystemTest.mo (del), UtilTest.mo (del), UtilTest.mos (del), convert_lines.pl (del), main.c (del), main_records.c (del), main_separate.c (del), refactor-mc-to-m.sh (del)
sjoelund.se 2012-09-28 16:49 Rev.: 13089

- Fix bootstrapping

3 lines of code changed in 2 files:

  • testsuite/bootstrapping: LinkMain.makefile.in (+2 -2), LinkMain.makefile.mingw (+1 -1)
perost 2012-09-27 17:35 Rev.: 13078

- Changed Util.swap to work as expected (i.e. swap on true).

9 lines of code changed in 3 files:

  • testsuite/bootstrapping: HashTableTest.mo (+2), HashTableTest.mos (+6 -2), LoadCompilerSources.mos (+1)
sjoelund.se 2012-09-27 15:52 Rev.: 13077

- Fix bootstrapping

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: main.c (+1 -1)
sjoelund.se 2012-09-27 13:09 Rev.: 13073

- Code-generation for Complex. Functions are now prefixed omc_ instead of _

3 lines of code changed in 1 file:

  • testsuite/bootstrapping: SimCodeTest.mos (+3 -3)
adeas31 2012-09-25 16:24 Rev.: 13045

- 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:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
wbraun 2012-09-22 13:53 Rev.: 13025

- fixed bootstrapping test

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
sjoelund.se 2012-09-21 13:49 Rev.: 13014

- Fix testcase

5 lines of code changed in 1 file:

  • testsuite/bootstrapping: SusanTest.mos (+5 -1)
adrpo 2012-09-21 09:38 Rev.: 13004

- 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:

  • testsuite/bootstrapping: LinkMain.makefile.mingw (+5 -4)
adeas31 2012-09-21 02:30 Rev.: 13002

- Fixed bootstrap compilation.

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LinkMain.makefile.mingw (+1 -1)
sjoelund.se 2012-09-20 13:23 Rev.: 12991

- 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:

  • testsuite/bootstrapping: SusanTest.mos (+17 -12)
sjoelund.se 2012-09-20 12:04 Rev.: 12990

- Expected output

51 lines of code changed in 1 file:

  • testsuite/bootstrapping: DebugTest.mos (+51 -52)
sjoelund.se 2012-09-20 10:01 Rev.: 12988

- 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:

  • testsuite/bootstrapping: DebugTest.mos (new 84), Makefile (+1)
jfrenkel 2012-09-19 17:28 Rev.: 12978

- fix bug Ticket #1794
- speed up removesimpleequations
- start to implement dae residual compare code generation

12 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+12 -10)
leonardo.laguna 2012-09-19 17:17 Rev.: 12977

- 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:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+2)
sjoelund.se 2012-09-14 15:11 Rev.: 12938

- 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:

  • testsuite/bootstrapping: SimCodeTest.mos (+34 -33)
sjoelund.se 2012-09-13 13:57 Rev.: 12918

#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:

  • testsuite/bootstrapping: SimCodeTest.mos (+34 -40)
jfrenkel 2012-09-12 20:51 Rev.: 12900

- fix taps
- fix bootstrapping test

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
perost 2012-09-06 22:53 Rev.: 12815

- Fix bootstrapping.

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1 -1)
sjoelund.se 2012-09-06 10:05 Rev.: 12800

- Fix testcase SimCodeTest

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: SimCodeTest.mo (+1 -1)
Frenkel TUD 2012-09-06 00:56 Rev.: 12798

- splitt SimCode in SimCode for data types and SimCodeUtil for functions

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
Frenkel TUD 2012-09-05 15:08 Rev.: 12789

- start to implement new index calculation

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
perost 2012-09-03 13:06 Rev.: 12767

- Implemented check for flow/stream connecting to non-flow/stream for the new
instantiation.

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
perost 2012-08-31 15:56 Rev.: 12754

- 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:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
sjoelund.se 2012-08-15 16:51 Rev.: 12535

- 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:

  • testsuite/bootstrapping: refactor-mc-to-m.sh (+15 -5)
sjoelund.se 2012-08-15 14:54 Rev.: 12532

- Refactoring

8 lines of code changed in 1 file:

  • testsuite/bootstrapping: refactor-mc-to-m.sh (+8 -5)
sjoelund.se 2012-08-15 12:47 Rev.: 12527

- Print errors in flags instead of fail execution

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: refactor-mc-to-m.sh (+1 -1)
sjoelund.se 2012-08-13 20:04 Rev.: 12502

- Fix bootstrap compilation

2 lines of code changed in 2 files:

  • testsuite/bootstrapping: LinkMain.makefile.in (+1 -1), LinkMain.makefile.mingw (+1 -1)
adeas31 2012-08-13 16:12 Rev.: 12496

- Compile FMIL.

4 lines of code changed in 2 files:

  • testsuite/bootstrapping: LinkMain.makefile.in (+3 -3), LinkMain.makefile.mingw (+1 -1)
Frenkel TUD 2012-08-13 14:46 Rev.: 12491

- fix bootsrapped compilation on mingw

3 lines of code changed in 1 file:

  • testsuite/bootstrapping: LinkMain.makefile.mingw (+3 -1)
adeas31 2012-08-10 04:43 Rev.: 12467

- FMI import.

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
sjoelund.se 2012-08-03 13:30 Rev.: 12421

#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:

  • testsuite/bootstrapping: UtilTest.mos (+2)
adeas31 2012-08-02 00:25 Rev.: 12396

- Fixed bootstrapped compilation for Windows. Added -lintl.

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LinkMain.makefile.mingw (+1 -1)
perost 2012-06-29 11:15 Rev.: 12248

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:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+4)
adrpo 2012-06-29 05:54 Rev.: 12239

- 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:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
Frenkel TUD 2012-06-27 23:40 Rev.: 12218

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:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+4)
Frenkel TUD 2012-06-20 23:35 Rev.: 12161

- speedup expandDer
- improve BackendVariable.getVar
- rewrote a fiew functions tailrecursive in SimCode.mo

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
adrpo 2012-06-20 19:38 Rev.: 12157

- 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:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
niklwors 2012-06-20 15:53 Rev.: 12148

fix bootstrapped compilaton

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)
leonardo.laguna 2012-06-20 14:07 Rev.: 12140

- Implemented MathematicaDump.mo for uncertainty calculations

1 lines of code changed in 1 file:

  • testsuite/bootstrapping: LoadCompilerSources.mos (+1)

(171 more)

Generated by StatSVN 0.7.0