libfirm
2007-03-23 Matthias Braunnew declaration for state register type
2007-03-22 Matthias Braunsieve is not needed anymore
2007-03-22 Matthias Braunnew register type
2007-03-22 Matthias Braunfix wrong lea to add transformation
2007-03-22 Matthias Braunmake CondJmps and Switches pinned, now we can do code_p...
2007-03-22 Matthias BraunReplace leading spaces by tabs
2007-03-22 Matthias Braunremove superfluous quotation marks
2007-03-22 Andreas SchösserResolved conflicts
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-21 Christoph MallonFixed Makefiles
2007-03-20 Andreas SchösserCorrected wrong path name when calling ia32_simd_spec.pl
2007-03-20 Matthias Braunmake the mips backend do some half-usefull things again
2007-03-20 Matthias Braunreindent 2 lines...
2007-03-20 Matthias Braunadded cvsignore
2007-03-19 Matthias BraunThe big committ:
2007-03-18 Christian Würdigremoved unused variable
2007-03-18 Christian Würdigfixed precedence constraint
2007-03-16 Christian Würdigadded more statistics
2007-03-16 Christian Würdigadded sieve
2007-03-16 Christian Würdigadded missing include
2007-03-15 Christian Würdigadded some statistics
2007-03-15 Christian Würdigfallback to list scheduler when ILP fails
2007-03-15 Christian Würdigadded function to schedule single block (needed as...
2007-03-15 Christian Würdigpass be options to ILP scheduler
2007-03-15 Matthias Brauncleaned up the vadd_store test
2007-03-15 Andreas Schösservector test
2007-03-15 Christian Würdigremoved dead node constraint
2007-03-15 Christian Würdigfixed statistic envents for backend provided spiller
2007-03-14 Christian Würdigremoved some unused variables
2007-03-14 Christian Würdigadded branch handling (schedule branches always last)
2007-03-13 Christian Würdigadded support of live-in variables
2007-03-13 Christian Würdigadded comments
2007-03-13 Christian Würdigfixed comment
2007-03-13 Christian Würdigfixed indent
2007-03-12 Andreas SchösserChanged mode_DLu to mode_LLu
2007-03-09 Andreas SchösserAdded code to run some initialization routines only...
2007-03-09 Andreas SchösserAdded code to run init_modules only once even if it...
2007-03-09 Andreas SchösserAdded possibility to include automatically generated...
2007-03-07 Christoph MallonExtend bitfield test
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-03-02 Matthias Braundon't throw away memory input when transforming Frees...
2007-03-02 Matthias Braunchanged vararray.c to demonstrate another bug
2007-03-01 Matthias Braunfix output of static variables after .comm change
2007-03-01 Matthias Braunfix dumping of thread local storage which was broken...
2007-03-01 Matthias Brauncorrectly handle calls in x87 simulator
2007-03-01 Matthias Brauntest float calls whose return is unused
2007-03-01 Matthias Brauntest float calls whose return is unused
2007-03-01 Matthias Braunremove obsolete fldConst node
2007-03-01 Matthias Braunremove old debug printf
2007-03-01 Matthias Braun- we have to handle copies from Unknown nodes
2007-03-01 Michael Beck- removed C99 features
2007-03-01 Matthias Braun- just to announce my last committ :) Make Barrier...
2007-03-01 Matthias Braun- make spillslot coalescer pickup float-int convert...
2007-03-01 Matthias Braunfix mixed reverse/normal comp in fCondJmp
2007-03-01 Matthias Braun- fix x87 simulator not killing float copies that only...
2007-03-01 Matthias Braunadd some more stuff to optest
2007-02-27 Matthias BraunSSE consts for xorps need to be 128bit
2007-02-27 Matthias Braunfix some ia32_finish routines not setting ls_mode for...
2007-02-27 Matthias Braunfix cvt emitter
2007-02-27 Matthias BraunGetST0 and xLoad also need entities
2007-02-27 Matthias Braunfix SSE2 float calls + returns
2007-02-27 Matthias Braunfix SSE2 float calls + returns
2007-02-27 Matthias Braunimproved optest testapp to test more cases, added an...
2007-02-27 Matthias Braundon't output .global for .comm variables
2007-02-27 Matthias Braunfix Mulh, Div, IDiv handling
2007-02-27 Matthias Braunleave result mode of calls untouched
2007-02-26 Christian Würdigset mode of result Proj to result mode of function
2007-02-26 Matthias Braunoutput unitialized data with .comm
2007-02-23 Christian Würdigremoved dependency on chordal_env
2007-02-23 Christian Würdigfixed wrong assert
2007-02-23 Christian Würdigdo not free irg, STA needs it later on
2007-02-23 Christian Würdigremoved unused code
2007-02-23 Christian Würdigremoved C99 style
2007-02-23 Matthias Braunuse ARR_LEN and don't save length of registers separate...
2007-02-23 Matthias Braunthe delayed nodes are also counted in register pressure...
2007-02-22 Michael BeckBugFix: allocate size for the structure, not for the...
2007-02-22 Matthias Braun- force liveness update in belady spiller, (someone...
2007-02-22 Matthias Braunreverting something I didn't want to committ yet
2007-02-22 Matthias Braunaddes a comment around code that should be removed
2007-02-22 Matthias Braun- change float nodes to mode_E
2007-02-22 Matthias Braunmore verification of the final graph, always kill nodes...
2007-02-22 Matthias Braundisabled a verify warning which wasn't always correct
2007-02-22 Matthias Braunmake code a little bit nicer, don't create copies for...
2007-02-22 Christian Würdigfixed out-flags parsing
2007-02-22 Christian Würdigfixed indenting and some comments
2007-02-21 Christian Würdigcheck register pressure in loops for variables, selecte...
2007-02-21 Christian Würdigadded USES_PENDING
2007-02-21 Christian WürdigBugFix: set insert and find was broken
2007-02-21 Matthias Braunfix ra_timers
2007-02-21 Christian Würdigfixed typos
2007-02-21 Christian Würdigadded register pressure analysis in loops
2007-02-21 Matthias Braunimproved testapps
2007-02-21 Matthias Braunkeep .s files
2007-02-21 Matthias Braunput timers in a global var for now, until this is solve...
2007-02-16 Christian Würdigexchange Perm-Proj, instead of rerouting
2007-02-16 Matthias Braunonly schedule syncs immediately, not all mode_M values
2007-02-16 Matthias Braunanother fix :)
2007-02-16 Matthias Braunanother fix :)
2007-02-16 Matthias Braunfix emitter perl script
2007-02-16 Matthias Braundon't use enum as base type for bitfields
next