Add option to turn on register scavenger; By default, spills kills the register being...
[oota-llvm.git] / include /
2007-02-23 Evan ChengTemporay hook to enable register scavening for specific...
2007-02-23 Evan ChengUse findRegisterUseOperand to find a kill of particular...
2007-02-23 Evan ChengInitial check in of register scavenger. Its only curren...
2007-02-23 Devang PatelTeach LoopPass to assign itself one Loop Pass Manager.
2007-02-23 Devang PatelAdd facility that allows LoopPass to re-insert a loop...
2007-02-23 Devang PatelAdd LPPassManager interface that LoopPass can use to...
2007-02-22 Evan ChengCopy and paste silliness.
2007-02-22 Devang PatelAdd LoopQueue. This is used by loop pass manager to...
2007-02-22 Evan ChengRemove unnecessary isKill properties if a live range...
2007-02-22 Jim LaskeyTypo.
2007-02-22 Jim LaskeyRemove isAccessable.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-22 Devang PatelAdd Loop Pass Manager.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
2007-02-21 Jim LaskeyAdd TAI field for exception table section.
2007-02-21 Jim LaskeyAllow for live in registers for eh landing pads.
2007-02-21 Jim LaskeyAdd a flag to MBBs to indicate whether it is an eh...
2007-02-21 Jim LaskeyAdd structures used for collecting eh information.
2007-02-21 Jim LaskeyAdd new instructions for handling data passed into...
2007-02-21 Jim LaskeyAdd new intrinsics for eh support.
2007-02-21 Devang PatelSimplify
2007-02-21 Reid SpencerAdd a dump() method for debugging.
2007-02-21 Devang PatelFix memory leak (PR 775).
2007-02-20 Reid SpencerAdd an internal convenience method for division that...
2007-02-20 Chris Lattnereliminate some dead friends.
2007-02-20 Chris Lattnercleanup ConstantInt to use a single DenseMap for uniqui...
2007-02-20 Chris LattnerMake ConstantInt::getTrue/getFalse be llvm_shutdown...
2007-02-20 Chris Lattneradd a way to register an arbitrary cleanup function.
2007-02-20 Chris LattnerClean up the internals of the ConstantInt machinery
2007-02-20 Chris Lattnerremove some dead passes and stuff specific to the reopt...
2007-02-20 Chris Lattnerremove some passes
2007-02-19 Reid SpencerImplement support for non-standard integer bit widths...
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Chris Lattnerllvm-gcc issue fixed, revert reversal :)
2007-02-19 Evan ChengTemporarily reverting the patch. It's breaking llvm...
2007-02-19 Chris Lattnerremove dead methods
2007-02-19 Chris Lattneradd alternate version of constant ctors that don't...
2007-02-19 Reid SpencerFor PR1207:
2007-02-19 Reid SpencerAdd some new constants.
2007-02-18 Reid Spencer1. "unsigned" -> "uint32_t" to gaurantee its bit width...
2007-02-18 Reid SpencerImplement signed output for toString.
2007-02-17 Chris Lattnertemporarily revert Devang's most recent patch, which...
2007-02-17 Evan Cheng- Changes how function livein's are handled, they now...
2007-02-17 Evan ChengAdded findRegisterDefOperand().
2007-02-17 Evan ChengAdded removeLiveIn and more livein iterators.
2007-02-17 Evan ChengAllow LiveVariables to track liveness of more registers.
2007-02-17 Evan Cheng- Added regsOverlap() to test if two registers overlap...
2007-02-17 Devang PatelUse inverted map to speedup collectLastUses().
2007-02-17 Chris LattnerDo not dereference invalid ranges. Generalize targetda...
2007-02-17 Reid SpencerFix bugs introduced by constructor parameter order...
2007-02-16 Reid SpencerReview changes:
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-15 Chris Lattnermake mayWriteToMemory a non-virtual function
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Evan ChengProper fix for the off-by-one bug in clear_unused_bits().
2007-02-15 Reid SpencerFix an off-by-one bug in computing the index of the...
2007-02-15 Reid SpencerMake sure Capacity gets initialized too.
2007-02-15 Evan ChengMissing a ;
2007-02-15 Evan ChengBitVector::reference operator=(const reference& rhs...
2007-02-15 Evan ChengRemove unnecessary checks.
2007-02-15 Evan Chengoperator== returns false when two bitvectors have diffe...
2007-02-15 Evan ChengMerges two resize() variants.
2007-02-15 Evan ChengClear no longer deleting the bits to avoid mallocs.
2007-02-15 Evan ChengBitVector::count() bugs.
2007-02-15 Evan ChengEliminate a redundent ctor; eliminate one more potentia...
2007-02-15 Evan Cheng1 -> 1L since BitWord has type unsigned long.
2007-02-15 Evan ChengEliminate new[0], just set Bits to NULL.
2007-02-15 Chris LattnerAdd a new Value::getNameStr method, which is preferred...
2007-02-15 Evan ChengInverted the condition by accident.
2007-02-15 Evan ChengBug fixes: assignment operator forgot to copy over...
2007-02-15 Zhou ShengFix some buges:
2007-02-15 Evan ChengUse BitVector instead of vector<bool> which can be...
2007-02-15 Evan ChengAdd a BitVector class.
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Evan ChengisPhysRegUsed should be const.
2007-02-15 Evan ChengShould pass isKill and isDead to addRegOperand() as...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFixed packed structure breakage from earlier TargetData...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Reid SpencerMake some minor improvements to APInt:
2007-02-13 Lauro Ramos VenancioAdd comment about original function argument alignment.
2007-02-13 Reid SpencerFix a compilation error that caused the nightly test...
2007-02-13 Chris LattnerSwitch UnaryOperators to default to passing names up...
2007-02-13 Chris Lattneradd a setName variant that takes a null-terminated...
2007-02-13 Chris Lattnerfix a critical bug in smallvector, where it would destr...
2007-02-13 Chris Lattnereliminate instruction ctors that take vectors.
2007-02-13 Chris LattnerAdd invokeinst and callinst ctors that don't take vectors.
2007-02-13 Chris Lattnerremove some dead methods.
2007-02-13 Andrew LenharthI love non-deturminism. Returning objects with referen...
2007-02-12 Zhou Sheng1. Make APInt::shl work correctly and more efficiently.
2007-02-12 Jim LaskeyWrong value type.
2007-02-12 Chris Lattneravoid creating a temporary string when reading the...
2007-02-12 Chris LattnerAdd new setName accessor which doesn't require creating...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-12 Chris Lattneradd #include
2007-02-11 Chris Lattneradd new ShouldRehash method to factor out common code...
2007-02-11 Chris Lattnerdo not allow hash table to be filled with tombstones.
2007-02-11 Chris LattnerAdd support for removing elements out of StringMap.
next