Fix Bug: test/Regression/Other/2002-04-07-InfConstant.ll
[oota-llvm.git] / lib / Target /
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-01 Vikram S. AdveCase numbers were not updated when Sparc.burg.in was...
2002-03-31 Vikram S. Adve1. Fix a leftover bug in generating memory instructions.
2002-03-31 Vikram S. AdveAdded function getCallInstIndirectAddrVal() to set...
2002-03-31 Vikram S. AdveMinor cleanup in printing constants. I think this...
2002-03-31 Vikram S. AdveAdd method clearCallInterference().
2002-03-31 Vikram S. AdveFix a bug in previous bug fix.
2002-03-31 Vikram S. AdveBug fix: address used by indirect call instruction...
2002-03-31 Vikram S. AdveFix CreateUIntSetInstruction() to handle sign extension...
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-26 Chris LattnerConvert to use new style casts instead of direct checking
2002-03-24 Vikram S. AdveRefix bug: Add back method MachineCodeForInstruction...
2002-03-24 Vikram S. AdveDestroy MethodLiveVarInfo after register allocation.
2002-03-24 Vikram S. AdveUse deterministic iterator for SchedGraphs. This is...
2002-03-24 Vikram S. AdveBug fix: nextToTry was not being initialized in one...
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveMinor changes.
2002-03-24 Vikram S. AdveMajor overhaul to FoldGetElemPtr to handle mixed array...
2002-03-24 Vikram S. AdveUse deterministic iterator for treeRoots.
2002-03-24 Vikram S. AdveBug re-fix: put back MachineCodeForInstruction::get...
2002-03-24 Vikram S. AdveChange latencies for Load, Store and Branch instructions.
2002-03-24 Vikram S. AdveMajor enhancements to how array and structure indices...
2002-03-24 Vikram S. AdveChange treeRoots data structure to make enumeration...
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveFixed several problems with handling arguments to Phis.
2002-03-18 Vikram S. AdveBig bug fix: killed uses were being inserted instead...
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-03-18 Vikram S. AdveConstants are now added to the constant pool only when...
2002-03-18 Vikram S. AdveUse vector for machine instructions returned by GetInst...
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-03-18 Vikram S. AdveAdd support for code generation for array references.
2002-03-18 Vikram S. AdveBug fixes for not using unified reg. numbers, and for...
2002-03-18 Vikram S. AdveUse distinct names for the three types of SetMachineOpe...
2002-03-18 Vikram S. AdveMinor fixes.
2002-03-18 Vikram S. AdveHandling of global names was severely broken when conve...
2002-03-18 Vikram S. AdveSeveral sundry bug fixes.
2002-03-03 Vikram S. AdveFix include error.
2002-02-26 Anand ShuklaChange to make it build with GCC 2.95.3
2002-02-24 Chris LattnerClean up std namespace issues
2002-02-24 Chris Lattner* Silence signed/unsigned warnings
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-11 Chris LattnerWrite llvm bytecode to output .s file as last step...
2002-02-11 Chris LattnerFix build error
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris Lattner* Code Cleanups of IGNode.h
2002-02-05 Chris LattnerMust include SetOperations to do set_*
2002-02-05 Chris LattnerRemove empty files
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris LattnerChanges neccesary due to the move of BBLiveVar.h to...
2002-02-05 Chris Lattner* Add a #include not indirectly included any more
2002-02-05 Chris Lattner* Give BBLiveVar.cpp a proper file header
2002-02-05 Chris Lattner* Big cleanups.
2002-02-04 Chris LattnerCode cleanups, no functional change
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerThe interface to instruction scheduling is now just...
2002-02-04 Chris Lattner* RegisterAllocation _uses_ LiveVar analysis, instead...
2002-02-04 Chris Lattner* The itf exposed by InstrScheduling is now a single...
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
2002-02-04 Chris LattnerSwitch register allocator over to using LoopInfo direct...
2002-02-04 Chris LattnerMake LoopDeptCalculator be an internal artifact of...
2002-02-04 Chris LattnerMake #include "llvm/Analysis/LoopDepth.h" be an interna...
2002-02-04 Chris Lattner* ValueSet interface converted from add/remove to inser...
2002-02-04 Chris Lattner* Add #includes removed from headers
2002-02-04 Chris LattnerRemove dependence on BBLiveVar from InstrScheduling
2002-02-04 Chris Lattner* Add #includes that were yanked out of header files
2002-02-04 Chris LattnerCut down include pollution and number of frivolous...
2002-02-04 Chris LattnerConvert RegisterAllocator interface to opaque pass...
2002-02-04 Chris LattnerEmitAssembly doesn't need an UltraSparc, it can do...
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris LattnerAdd code that used to be inline in MachineSchedInfo.h
2002-02-04 Chris LattnerAdd #includes neccesary since they were removed from...
2002-02-04 Chris LattnerMove instrIsFeasible from InstrScheduling.h
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris LattnerMinor cleanups
2002-02-04 Chris LattnerSparcRegInfo does NOT need anything about instruction...
2002-02-04 Chris Lattner* Move command line parsing debug stuff to InstrSchedul...
2002-02-04 Chris LattnerPull all of the scheduling related stuff out of Sparc...
2002-02-04 Chris LattnerSplit RegisterAllocation stuff OUT of Sparc.cpp into...
2002-02-04 Chris LattnerMove a ton of tables out of SparcInternals.h and move...
2002-02-03 Chris LattnerConvert sparc backend over to use pass based compilatio...
2002-02-03 Chris LattnerConvert sparc backend over to use pass based compilatio...
2002-02-03 Chris LattnerConvert assembly emission over to a two pass approach.
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)
2002-02-03 Chris LattnerAdd a file level comment
2002-02-03 Chris LattnerImplement new method by method assembly output & memory...
2002-02-03 Chris Lattner* Switch to new TmpInstruction model
2002-02-03 Chris Lattner* Switch to new TmpInstruction model
2002-02-03 Chris Lattner* Swithc to new MachineCodeForInstruction model
2002-02-03 Chris Lattner* prune #includes
2002-02-03 Chris LattnerAdd #include that is no longer implicitly included
2002-02-03 Chris LattnerLots of code cleanups, no functional changes
next