libfirm
2010-05-06 Michael BeckC99 feature removed.
2010-05-06 Michael BeckWindows version updated.
2010-05-06 Matthias Braunmake script generate ANSI compliant code
2010-05-06 Matthias Braunupdate for win32 compatibility
2010-05-06 Thomas BerschNew option and functionality added to use the late...
2010-05-06 Robin Redekerfixed two warnings.
2010-05-06 Robin Redekeradded symconst skeleton code and basic parameter passing.
2010-05-05 Matthias Braunallow comments for outputs in node specification
2010-05-05 Matthias Braunalso allow reference mode in fild
2010-05-05 Matthias Braunremove unnecessary adjective
2010-05-05 Matthias Braunupdate for release
2010-05-05 Matthias Braun2 days later than planned
2010-05-05 Matthias Braunguard against multiple users when skipping convs for AM
2010-05-04 Matthias Braundocument that obstack in firm should be kept independent
2010-05-04 Matthias Braunbugfix
2010-05-04 Matthias Braunimplement obstack_vprintf
2010-05-04 Matthias Braunfix warning
2010-05-04 FIRM Projekt... fix warnings and errors
2010-05-04 Christoph MallonFix obstack_printf() (slightly broken in r27474).
2010-05-04 Matthias Braunfix obstack printf being limited to 1024 bytes
2010-05-03 Matthias Braunfix another 2 instances where doubleword lowering didn...
2010-05-03 Matthias Braunfix typo
2010-05-03 Matthias Braunsmall optimisation: we can still skip unsigned/signed...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-05-03 Matthias Braunupdate autotools stuff
2010-05-03 Matthias BraunNEWS update
2010-05-03 Matthias Braunuse barriers instead of be_Keep to keep unused nodes...
2010-04-30 Matthias Braunminir_dumping should do something usefull now
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-04-30 Matthias Braunrename function
2010-04-30 Robin Redekeradjusted emitter to more current API.
2010-04-29 Matthias Braunugly cheat so the java binding generator uses the name...
2010-04-29 Robin Redekeradded amd64 backend code (which doesn't do much yet).
2010-04-27 Hannes Rapp- added emit_section_sparc to begnuas
2010-04-26 Matthias Braunimprove ia32_Asm register pressure faithfullness stuff...
2010-04-26 Christoph Mallons/full\>/ful/.
2010-04-26 Matthias Braunaccidently enable debug code
2010-04-26 Matthias Braunadd a note so the next person doesn't have to dig so...
2010-04-24 Michael BeckC99 feature removed.
2010-04-19 Matthias Braundon't hardcode 31
2010-04-19 Matthias Braunbitset size calcuation was broken (uhoh)
2010-04-19 Matthias Braun- Bugfix: Barrier nodes have an effect like a Keep...
2010-04-17 Michael BeckFixed release build.
2010-04-16 Michael BeckUpdated Win32 version number to 1.18
2010-04-16 Michael BeckReverted r27394 on iropt.c, there is not need to keep...
2010-04-15 Matthias Braungas on cygwin doesn't like section type (althought...
2010-04-15 Matthias Braunavoid excessive use of alloca -- it doesn't work on...
2010-04-15 Matthias Braunauto* updates
2010-04-15 Matthias Braunonly compile statev code if enabled
2010-04-14 Michael Beckfixed indentation
2010-04-14 Matthias Brauncombos constant dataflow analysis has to be consistent...
2010-04-13 Sebastian BuchwaldCreate the in array before the node is constructed...
2010-04-13 Hannes Rapp- fixed: new_r_Proj/new_rd_Proj args changed
2010-04-13 Sebastian BuchwaldCreate a new node with the right mode instead of changi...
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-04-13 Hannes Rappfix bug in default ifconv handler
2010-04-13 Christian HelmerLoop inversion: Fixed bug in find_condition_chain and...
2010-04-13 Matthias BraunSlightly improve documentation.
2010-04-13 Michael BeckSome improvements:
2010-04-13 Michael BeckSlightly improved documentation.
2010-04-12 Christoph MallonAdd missing break.
2010-04-12 Christoph MallonCorrect bug in Mux-case of fixpoint VRP: This z must...
2010-04-12 Michael BeckAdd pass constructor C99 feature removed.
2010-04-12 Christoph MallonAdd minimal fixpoint VRP.
2010-04-10 Michael BeckIgnore Id's that arise because we modify the graph...
2010-04-10 Michael BeckReverted r27368, needed for propagation of changed...
2010-04-10 Michael BeckAdd missing debug module initialization ...
2010-04-10 Michael BeckUpdated version.
2010-04-10 Michael BeckUpdated for new libFirm.
2010-04-10 Michael BeckRenamed ia32 Push0 to PushEax (because this is the...
2010-04-10 Michael BeckProbably compute_Cmp() can ge removed at all, compute_P...
2010-04-09 Michael BeckBugfix: add missing NaN handling for Cmp nodes inside...
2010-04-09 Matthias Braunanother case fo missing statistics/missing outedge...
2010-04-09 Matthias Braunfix consconfirm missing nodes in its statistics and...
2010-04-09 Michael BeckPartly undo r27277 and add a prototype for (formally...
2010-04-09 Michael BeckAdd a type_dbg_info_ptr type, just like all others.
2010-04-07 Matthias BraunNEWS update
2010-04-07 Matthias Braunallocate memory for peephole values on heap; us DB...
2010-04-07 Matthias Braunfix the sub esp,4 => push peephole optimisation
2010-04-07 Michael BeckC99 feature removed.
2010-04-06 Matthias Braunrevert accidental commit which disable node number...
2010-04-06 Matthias Braunadd a bitset_copy_into function and use it in belive...
2010-04-06 Matthias Braunmodel Unknowns as own nodes (but not in form of an...
2010-04-06 Matthias Braunremove get_XXX_attr type functions
2010-03-31 Sebastian BuchwaldFixed typo
2010-03-31 Sebastian Buchwaldir_node already has a loop field
2010-03-30 Matthias Braundebug output wasn't always initialized properly
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-29 Michael Beckremove _GNU_SOURCE define again and add AC_FUNC_STRTOLD...
2010-03-26 Christian Helmerloop inversion: Fixed bug, that prevented compilation...
2010-03-25 Sebastian BuchwaldReverted r27289, since it brokes a lot of tests on...
2010-03-24 Christian HelmerLoop inversion is more elegant and cleaned up now by...
2010-03-18 Jonas Fietzset a few more variables to const to prevent bugs
2010-03-18 Jonas Fietzfix warning about unused variable
2010-03-18 Jonas FietzAdd temporary fix for conv-problems
2010-03-18 Jonas Fietzremove ir_printf and replace with DBG
2010-03-18 Jonas Fietzfix a few subtle bugs in vrp
2010-03-18 Jonas FietzVRP: Adapt meaning of bits_not_set
2010-03-18 Jonas FietzFix bug left over from seperating merging and derivatio...
2010-03-17 Jonas FietzFix bug, where only partial information was set for...
next