Directory Compiler/FrontEnd/

Directory Created:
2010-12-13 08:21
Total Files:
95
Deleted Files:
67
Lines of Code:
189698

[root]/Compiler/FrontEnd

Lines of Code

Compiler/FrontEnd/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8650 (100.0%) 549743 (100.0%) 63.5
adrpo 1125 (13.0%) 250405 (45.5%) 222.5
sjoelund.se 4297 (49.7%) 126145 (22.9%) 29.3
perost 1674 (19.4%) 102117 (18.6%) 61.0
hudson 276 (3.2%) 40474 (7.4%) 146.6
mahge930 300 (3.5%) 9283 (1.7%) 30.9
lochel 290 (3.4%) 4561 (0.8%) 15.7
Frenkel TUD 146 (1.7%) 4208 (0.8%) 28.8
vitalij 96 (1.1%) 2217 (0.4%) 23.0
leonardo.laguna 40 (0.5%) 2008 (0.4%) 50.2
jfrenkel 65 (0.8%) 1603 (0.3%) 24.6
wbraun 47 (0.5%) 1400 (0.3%) 29.7
bthiele 32 (0.4%) 1050 (0.2%) 32.8
adeas31 68 (0.8%) 1003 (0.2%) 14.7
vwaurich 49 (0.6%) 995 (0.2%) 20.3
AlexeyLebedev 12 (0.1%) 596 (0.1%) 49.6
petar 17 (0.2%) 504 (0.1%) 29.6
hkiel 83 (1.0%) 373 (0.1%) 4.4
ppriv 1 (0.0%) 209 (0.0%) 209.0
Dongliang Li 5 (0.1%) 186 (0.0%) 37.2
alash325 1 (0.0%) 117 (0.0%) 117.0
mwalther 12 (0.1%) 81 (0.0%) 6.7
henrikt 2 (0.0%) 64 (0.0%) 32.0
niklwors 1 (0.0%) 48 (0.0%) 48.0
arun3688 1 (0.0%) 26 (0.0%) 26.0
JohannaSchneider 1 (0.0%) 23 (0.0%) 23.0
aleca751 3 (0.0%) 16 (0.0%) 5.3
olero 3 (0.0%) 12 (0.0%) 4.0
rakhiwarriar 1 (0.0%) 11 (0.0%) 11.0
dhedberg 1 (0.0%) 7 (0.0%) 7.0
rfranke 1 (0.0%) 1 (0.0%) 1.0

Most Recent Commits

sjoelund.se 2015-05-03 11:40 Rev.: 25892

antlr3 library changed name to omantlr3

6 lines of code changed in 1 file:

  • Compiler/FrontEnd: ParserExt.mo (+6 -6)
mwalther 2015-04-29 12:37 Rev.: 25816

- support for non constant array-indices added to variable - memory - mapping

3 lines of code changed in 1 file:

  • Compiler/FrontEnd: DAEUtil.mo (+3 -4)
mwalther 2015-04-29 10:01 Rev.: 25804

- added a mapping for variables to storage positions, to support efficient code generation that keeps array-variables as arrays
- a new HashTable is now part of the code, that maps a ComponentReference to an array of Integers and a list of Integers
- HpcOm memory optimization disabled
- initAliasArray-interface extended in SimVars-Class
- some typo fixes

17 lines of code changed in 1 file:

  • Compiler/FrontEnd: DAEUtil.mo (+17)
hudson 2015-04-29 09:53 Rev.: 25803

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • Compiler/FrontEnd: Expression.mo (+3 -3)
vwaurich 2015-04-29 09:23 Rev.: 25801

- added SimCode.SES_FOR_LOOP and DAE.SUM expression to express loop-equations

51 lines of code changed in 3 files:

  • Compiler/FrontEnd: DAE.mo (+7), Expression.mo (+35 -4), ExpressionDump.mo (+9)
perost 2015-04-28 17:03 Rev.: 25791

- Propagate the actual attributes to match aliases, to allow assigning to them
if they are non-inputs.

34 lines of code changed in 1 file:

  • Compiler/FrontEnd: Patternm.mo (+34 -10)
perost 2015-04-27 16:24 Rev.: 25764

