libfirm
2010-01-15 Christoph MallonReplace the shift_table[] by a simple macro.
2010-01-15 Christoph Mallonstruct types still require names.
2010-01-15 Christoph MallonCorrect typo in comment.
2010-01-15 Christoph MallonImplement and use tarval_andnot().
2010-01-15 Christoph MallonRemove the or_table[] and simply use |.
2010-01-15 Christoph MallonRemove the and_table[] and simply use &.
2010-01-15 Christoph MallonRemove the xor_table[] and simply use ^.
2010-01-15 Christoph MallonRemove the not_table[] and simply use ^ SC_F.
2010-01-15 Michael BeckFixed register order (arg, the comments were in ATT).
2010-01-15 Michael BeckAdd binary emitter for setcc.
2010-01-14 Michael BeckAs a reminiscence to the famous MAC/65 assembler change...
2010-01-14 Michael BeckC99 feature removed.
2010-01-14 Christian HelmerLoop inversion does not fail the given test cases but...
2010-01-14 Matthias BraunMichael found a nice trick to implement sets for float...
2010-01-14 Michael BeckReverted r26952, using the blocks irg is ok ...
2010-01-13 Michael BeckAdd my debugging code it might be useful in the future ...
2010-01-13 Matthias Braunremove cond_kind attribute, it was never used in a...
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-12 Michael BeckBugFix: the name o for the NEW NODE was a little bit...
2010-01-12 Michael BeckTry to fix a rare edges bug:
2010-01-12 Michael BeckSimplify pointer arithmetic.
2010-01-12 Michael BeckCreating a block on some irg is pointless if all other...
2010-01-12 Olaf LiebeFixed graph-independent construction in mux lowering
2010-01-11 Matthias Braunpanic instead of wrong results for Set and CMov with...
2010-01-09 Michael BeckSmall optimization. Note that the else case crashes...
2010-01-09 Michael BeckAdd win32 version of obstack_vprintf.
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael BeckBugFixes:
2010-01-09 Michael Beck- part_block() does not change the current_block anymore
2010-01-08 Matthias Braunfix last commit
2010-01-08 Matthias Braunlower ConvB->LL and LL->ConvB and simplify code
2010-01-07 Matthias Braunfix fehler172
2010-01-07 Matthias Braunfix extended fehler171
2010-01-07 Matthias BraunFix fehler171
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-07 Matthias Braunremove unused code
2010-01-07 Matthias Braunmake part_block independent of current_ir_graph
2010-01-07 Matthias Braunwe still need to read in pointer mode
2010-01-07 Matthias BraunLiebe bugs part2: switch cases are analyzed in long...
2010-01-07 Matthias Braunadd comments and descriptions to mode_b lowering; refor...
2010-01-07 Matthias BraunLiebe bugs part1: Eor(1, Proj(Cmp)) was broken - simply...
2010-01-07 Michael BeckGracefully handle a missing retrieve_type_dbg.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-04 Michael BeckBugFix: fixed conversion for x < lo || x >|>= hi
2010-01-03 Michael BeckBugFix:
2010-01-03 Michael BeckBugFixes:
2010-01-03 Michael BeckBugFix: a Cmp can be in a different block than its...
2010-01-03 Michael BeckDeleted support for type_id.
2010-01-03 Michael BeckI was annoyed by the compiler warnings about implicit...
2010-01-02 Michael BeckFixed some obviously wrong conditions.
2010-01-02 Michael Beck- handle p == 0 || q == 0
2010-01-02 Michael Beckfixed doxygen comment
2010-01-02 Michael BeckAllow the modulo-shift setting for reference modes...
2010-01-02 Matthias BraunI was annoyed by the compiler warnings about declaratio...
2010-01-02 Matthias Brauncleanup dbginfo public API: no dbg_snprint anymore
2010-01-02 Michael Beck- handle p == NULL || q == NULL and friends
2010-01-02 Matthias Braunbe consistent and only add extern C in the firm.h heade...
2010-01-02 Matthias Braunfix my last commit (shouldn't commit so fast...)
2010-01-02 Matthias Braunreally remove type_id
2010-01-02 Matthias Braunremove the unused 'ident' type, remove tpo_max add...
2010-01-02 Michael Beck- implement a <= x <= b ==> x-a <=u b-a
2010-01-02 Michael BeckFixed and enhanced boolopt:
2009-12-31 Michael Beckget_arm_shift_modifier() has no implementation, removed...
2009-12-30 Michael Beck- use irg instead of current_ir_graph
2009-12-30 Michael Beck- inside irg_verify() call irn_verify_irg(), not irn_ve...
2009-12-30 Michael Beckimplement ir_graph_pass_set_parallel()
2009-12-30 Michael Beck- changed to able to "run the path parallel"
2009-12-30 Michael Beck- kicked useless blocks
2009-12-29 Michael Beckfix for compound_path deprecation
2009-12-29 Matthias Braunmove compound_graph path stuff into own files and add...
2009-12-29 Matthias Braunfix another compound_graph_path usage
2009-12-29 Matthias Braunfix another illegal usage of compound_graph_path stuff
2009-12-29 Matthias Braunfix illegal usage of compound_graph_path
2009-12-29 Matthias Braunadapt to firm coding conventions
2009-12-28 Sebastian BuchwaldAdapted to revision 26847.
2009-12-28 Sebastian BuchwaldAdapted to previous commit.
2009-12-22 Matthias Braunnoone is using the external effect specification stuff
2009-12-22 Matthias Brauntestprograms are outdated and not maintained
2009-12-21 Matthias Braunanother comment after #include
2009-12-21 Matthias Braunfirmjni is totally outdated and useless nowadays
2009-12-21 Matthias Braunno unnecessary comments behind #include
2009-12-21 Matthias Braunadapt to timer changes
2009-12-21 Matthias Braunadapt to timer changes
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-21 Matthias Braunremove some unused code
2009-12-21 Matthias Braunfix
2009-12-21 Matthias Braunmove iropt_dbg to private API (it had wrong includes...
2009-12-21 Matthias Braunget_tarval_P_void doesn't exist anymore
2009-12-21 Matthias Braunrename opt_sync to opt_parallelize_mem
2009-12-21 Matthias Braundon't include old_fctnames.h in firm.h - don't #define...
2009-12-21 Matthias Braunmove phiclass from public to private API
2009-12-21 Matthias Braunmove irlivechk from public to private
2009-12-21 Matthias Braunmake dfs.h private API
2009-12-21 Matthias Braunmake absgraph.h a private API (it never worked in the...
2009-12-21 Matthias Braunfirm.h was missing timing.h (and maybe others) - conver...
2009-12-21 Matthias Braunremove lots of commented code
2009-12-19 Michael BeckRemoved C99 features and fixed 2 wrong assertions.
2009-12-19 Michael BeckC99 features removed.
2009-12-19 Michael BeckAdd stdint.h and inttypes.h from <msinttypes.googlecode...
next