Handle frame offset due to return address pushed on the stack
[oota-llvm.git] / lib /
2003-01-15 Chris LattnerHandle frame offset due to return address pushed on...
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 LattnerFix warnings
2003-01-15 Chris LattnerAdjust to simpler interfaces
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 LattnerMove private header to private directory
2003-01-15 Chris LattnerPrune #includes
2003-01-15 Chris LattnerMinor changes
2003-01-15 Chris LattnerRemove obsolete ctor
2003-01-15 Chris LattnerUse BuildMI more
2003-01-15 Chris LattnerRemove dead code
2003-01-15 Chris LattnerFix bug found by regtests
2003-01-15 Chris LattnerUse buildmi not MI ctor directly
2003-01-15 Chris LattnerUse BuildMI more, Create*Instruction less
2003-01-15 Chris LattnerX86 backend should never use addMReg
2003-01-15 Chris Lattner* Elimiante a bunch of functions from InstrSelectionSup...
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 include/llvm/Transforms/Instrumentation/TraceFun...
2003-01-14 Chris LattnerFix typeo
2003-01-14 Chris LattnerRemove unused header and function
2003-01-14 Chris LattnerClean up #includes
2003-01-14 Chris LattnerFix bug Regression/Verifier/2002-11-05-GetelementptrPoi...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-14 Chris LattnerMove annotations to support library
2003-01-14 Chris LattnerMove annotation to support library
2003-01-14 Chris LattnerMinor cleanups
2003-01-14 Chris LattnerMake type resolution a bit more efficient
2003-01-14 Chris LattnerFix bug
2003-01-13 Chris LattnerNew files
2003-01-13 Chris LattnerNew files
2003-01-13 Chris LattnerAdd support for named functions
2003-01-13 Chris LattnerDead file
2003-01-13 Chris LattnerAdd support for new types of values
2003-01-13 Chris LattnerBad segvs actually cause a segv now
2003-01-13 Chris Lattner* Wrap at 80 columns
2003-01-13 Chris LattnerHandle value promotion properly to work with tracing...
2003-01-13 Chris LattnerNo longer need scalaropts lib
2003-01-13 Chris LattnerAdd fixme
2003-01-13 Chris LattnerFix static initializer ordering dependency
2003-01-13 Chris LattnerAdd debugging helper
2003-01-13 Chris LattnerMake sure to handle %'s in strings correctly so that...
2003-01-13 Chris Lattner* No longer need lowerallocation pass
2003-01-13 Chris Lattnerrename FP -> fp*
2003-01-13 Chris Lattner* Move frame and constant pool indexes to first argumen...
2003-01-13 Chris Lattner* Some instructions take 64 bit integers, add an Arg...
2003-01-13 Chris Lattner* Function calls clobber fp registers
2003-01-13 Chris LattnerAdd support for frame and constant pool references
2003-01-13 Chris LattnerMove passes out to Passes.h
2003-01-13 Chris LattnerAdd speculation
2003-01-13 Chris Lattner* Implement rudimentary output of the constant pool
2003-01-13 Chris Lattner* Add support for FP registers ST*
2003-01-13 Chris Lattner* Adjust to use new interfaces, eliminating CurReg...
2003-01-13 Chris LattnerFix references to functions
2003-01-13 Chris LattnerStart renaming MachineInstrInfo -> TargetInstrInfo
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-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
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 LattnerPut class in anonymous namespace
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-28 Chris LattnerEliminate unneccesary file
2002-12-28 Chris LattnerCapture more information in ctor
2002-12-28 Chris LattnerImplement the TargetFrameInfo interface
2002-12-28 Chris Lattner* Initialize new FrameInfo member
2002-12-28 Chris LattnerChanges to match new MRegisterInfo api
2002-12-28 Chris Lattner*** Implement frame pointer elimination on X86!
2002-12-28 Chris LattnerContents merged with X86RegisterInfo.cpp
2002-12-28 Chris Lattner* Remove implementations of previously pure virtual...
2002-12-28 Chris Lattner* Minor reformatting
2002-12-28 Chris LattnerNew addFrameReference function
2002-12-28 Chris Lattner* Most pass ctor functions don't take TM arguments...
2002-12-28 Chris Lattner* Convert to a MachineFunctionPass
2002-12-28 Chris Lattner* Convert to a MachineFunctionPass
2002-12-28 Chris Lattner* Use the new Abstract Frame Manager to handle incoming...
2002-12-28 Chris Lattner* Rename machineFrameInfo to targetFrameInfo
2002-12-28 Chris Lattner* Rename MachineFrameInfo to TargetFrameInfo
2002-12-28 Chris Lattner* TargetData is no longer directly accessable from TM
2002-12-28 Chris Lattner* TargetData is no longer directly accessable from...
2002-12-28 Chris Lattner* Frame & const pool info is no longer directly in...
next