Don't recompute getNumOperands for each iteration.
[oota-llvm.git] / include /
2006-11-16 Bill WendlingAdded "removeRange", which takes and removes an entire...
2006-11-16 Bill WendlingAdded a new method "CreateNewLiveInterval" which, given...
2006-11-15 Evan ChengChangeToRegister should clear IsImp bit.
2006-11-15 Evan ChengDo away with kill / dead maps. Move kill / dead info...
2006-11-15 Evan ChengAdd copyKillDeadInfo to copy kill / dead info; other...
2006-11-15 Devang PatelAdd run(Function &F) support in FunctionPassManager_New
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-15 Reid SpencerAdd a method to get the bit width of a packed type.
2006-11-15 Devang PatelAdd doInitialization and doFinalization support in...
2006-11-14 Andrew LenharthA shim over other AA impls to catch incorrect uses
2006-11-14 Reid SpencerDiscard code that supported old bytecode formats. This...
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-11-13 Evan Cheng- Let MachineInstr ctors add implicit def and use opera...
2006-11-11 Reid SpencerRevert premature patch.
2006-11-11 Reid SpencerDocument new constant expr operators, rename bitconvert...
2006-11-11 Reid SpencerMinor style fixes from review.
2006-11-11 Reid SpencerFor PR998:
2006-11-11 Evan ChengAdd methods to add implicit def use operands to a MI.
2006-11-11 Devang PatelMove CommonPassManagerImpl from PassManager.h to PassMa...
2006-11-11 Devang PatelKeep track if analysis made available by the pass.
2006-11-11 Devang PatelKeep track of analysis required by the passes. Force...
2006-11-10 Devang Patels/PassManagerAnalysisHelper/CommonPassManagerImpl
2006-11-10 Jim LaskeyShut up the warning.
2006-11-10 Evan ChengAdd implicit def / use operands to MachineInstr.
2006-11-09 Chris Lattnerallow clients to indicate that they never want lazy...
2006-11-09 Evan ChengAdd a mechanism to specify whether a target supports...
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Jim Laskeymath.h creates ambiguity
2006-11-09 Jim Laskeymath.h for C's sake.
2006-11-09 Evan ChenggetPostIndexedAddressParts change: passes in load/store...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-08 Jim LaskeyMake sure <cmath> comes first
2006-11-08 Jim LaskeyAdd backup support for HUGH_VALF.
2006-11-08 Jim LaskeyWasn't handling case of when machine move labels were...
2006-11-08 Devang PatelSplit FunctionPassManager_New into FunctionPassManager_...
2006-11-08 Devang PatelSplit PassManager_New into PassManager_New and PassMana...
2006-11-08 Devang PatelMove BasicBlockPassManager_New, FunctionPassManager_New and
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Devang PatelBeautify.
2006-11-07 Devang PatelDerive new pass managers from PassManagerAnalysisHelper.
2006-11-07 Devang PatelIntroduce PassManagerAnalysisHelper.
2006-11-07 Devang PatelAdd PassManager_New.
2006-11-07 Devang PatelFix comment.
2006-11-07 Devang PatelAdd ModulePassManager_New.
2006-11-07 Devang PatelAdd FunctionPassManager_New.
2006-11-07 Devang PatelAdd BasicBlockPassManager_New.
2006-11-07 Jim Laskey1. Add a pass to fold debug label instructions so a...
2006-11-07 Evan ChengAdded target hook for post-indexed memory ops transform...
2006-11-06 Chris LattnerAdd a new operand flag to mark which operand is the...
2006-11-06 Chris Lattneradd a flag so that predicated instructions can be recog...
2006-11-06 Reid SpencerFix a small bug noticed on code review.
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Reid SpencerAdd a -disable-cbe-printf-a option so that the output...
2006-11-05 Evan ChengAdded getIndexedStore.
2006-11-04 Evan ChengMove to operand constraints for two-address instructions.
2006-11-03 Evan ChengFix comments.
2006-11-03 Evan ChengRename
2006-11-03 Evan ChengAdded a target specific hook to check whether / how...
2006-11-03 Evan ChengAdd isPredecessor to check whether a node is another...
2006-11-03 Chris Lattnersilence warning
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
2006-11-02 Reid SpencerFor PR950:
2006-11-02 Chris Lattnergeneralize this api
2006-11-01 Evan ChengRename
2006-11-01 Evan ChengAdded getTiedToSrcOperand() to check for two-address...
2006-11-01 Evan ChengAdd a printSetLabel that takes two id's.
2006-11-01 Evan ChengAdd operand constraints to TargetInstrInfo.
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-31 Anton KorobeynikovUnbreaking static ctors patch.
2006-10-30 Reid SpencerDon't mislead readers by claiming a variable is default...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Jim LaskeySimplify DwarfWriter header.
2006-10-30 Evan ChengAdded a new SDNode type: BR_JT for jumptable branch.
2006-10-30 Chris Lattneradd a new form of insert.
2006-10-30 Chris LattnerAdd SmallString a (currently) minimal class that adapts...
2006-10-30 Chris Lattneradd a method
2006-10-29 Chris Lattneradd newline at end of file
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...
2006-10-28 Chris Lattneradd an assertion
2006-10-28 Chris Lattnerremove dead method
2006-10-28 Chris Lattneradd a method for hacking on JTIdx's
2006-10-28 Chris Lattnerconst'ify jump table stuff
2006-10-28 Chris Lattneradd a method for deleting dead jump tables.
2006-10-28 Chris Lattnerdetermine whether a change was made
2006-10-28 Chris Lattneradd another target hook for branch folding.
2006-10-28 Chris Lattneradd option to isCriticalEdge
2006-10-28 Chris LattnerExpose a smarter way to break critical edges.
2006-10-28 Jim LaskeyEditorial clean up.
2006-10-28 Chris Lattneradd a method
2006-10-27 Jim LaskeySwitch over from SelectionNodeCSEMap to FoldingSet.
2006-10-27 Jim LaskeyClean up
2006-10-27 Chris LattnerTurn conditions like x<Y|z==q into multiple blocks.
2006-10-27 Jim LaskeyApply editorials.
2006-10-27 Jim LaskeyBreakout folding hash set from SelectionDAGCSEMap.
2006-10-26 Evan ChengIndexed load / store changes.
2006-10-26 Devang PatelSave temp. bc files when saveTemps flag is true. Use...
2006-10-26 Evan ChengAdded CStringSection.
2006-10-26 Evan ChengAdd isCString() - returns true if a ConstantArray is...
2006-10-26 Chris LattnerAdd isFPOrFPVector() method, which indicates if a type...
next