Changes to runtime framework
[oota-llvm.git] / lib / CodeGen /
2003-01-16 Chris LattnerPrint machine frame objects with the frame offset intri...
2003-01-16 Chris LattnerFix problems with empty basic blocks
2003-01-16 Chris LattnerArg, fix bugs in previous checkin...
2003-01-16 Chris LattnerAdd assertion
2003-01-15 Chris Lattner* Insert prolog/epilog code before rewriting indexes
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerAdjust to new interfaces
2003-01-15 Chris LattnerMove headers around
2003-01-15 Chris LattnerHeader is moved into local directory
2003-01-15 Chris LattnerFix bug in previous checkin
2003-01-15 Chris LattnerAdd new method
2003-01-15 Chris Lattner#include RegClass.h explicitly
2003-01-15 Chris LattnerRemvoe dependency on RegClass.h
2003-01-15 Chris LattnerPrune #includes
2003-01-15 Chris LattnerMinor changes
2003-01-15 Chris LattnerRemove obsolete ctor
2003-01-15 Chris LattnerRemove dead code
2003-01-15 Chris LattnerUse buildmi not MI ctor directly
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerNew files
2003-01-13 Chris Lattner* Use the PHI Elimination pass
2003-01-13 Chris Lattner* Convert to use LiveVariable analysis
2003-01-13 Chris LattnerConvert to MachineFunctionPass
2003-01-13 Chris LattnerAdd support for 3 new forms of MachineOperand
2003-01-13 Chris LattnerAdd support for constant pool
2003-01-13 Chris LattnerAdd support for global address by string and constant...
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris Lattner Rename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris LattnerRename MachineFrameInfo to TargetFrameInfo.h
2002-12-28 Chris LattnerInitial checkin of Prolog/Epilog code inserter, which...
2002-12-28 Chris Lattner* Convert to be a MachineFunctionPass instance
2002-12-28 Chris Lattner* Convert to be a MachineFunctionPass instance
2002-12-28 Chris Lattner* Add printing support for FrameIndex operands
2002-12-28 Chris Lattner* A bunch of functionality and data was removed from...
2002-12-28 Chris LattnerFrame info moved out of MachineFunction into a seperate...
2002-12-25 Chris LattnerAdjust to simpler spill interface
2002-12-25 Chris LattnerAdjustments to work with the simpler spill interface
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h by MachineFunction.h
2002-12-24 Chris LattnerSubstantial fixes to live range handling, fixing severa...
2002-12-23 Chris LattnerFix compilation on GCC 2.96
2002-12-18 Chris Lattner* Fix several register aliasing bugs
2002-12-18 Chris LattnerImplicit defs/uses list may be empty.
2002-12-17 Chris LattnerUse new reginfo interface
2002-12-17 Chris LattnerAdd prolog/epilog spills/reloads to counters
2002-12-17 Chris LattnerFix many bugs, regallocator now saves callee-save regis...
2002-12-16 Chris Lattner* Fix a gross X86 hack that was intended to avoid alloc...
2002-12-16 Chris LattnerKeep the stack frame aligned.
2002-12-16 Chris LattnerInitial checkin of "local" register allocator. Bugs...
2002-12-16 Chris LattnerRename createSimpleX86RegisterAllocator to createSimple...
2002-12-15 Chris LattnerSome simpliciations to the spill/reload interface
2002-12-15 Chris LattnerSimplify PHI node elimination significantly by doing...
2002-12-15 Chris LattnerVariety of small or trivial simplifications to the...
2002-12-15 Chris LattnerRemove unused savePhysRegToStack method
2002-12-15 Chris LattnerLocalize a map, remove another
2002-12-15 Chris LattnerGive simple reg allocator a nice Pass Name
2002-12-15 Chris LattnerAdd a big assert making sure 2 address instructions...
2002-12-15 Chris LattnerFix a problem that occurs when PHI nodes have multiple...
2002-12-15 Chris LattnerGrab bag of minor cleanups. Export some statistics...
2002-12-15 Chris LattnerImplement printing of MBB arguments
2002-12-15 Chris LattnerSimplify interfaces used by regalloc to insert code
2002-12-15 Chris Lattner* Simplify code a bit by breaking the PHI node handling...
2002-12-15 Chris Lattner* Remove some unneccesary instance variables
2002-12-15 Chris Lattnerpull inverse reg class mapping into a class that is...
2002-12-15 Chris LattnerPrune #includes
2002-12-15 Chris LattnerRemove extraneous #includes, perform FIXME
2002-12-15 Chris LattnerFix borkness with not using MachineBasicBlocks in PHI...
2002-12-13 Misha BrukmanFixed a bug where moves due to phis were being neglected.
2002-12-13 Misha BrukmanNeed to insert all moves due to PHI nodes before *ALL...
2002-12-13 Misha BrukmanThis should be more correct: invalidates physical regis...
2002-12-13 Misha BrukmanFixed bug with running out of registers. Also, reinstat...
2002-12-13 Misha BrukmanThis should handle register allocating PHI nodes.
2002-12-13 Misha BrukmanStart allocating stack space at [ebp-4] to not overwrit...
2002-12-12 Misha BrukmanTake advantage of our knowledge of 2-address X86 instru...
2002-12-04 Misha BrukmanAdded code generation for function prologues and epilogues.
2002-12-04 Misha BrukmanFun arithmetic with iterators aimed at fixing a bug...
2002-12-04 Chris LattnerPrint out direct global references
2002-12-03 Misha BrukmanThis should fix the bug seen with some registers not...
2002-12-03 Chris LattnerCheckin debug implementation of MCE
2002-12-02 Misha Brukman* Abstracted out stack space allocation into its own...
2002-11-22 Misha BrukmanA simple (spilling) register allocator.
2002-11-20 Misha BrukmanInitialize the SSARegMap.
2002-11-17 Chris LattnerPrint is const!
2002-11-17 Chris LattnerRemove only uses of markDef/markDefAndUse methods
2002-11-09 Chris LattnerFix warning
2002-11-02 Chris LattnerMove function to cpp file from header
2002-11-01 Chris LattnerNew iostream definitions
2002-10-31 Vikram S. AdveRestore support for indirect function calls (which...
2002-10-30 Chris LattnerRemove fixme
2002-10-30 Chris LattnerAdd special code to make printing SSA form machine...
2002-10-30 Chris LattnerUse MRegisterInfo, if available, to print symbolic...
2002-10-30 Chris LattnerImplement structured machine code printing
2002-10-29 Chris LattnerMake argsize calculation stuff optional, so that Target...
2002-10-29 Chris LattnerImplement autoinserting ctor
2002-10-29 Chris LattnerRename annotation id
2002-10-29 Chris LattnerMerge with sparc backend
2002-10-29 Chris LattnerX86 merge is complete, eliminate unused code
2002-10-29 Vikram S. AdveRemove separate vector of implicit refs from MachineIns...
next