add generic architecture
[libfirm] / ir / be /
2007-09-05 Michael Beckadd generic architecture
2007-09-05 Michael Beckchanged parameters for new MulC
2007-09-05 Michael Becktest the new mul with Const
2007-09-04 Matthias Braunfix is_Const_Minus_1 test
2007-09-04 Matthias Braunfix TestSet emitter
2007-09-04 Christoph MallonHandle nodes with block predecessors.
2007-09-04 Christoph MallonFix normal scheduler
2007-09-03 Matthias Braunremove Load when using Cmp source AM
2007-09-03 Matthias Braunsome fixes to profiling code (not enough to make it...
2007-09-03 Matthias Braundon't create Inc/Dec in transform phase but delay that...
2007-09-03 Matthias Braunmissing handling for CmpSet8Bit and TestSet8Bit
2007-08-31 Michael Beckmade cost double
2007-08-31 Michael Beckfixed use of uninitialised variable
2007-08-31 Michael Beckfixed warning on VC build
2007-08-31 Michael Beckfixed uninitialised variable
2007-08-31 Michael Beckfixed uninitialised variable used
2007-08-31 Michael BeckC99 featurs rmoved
2007-08-31 Matthias Braunforgot these 2 files in my last committ
2007-08-31 Matthias BraunChanged handling of address mode:
2007-08-31 Matthias Braunfix warning
2007-08-31 Matthias Braunimprove/fix fehler71
2007-08-31 Matthias Braunimprove address mode tests
2007-08-31 Matthias Braunno need for StackParam transformation anymore
2007-08-31 Matthias Braunimprove register pressure statistics
2007-08-31 Matthias Braunremove old be_get_IncSP_mem, improve be node dumping
2007-08-31 Matthias Braunfix spillcosts calculation
2007-08-31 Michael Beckremoved unused arch_irn_class_const classification
2007-08-30 Matthias Braunadd support to print some events in a human readable...
2007-08-30 Matthias Braunadd support to print some events in a human readable...
2007-08-30 Matthias Braunremove arch_irn_class_const, not used and not usefull IMO
2007-08-30 Matthias Braunfix warning
2007-08-30 Matthias Braunadd be_get_FrameAddr_entity
2007-08-30 Matthias Braunfix Proj blocks in trans helper fix_loops phase
2007-08-28 Michael Beckfixed lowering of signed 32x32=64 multiplication
2007-08-28 Christoph Mallonfehler72: wrong conversion from unsigned int to long...
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-08-27 Matthias Braunremove unused be_FrameLoad and be_FrameStore
2007-08-25 Christoph MallonDrastically lower the runtime of the strong normal...
2007-08-25 Matthias Braunmore AM tests
2007-08-25 Christoph MallonSome more boolopt tests.
2007-08-24 Matthias Braunextended boolopts test
2007-08-23 Michael Beckimproved shifting with constants
2007-08-23 Matthias Braunfix
2007-08-23 Matthias Braundo Conv after Set command (instead of mov 0,) before...
2007-08-23 Matthias Braundisable the initial-proj removal from beabi (transform...
2007-08-22 Matthias Braunam_test2
2007-08-22 Matthias Braunimproved version of fehler71
2007-08-22 Matthias Braunfix sse/x87 fixup code added at wrong places
2007-08-21 Matthias Braunmake fehler68 deterministic
2007-08-20 Michael Beckfixed optimize_conv_conv(): when the result is 8bit...
2007-08-20 Michael BeckC99 feature removed
2007-08-18 Christoph MallonRemove an unnecessary layer of indirection from the...
2007-08-18 Christoph MallonAdd a scheduler based on the strong normal form theorem...
2007-08-17 Sebastian HackAdded a new order for the blocks.
2007-08-17 Sebastian HackChanged API of liveness
2007-08-17 Sebastian HackChanged API of listscheduler
2007-08-17 Sebastian HackTalk to sqlite3 directly
2007-08-16 Sebastian HackFixed help
2007-08-16 Sebastian HackAdded computation of live sets
2007-08-15 Sebastian HackNicified the options
2007-08-15 Sebastian HackAdded statev to sql transform script
2007-08-14 Matthias Braunfehler71
2007-08-14 Sebastian HackFixed a bug
2007-08-14 Sebastian HackAdded misc stuff
2007-08-14 Sebastian HackRemoved comment
2007-08-14 Christoph MallonRemove stale debug printf()s.
2007-08-14 Matthias Braunoutput signed
2007-08-14 Matthias Braundon't display time in tests
2007-08-14 Matthias Braundon't run several seconds for tests
2007-08-14 Christoph Mallonfehler70: wrong mode for array access generated in...
2007-08-13 Matthias Braunfix fehler69
2007-08-13 Matthias Braunno need for 2 main functions
2007-08-13 Matthias Braundisplay address mode in node label
2007-08-13 Matthias Braunfix fehler68 (sse unknowns have wrong reg class)
2007-08-13 Christoph Mallonfehler69: endless loop compiled program. maybe spill...
2007-08-13 Andreas SchösserAdded 2 testcases for the IA32 backend
2007-08-09 Sebastian HackFixed a const warning
2007-08-09 Sebastian HackRewrote the state tramsaction handling.
2007-08-09 Michael Beckenhanced version to test shifts with >32
2007-08-09 Michael Beckfixed 64bit Shift lowering
2007-08-09 Michael Becklower_intrinsics() now has an additional parameter...
2007-08-09 Matthias Braunset need_64bit_stackent flag on fistp-load when needed
2007-08-09 Matthias Braunfix warning
2007-08-08 Michael Beckdon't use llabs, edg has no prototype
2007-08-08 Michael Beckfixed 64bit instrinsics for Div/Mod/Shr/Shl/Shrs
2007-08-08 Michael Beckhandle ia32_l_vfist node
2007-08-08 Michael Beckfixed map_Mul; cleaned up a bit
2007-08-08 Matthias Brauncatch bad spillslot/memory networks
2007-08-08 Matthias Braunnever CSE nodes which have no stack entities assigned...
2007-08-08 Matthias Braunfehler66 (more unsigned int -> double magic)
2007-08-08 Matthias Braun- Fix unsigned->double, double->unsigned convs
2007-08-08 Michael Beckadd unsigned long long to the test
2007-08-08 Sebastian HackFixed a bug concerning recursion.
2007-08-08 Matthias Braunfehler65 (from 253.perl)
2007-08-07 Sebastian HackHandle ignore nodes as operands of Phis (Unknowns for...
2007-08-07 Matthias Braunemit a 0 if none of the AM info is set
2007-08-07 Matthias Braunfehler64 (emit a 0 if none of the addressmode things...
2007-08-07 Sebastian HackFixed compare function.
2007-08-07 Matthias Braunoutput constants in assembler as hex
2007-08-07 Matthias Braunfehler63
next