added new attributes for abstract machine
[libfirm] / ir /
2006-11-02 Christian Würdigadded new attributes for abstract machine
2006-11-02 Christian Würdigremoved unused function
2006-11-02 Christian Würdigimplemented callbacks for abstract machine
2006-10-27 Matthias Braunimproved docu of bespill.h
2006-10-26 Matthias Braunlittel fix for spillcosts
2006-10-26 Matthias Braunoutput estimated cost statistics to statfile
2006-10-25 Matthias Braunremove gp_NOREG from constained registers in spec again...
2006-10-24 Matthias Braunyou can disable counting in quicksort now
2006-10-24 Matthias Braunalso output total backend time to statfile
2006-10-24 Matthias Braunsome more hacks/workarounds for blocks without jump...
2006-10-24 Christian Würdigfixed C99 stuff
2006-10-24 Matthias Braundon't kotz out timing info on stdout if statfile is...
2006-10-24 Matthias Brauncorrectly fix get_reload_insertion_point problem
2006-10-24 Christian Würdiggenerate backend specific machine variable
2006-10-24 Christian Würdigfixed comments
2006-10-24 Christian Würdigpass allowed execution units to node attribute initializer
2006-10-24 Christian Würdigextended node attribute initializer for execution unit...
2006-10-24 Christian Würdiggenerate real fprem node
2006-10-24 Christian Würdigadded fprem for simulation, FIXME: need own simulation...
2006-10-24 Christian Würdigadded new fprem node (for floating point reminder)
2006-10-24 Christian Würdigadd dependency Const -> StartBarrier only if Const...
2006-10-24 Christian Würdigadded new attributes and get/set functions for allowed...
2006-10-24 Christian Würdigfixed some dependencies
2006-10-24 Christian Würdigalways translate x87 FPU names from stx to st(x)
2006-10-24 Christian Würdigadded new machine generator
2006-10-24 Christian Würdigadded ilp scheduler
2006-10-24 Christian Würdiginitial checkin of abstract machine interface
2006-10-24 Christian Würdiginitial checkin of ILP scheduler, NOT FULLY IMPLEMENTED...
2006-10-24 Christian Würdigadded option to select between schedulers (list or...
2006-10-24 Christian Würdigmoved options fomr group "sched" to group "listsched"
2006-10-24 Christian Würdigadded assertin to check out edges
2006-10-24 Christian Würdigadd dependency from be_RegParam to Start node
2006-10-24 Christian Würdigadded scheduler as backend option
2006-10-24 Christian Würdigmade variable const
2006-10-24 Matthias Braunoops
2006-10-24 Matthias Braunmake statfile available to the whole backend, output...
2006-10-24 Matthias Braunwarnign fixes
2006-10-24 Matthias Braunwarnign fixes
2006-10-24 Matthias Braunwarning fix
2006-10-20 Matthias Braunstart block is allowed to have no cfop as last command
2006-10-19 Christian Würdigdo only 1024 iterations
2006-10-19 Christian Würdigadded additional directory
2006-10-18 Christian Würdigdo not omit compare for PsiCondSet, some note scheduled...
2006-10-18 Christoph MallonChange the if conversion backend hook
2006-10-17 Christian Würdigadded ir/opt include
2006-10-17 Christian Würdigadded #ifdef __GNUC__
2006-10-17 Christian Würdigremoved some #if 0
2006-10-17 Christian WürdigBugFix: return gcc-like names for st0-st7: %st, %st...
2006-10-17 Christian WürdigPhi as consumer of normal node is out edge
2006-10-16 Matthias Braunfewer runs for max
2006-10-16 Christian WürdigBugFix: Phi as user of normal node is no descendant...
2006-10-16 Christian Würdigfixed transformation SSE2X87 nodes
2006-10-16 Christian Würdigfixed intrinsic mapping (wrong entities were used somet...
2006-10-16 Christian Würdigonly create pushs if requested (default is on)
2006-10-16 Christian Würdigadded new option ia32-nopushargs
2006-10-13 Christian Würdigadded compile only flag to eccp (-c)
2006-10-13 Christian Würdigfixed 64Bit intrinsic mapping
2006-10-13 Christian Würdigfixed emitter (call printf foreach . line)
2006-10-13 Christian Würdigfixed endless loop
2006-10-13 Christian Würdigrecompute edges before scheduling
2006-10-13 Christian Würdigfixed constraint assurance
2006-10-13 Christian Würdigslightly extended test
2006-10-12 Matthias Braunput bespill options into separate file
2006-10-12 Matthias Braun- Improved addressmode optimisation for conv nodes
2006-10-11 Matthias Braunwarning fixes
2006-10-11 Matthias Braunwarning fixes
2006-10-11 Michael BeckUpdated the x87 simulator:
2006-10-11 Michael BeckAllow empty requierements.
2006-10-11 Michael BeckAllow empty in and out requierements for nodes
2006-10-11 Christian Würdigadded several bugfixed and code changes
2006-10-10 Christian WürdigBugFix: crashed when gen_imm_Sub got SymConst instead...
2006-10-10 Christian WürdigBugfix: add eax resp. edx proj for MulS if missing
2006-10-10 Christian Würdigfixed assertion in Const emitter (tarval mode_P and...
2006-10-10 Christian WürdigBugFix: retrieve Proj-based out flags only for datab...
2006-10-09 Michael BeckBugFix:
2006-10-09 Christian Würdigadded printf for better debugging
2006-10-09 Christian Würdigadded some testcases
2006-10-09 Christian Würdigadded another test case
2006-10-09 Christian Würdigadd dependency to barrieri if load is in start block
2006-10-09 Christian Würdigremoved memory input from consts
2006-10-09 Christian Würdigadded attribute and function to retrieve barrier from...
2006-10-09 Christian Würdigdo not schedule node having no users
2006-10-09 Matthias Braunfix blocksched for blocks with arity==0
2006-10-09 Christian Würdigomit copies from virtual registers
2006-10-09 Christian Würdigadded suppoprt for virtual registers
2006-10-09 Christian Würdigadded new register type "virtual"
2006-10-09 Christian Würdigfixed gen_Load (add Proj for unused volatile Loads...
2006-10-09 Christian Würdigfixed Proj renumbering
2006-10-07 Christian Würdigchanged printf to DBG output
2006-10-06 Christian Würdigfixed requirements for ShrD and ShlD
2006-10-06 Christian Würdigadded support for requirements: different from all in
2006-10-06 Christian Würdigfixed n_res calculation
2006-10-06 Christian Würdigfixed main structure init
2006-10-06 Christian Würdigfixed constraint insn walker
2006-10-06 Christian Würdigfixed sel entity collector
2006-10-06 Christian Würdigremoved redundant comment
2006-10-06 Matthias Braunno need to recalculate liveness and loop tree for each...
2006-10-06 Christian Würdigfixed flags
2006-10-06 Christian Würdigadded support for separate outflags
2006-10-06 Christian Würdigfixed indent
next