- Don't simplify MetaModelica array ASUBs in ExpressionSimplify,
it doesn't know which side an expression is on.

0 lines of code changed in 1 file:

  • Compiler/FrontEnd: ExpressionSimplify.mo (-6)
hudson 2015-04-27 14:46 Rev.: 25759

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • Compiler/FrontEnd: ComponentReference.mo (+5 -5)
vwaurich 2015-04-27 14:23 Rev.: 25756

- added first implementation for handling for-loops and variable arrays

68 lines of code changed in 1 file:

  • Compiler/FrontEnd: ComponentReference.mo (+68)
vitalij 2015-04-23 23:46 Rev.: 25721

added symbolic implicit euler. Improvements will come!!

9 lines of code changed in 2 files:

  • Compiler/FrontEnd: Expression.mo (+2 -1), ExpressionSimplify.mo (+7 -4)
hkiel 2015-04-23 14:36 Rev.: 25708

eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead())

24 lines of code changed in 10 files:

  • Compiler/FrontEnd: Ceval.mo (+6 -6), Expression.mo (+3 -3), Inline.mo (+1 -1), Inst.mo (+2 -2), InstVar.mo (+4 -4), Mod.mo (+2 -2), NFSCodeExpand.mo (+1 -1), OperatorOverloading.mo (+2 -2), Static.mo (+2 -2), ValuesUtil.mo (+1 -1)
adeas31 2015-04-23 00:36 Rev.: 25696

- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.

3 lines of code changed in 1 file:

  • Compiler/FrontEnd: ModelicaBuiltin.mo (+3 -14)
adeas31 2015-04-22 17:40 Rev.: 25689

#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.

0 lines of code changed in 1 file:

  • Compiler/FrontEnd: ModelicaBuiltin.mo (-3)
lochel 2015-04-22 17:18 Rev.: 25688

- Removed List.isEmpty

3 lines of code changed in 3 files:

  • Compiler/FrontEnd: NFConnectEquations.mo (+1 -1), NFSCodeExpand.mo (+1 -1), NFSCodeLookup.mo (+1 -1)
vwaurich 2015-04-22 16:06 Rev.: 25684

- put parameter dependent asserts in the paramEquation section and not in all-equations

19 lines of code changed in 1 file:

  • Compiler/FrontEnd: DAEUtil.mo (+19)
perost 2015-04-22 15:31 Rev.: 25678

Fix for #3281:
- Fixed handling of subscripted MetaModelica array crefs.

82 lines of code changed in 5 files:

  • Compiler/FrontEnd: Absyn.mo (+1), InstSection.mo (+5 -4), Lookup.mo (+3), Static.mo (+46 -45), Types.mo (+27 -25)
hudson 2015-04-13 18:32 Rev.: 25534

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/FrontEnd: Expression.mo (+1 -1)
vitalij 2015-04-13 18:24 Rev.: 25533

- attempt to fix partial negation of the lhs inside createNonlinearResidualEquationsComplex
- added warnings for generateCrefsExpFromExp and generateCrefsExpLstFromExp

20 lines of code changed in 1 file:

  • Compiler/FrontEnd: Expression.mo (+20 -5)
vitalij 2015-04-13 10:31 Rev.: 25519

symbolical QR-solver: added householder(default)

7 lines of code changed in 1 file:

  • Compiler/FrontEnd: Expression.mo (+7)
hudson 2015-04-13 10:24 Rev.: 25518

[Janitor mode] Fix whitespace

6 lines of code changed in 3 files:

  • Compiler/FrontEnd: Absyn.mo (+3 -3), InstVar.mo (+1 -1), Static.mo (+2 -2)
perost 2015-04-13 10:22 Rev.: 25517

Fix for #3250:
- Rewrote Static.replaceEnd to handle qualified/fully qualified crefs correctly.

422 lines of code changed in 4 files:

  • Compiler/FrontEnd: Absyn.mo (+252 -26), InstUtil.mo (+1 -1), InstVar.mo (+89 -184), Static.mo (+80 -64)
adeas31 2015-04-12 22:59 Rev.: 25514

- Fix documentation examples.

3 lines of code changed in 1 file:

  • Compiler/FrontEnd: ModelicaBuiltin.mo (+3 -3)
adeas31 2015-04-10 01:00 Rev.: 25480

