oota-llvm.git
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...
2003-01-13 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris Lattner* Start renaming MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerAdd new getName method
2003-01-13 Chris LattnerSimplify interface to creating a register
2003-01-13 Chris Lattner* Add support for new types of operands
2003-01-13 Chris Lattner* Add 3 new types of MachineOperand: ConstantPoolIndex...
2003-01-13 Chris Lattner* Add a constant pool to hold per-function constants...
2003-01-13 Chris Lattner* Add utility methods which make common cases easier
2003-01-13 Chris Lattner* Add support for values in the constant pool
2003-01-13 Chris LattnerAdd an option (which will go away in the future) signfi...
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...
2002-12-28 Chris Lattner* Changes to be a MachineFunctionPass
2002-12-28 Chris Lattner* Don't access TargetData directly
2002-12-28 Chris Lattner* doxygenize comment
2002-12-28 Chris LattnerSparc specific methods default to abort rather than...
2002-12-28 Chris LattnerExpose some very simple information about the frame...
2002-12-28 Chris Lattner* Keep track of register alignment as well as register...
2002-12-28 Chris LattnerDescriptor object used to manage abstract frame references
2002-12-28 Chris LattnerState for frame and constant pool information pulled...
2002-12-28 Chris Lattner* Frame indices are signed
2002-12-28 Chris Lattner* Pull a bunch of frame and constant pool state out...
2002-12-28 Chris LattnerInitial check in of MachineFunctionPass.h
2002-12-28 Chris LattnerAdd capability to turn on the -no-fp-elim option
2002-12-28 Chris LattnerAdd another simple call
2002-12-28 Chris LattnerTest argument passing
2002-12-28 Chris LattnerAdd a variable sized alloca to test
2002-12-28 Chris LattnerAdd diagnostic output
2002-12-28 Chris LattnerEliminate direct access to TargetData structure
2002-12-25 Chris LattnerInitial fp test
2002-12-25 Chris Lattner* Simplify Value classes
2002-12-25 Chris Lattner* Use new pseudo instr form for instructions
2002-12-25 Chris LattnerAdd FP instr prefix byte support
2002-12-25 Chris LattnerAdd support for FP prefixes
2002-12-25 Chris LattnerAdd printer support for Pseudo instructions
2002-12-25 Chris LattnerInitial support for FP registers
2002-12-25 Chris LattnerNew simpler spill interface
2002-12-25 Chris LattnerAdjustments to match new simpler spill interface
2002-12-25 Chris LattnerFree machine code
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-25 Chris LattnerSimplify spill interface methods
2002-12-25 Chris LattnerAdd comment
2002-12-25 Chris LattnerAdd abstract frame index capability
2002-12-25 Chris LattnerRemove default ctor
2002-12-25 Chris Lattner*** empty log message ***
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h
2002-12-24 Chris LattnerFix compilation on GCC 3.2
2002-12-24 Chris LattnerDon't try to buidl jello
2002-12-24 Chris LattnerFixes to compile with GCC 3.2
2002-12-24 Chris LattnerJello is now part of LLI
2002-12-24 Chris LattnerSubstantial fixes to live range handling, fixing severa...
2002-12-24 Chris LattnerChanges to allow for a configurable target machine...
2002-12-24 Chris LattnerChanges to compile with GCC 2.96
2002-12-24 Chris LattnerSparc is not little endian
2002-12-24 Chris LattnerAllow the target machines to specify endianness and...
next