Remove obsolete VS project.
[oota-llvm.git] / include /
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.
2006-10-16 Jim LaskeyPass AliasAnalysis thru to DAGCombiner.
2006-10-16 Chris Lattneradd a ReplaceMBBInJumpTables method
2006-10-14 Evan ChengStart checking from the root of the matched sub-tree.
2006-10-14 Chris LattnerWhen SimplifySetCC was moved to the DAGCombiner, it...
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-13 Chris Lattnerit is easier to implement these when they are virtual
2006-10-13 Chris Lattnerallow branch reversal to fail
2006-10-13 Bill WendlingCorrected formatting.
2006-10-13 Chris Lattnerreplace the existing branch inspection/modification...
2006-10-13 Chris LattnerExpose method and ivars for measuring inline asm length...
2006-10-12 Chris Lattnersimplify trivial function
2006-10-12 Evan ChengAdd RemoveDeadNode to remove a dead node and its (poten...
2006-10-11 Evan ChengNaming consistency.
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris Lattneradd two helper methods.
2006-10-10 Evan ChengComments; getChain(), getBasePtr(), etc. should return...
2006-10-09 Evan ChengMerging ISD::LOAD and ISD::LOADX. Added LoadSDNode...
2006-10-09 Andrew LenharthFix build error in gcc 3.4 and make more this general
2006-10-09 Nick LewyckyFix usage example.
2006-10-08 Chris LattnerFix PR897
next