#2860
- Allow preserving the zoom level. Don't always auto rescale for new variables in plot.

6 lines of code changed in 1 file:

  • Compiler/FrontEnd: ModelicaBuiltin.mo (+6 -3)
vitalij 2015-04-07 16:30 Rev.: 25421

symbolical QR-solver:
- improved handling for const exp
- added scaling

8 lines of code changed in 1 file:

  • Compiler/FrontEnd: Expression.mo (+8)
wbraun 2015-04-02 12:03 Rev.: 25366

- adapt BackendDAEUtil.reduceEqSystem for symbolic jacobians and utilize it.

6 lines of code changed in 1 file:

  • Compiler/FrontEnd: Expression.mo (+6 -42)
adrpo 2015-03-27 15:31 Rev.: 25289

- helper to bug #3196
- added setComponentDimensions(class, component, {dim1, dim2, dim3})
- added test for it in testsuite/openmodelica/interactive-API/interactive_api_calls.mos

7 lines of code changed in 1 file:

  • Compiler/FrontEnd: Absyn.mo (+7)
adrpo 2015-03-26 17:35 Rev.: 25277

Fix #3247
- use the class modification from the environment

58 lines of code changed in 3 files:

  • Compiler/FrontEnd: Inst.mo (+6 -10), Lookup.mo (+18 -6), Mod.mo (+34)
hudson 2015-03-24 13:06 Rev.: 25231

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • Compiler/FrontEnd: InstFunction.mo (+3 -3)
mahge930 2015-03-24 12:57 Rev.: 25230

- Keep External decls.

6 lines of code changed in 1 file:

  • Compiler/FrontEnd: InstFunction.mo (+6 -4)
adrpo 2015-03-22 01:58 Rev.: 25205

Fix bug #3239
- merge modifiers in correct order outer -> inner
- add testsuite/flattening/modelica/redeclare/Bug3239.mo
Fix typo in SimulationRuntime/c/util/libcsv.h

3 lines of code changed in 2 files:

  • Compiler/FrontEnd: Inst.mo (+2 -2), Mod.mo (+1 -1)
vitalij 2015-03-20 17:09 Rev.: 25181

improved extends dynamic optimization formulation

17 lines of code changed in 1 file:

  • Compiler/FrontEnd: Expression.mo (+17 -3)
perost 2015-03-20 14:21 Rev.: 25176

- Fix ThermoPower tests.

29 lines of code changed in 2 files:

  • Compiler/FrontEnd: Expression.mo (+24), Mod.mo (+5 -2)
mahge930 2015-03-20 13:07 Rev.: 25175

- Keep restrictions.

2 lines of code changed in 1 file:

  • Compiler/FrontEnd: InstFunction.mo (+2 -2)
perost 2015-03-19 17:49 Rev.: 25163

- Prepare Mod.elabModValue to return the cache.

3 lines of code changed in 1 file:

  • Compiler/FrontEnd: Mod.mo (+3 -2)
hudson 2015-03-19 14:06 Rev.: 25154

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/FrontEnd: Mod.mo (+1 -1)
perost 2015-03-19 14:00 Rev.: 25153

- Make Mod.elabModValue fail if Ceval prints an error message.

39 lines of code changed in 2 files:

  • Compiler/FrontEnd: Absyn.mo (+10), Mod.mo (+29 -29)
adrpo 2015-03-17 13:31 Rev.: 25122

- fix bad typo in ModelicaBuiltin.mo

1 lines of code changed in 1 file:

  • Compiler/FrontEnd: ModelicaBuiltin.mo (+1 -1)
adrpo 2015-03-17 13:28 Rev.: 25121

- increase version to 1.9.3 nightly

6 lines of code changed in 1 file:

  • Compiler/FrontEnd: ModelicaBuiltin.mo (+6)
adrpo 2015-03-17 08:42 Rev.: 25115

- switch version to 1.9.2

1 lines of code changed in 1 file:

  • Compiler/FrontEnd: ModelicaBuiltin.mo (+1 -1)
hudson 2015-03-16 15:48 Rev.: 25109

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • Compiler/FrontEnd: Static.mo (+3 -3)

(2508 more)

Generated by StatSVN 0.7.0