Document correct opcodes for post 1.9 release.
[oota-llvm.git] / include /
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...
2006-10-26 Reid SpencerFor PR950:
2006-10-25 Devang PatelSupply alignment info to linker through LLVMSymbol.
2006-10-24 Devang PatelTargetData is not subclassed. So no need to have virtua...
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Devang PatelInstead of hard coding global prefix, use TargetAsmInfo.
2006-10-24 Chris LattnerGeneralize CaseBlock a bit more:
2006-10-24 Chris Lattnerupdate comment
2006-10-24 Chris Lattnergeneralize 'CaseBlock'. It really allows any compariso...
2006-10-24 Rafael Espindolafix assert comment
2006-10-24 Jim LaskeyTighter data structure for deleted debug labels.
2006-10-24 Chris Lattneradd missing dcb* intrinsics
2006-10-23 Chris Lattneradd two helper methods
2006-10-23 Devang PatelAdd removeModule().
2006-10-23 Andrew Lenharthchange this back
2006-10-23 Jim LaskeyMore complete solution to deleting blocks and debug...
2006-10-21 Chris LattnerNew, wonderful isSuccessor method
2006-10-20 Chris Lattnertypo
2006-10-20 Chris Lattneradd isIdenticalTo method to machineinstr/operand.
2006-10-20 Chris Lattneradd method
2006-10-20 Reid SpencerFix a comment to be accurate.
2006-10-20 Reid SpencerFor PR950:
2006-10-20 Chris Lattneradd a method to determine whether evaluation of a const...
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-10-17 Chris Lattneradd a method to remove a line # record.
2006-10-17 Chris Lattnerexpose DWARF_LABEL opcode# so the branch folder can...
2006-10-17 Chris Lattnerupdate comment
2006-10-17 Chris LattnerDo not leak all of the SourceLineInfo objects. Do...
2006-10-17 Chris Lattnerminor cleanups
2006-10-17 Evan ChengSplit PRE_INDEXED to PRE_INC / PRE_DEC and similarly...
2006-10-17 Jim LaskeyClean up interface to getGlobalLinkName.
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
next