oota-llvm.git
2003-01-15 Chris LattnerRemove dead code
2003-01-15 Chris LattnerADd support for CC registers for Sparc BE
2003-01-15 Chris LattnerAdd support for the CC registers for Sparc BE
2003-01-15 Chris LattnerRemove more unused methods
2003-01-15 Chris LattnerFix bug found by regtests
2003-01-15 Chris LattnerUse buildmi not MI ctor directly
2003-01-15 Chris LattnerCleanup testcase
2003-01-15 Chris LattnerUse BuildMI more, Create*Instruction less
2003-01-15 Chris LattnerRemove a ton of functions that are no longer used,...
2003-01-15 Chris LattnerAdd new helper method addRegDef
2003-01-15 Chris LattnerX86 backend should never use addMReg
2003-01-15 Chris Lattner* Elimiante a bunch of functions from InstrSelectionSup...
2003-01-15 Chris Lattner* Eliminate a bunch of inline functions.
2003-01-14 Chris LattnerMove to include/llvm/CodeGen
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2003-01-14 Chris LattnerRename header
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 LattnerNew header
2003-01-14 Chris LattnerMove to Instrumentation.h
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 LattnerREmove unused header file
2003-01-14 Chris LattnerRemove unused header
2003-01-14 Chris LattnerFix bug Regression/Verifier/2002-11-05-GetelementptrPoi...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-14 Chris LattnerMove llvm/Annotation.h to Support/Annotation.h
2003-01-14 Chris LattnerMove annotations to support library
2003-01-14 Chris LattnerLink in lots o libraries
2003-01-14 Chris LattnerMove annotation to support library
2003-01-14 Chris LattnerMust #include assert.h
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 testcase
2003-01-13 Chris LattnerNew files
2003-01-13 Chris LattnerNew testcases
2003-01-13 Chris LattnerNew files
2003-01-13 Chris LattnerAdd new 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 Lattnertest the shift cases for long that are implemented
2003-01-13 Chris Lattnertest longs
2003-01-13 Chris LattnerTest longs and fp
2003-01-13 Chris LattnerTEst longs
2003-01-13 Chris LattnerAdd test for longs
2003-01-13 Chris Lattneradd div test as well
2003-01-13 Chris Lattnertest a bunch of stuff
2003-01-13 Chris LattnerTest long support
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...
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...
next