Add support for hexadecimal FP constants!
[oota-llvm.git] / lib / CodeGen /
2002-03-31 Vikram S. AdveAdd method clearCallInterference().
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
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-26 Chris LattnerChange references from Method to Function
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. AdveRe-fix bug: Put back MachineCodeForInstruction::dropAll...
2002-03-24 Vikram S. AdveFix padding for variables allocated on stack.
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. AdveChange treeRoots data structure to make enumeration...
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-03-18 Vikram S. AdveBug fix in setting CC register.
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-02-26 Anand ShuklaChange to make it build with GCC 2.95.3
2002-02-24 Chris Lattner* Make it compile with GCC 3.0.4
2002-02-24 Chris Lattner* Silence signed/unsigned warnings
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-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 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 Lattner* Add a #include not indirectly included any more
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 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* Add #includes removed from headers
2002-02-04 Chris LattnerRemove dependence on BBLiveVar from InstrScheduling
2002-02-04 Chris LattnerConvert RegisterAllocator interface to opaque pass...
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 Lattner* Move command line parsing debug stuff to InstrSchedul...
2002-02-04 Chris LattnerSplit RegisterAllocation stuff OUT of Sparc.cpp into...
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)
2002-02-03 Chris LattnerLots of code cleanups, no functional changes
2002-02-03 Chris Lattner* Prune #includes
2002-02-03 Chris Lattner* Switch over to cleaner TmpInstruction model
2002-02-03 Chris Lattner* Straighten out #includes
2002-02-03 Chris Lattner* Swich to annotation model for MachineCodeForInstruction
2002-02-03 Chris LattnerRemove extraneous #includes
2002-02-03 Chris Lattner* Straighten out #includes
2002-02-03 Chris Lattner* Get machine instrs from Instructin's by using Machine...
2002-02-03 Chris LattnerAdd a class forward decl
2002-01-31 Chris LattnerLoopDepth calculation is now in CFG namespace
2002-01-23 Chris LattnerMake it build with 2.95.3
2002-01-21 Chris LattnerOops lost a parenthesis somehow :(
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-08 Ruchira SasankaFixed a bug in spill cost estimation
2002-01-07 Ruchira SasankaPhyRegAlloc.cpp: Added temp area resetting before every...
2002-01-07 Ruchira SasankaAdded destructors and comments.
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerStuff after a #endif is not valid CPP input and breaks...
2001-11-26 Chris LattnerThe old getIndices has been deprecated, because it...
2001-11-15 Ruchira SasankaCommented some popTempArg.. since it leads to a bug
2001-11-15 Ruchira SasankaAdded naming to inserted phi copy values - for easy...
2001-11-15 Ruchira SasankaFixed a bug in setReLRegsUsedByMI
2001-11-15 Ruchira SasankaChanged some names of methods, added const etc.
2001-11-15 Vikram S. AdveModify AllocateLocalVar method to take a size argument.
2001-11-15 Ruchira Sasankafixed setUsedRegAtMI
2001-11-15 Ruchira SasankaChanged phi elimination code
2001-11-14 Ruchira SasankaSmall changed to printing a machine operand - It the...
2001-11-14 Vikram S. AdveDon't assume constant operand can only be in position 1!
2001-11-14 Vikram S. AdveIdiotic error in last fix.
2001-11-14 Vikram S. AdveDon't need to load a NULL pointer constant from memory!
2001-11-14 Ruchira SasankaAdded support method for setting interference for pseud...
2001-11-14 Ruchira SasankaAdded interference for args in pseudo instructions
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-13 Ruchira Sasankacommented out lines printing code after scheduling
2001-11-13 Ruchira SasankaFixed a bug concering LR spilling. Earlier, added spill...
2001-11-12 Vikram S. AdveDo the same for allocating spills to get their alignmen...
2001-11-12 Vikram S. AdveWhen allocating space on stack for writing a register,
2001-11-12 Vikram S. AdveBug fix in offset alignment computations: don't subtrac...
2001-11-12 Ruchira SasankaFor phi elimination, now we are generating only one...
2001-11-12 Vikram S. AdveEliminate most uses of the machine instruction vector...
2001-11-12 Ruchira SasankaAdded phi elimination code - not final
2001-11-12 Vikram S. AdveImproved printing routines.
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
2001-11-12 Vikram S. AdveAdjust all stack variable offsets to be aligned by...
next