aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-09-08Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar
2009-09-08Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman
2009-09-08Const-correctness.Mikhail Glushenkov
2009-09-08Since Program is basically a PID, it should be copyable.Mikhail Glushenkov
2009-09-08Get rid of the Pid_ member in the Program class.Mikhail Glushenkov
2009-09-08Add a Kill() function to the Program class.Mikhail Glushenkov
2009-09-08Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman
2009-09-08fix pastoChris Lattner
2009-09-08add getVectorOperand/getIndexOperand accessors to ExtractElementInst.Chris Lattner
2009-09-08fix PR4915, a crash in -debug mode.Chris Lattner
2009-09-08add some comments to describe the invariants.Chris Lattner
2009-09-07Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman
2009-09-06Change "const static" to "static const", as warned aboutDuncan Sands
2009-09-06Mark more constants unsigned, as warned about by icc (#68).Duncan Sands
2009-09-06Mark constants as unsigned, as pointed out by iccDuncan Sands
2009-09-06Tweak code into an equivalent form for which iccDuncan Sands
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands
2009-09-06Remove unneeded declaration, as warned about byDuncan Sands
2009-09-06Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng
2009-09-06Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar
2009-09-05Delete unused #include.Benjamin Kramer
2009-09-05Stabilize the order of live intervals in the priority_queue used by theBob Wilson
2009-09-04Prune #includes.Benjamin Kramer
2009-09-04Remove an unneeded call to c_str().Benjamin Kramer
2009-09-04Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby
2009-09-04Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby
2009-09-04Removed yet another std::ostream reference.Lang Hames
2009-09-04Removed some junk and a std::ostream operator that was hanging around.Lang Hames
2009-09-04Replaces uses of unsigned for indexes in LiveInterval and VNInfo withLang Hames
2009-09-04Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman
2009-09-03Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman
2009-09-03LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman
2009-09-03Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman
2009-09-03Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after anTed Kremenek
2009-09-03Recognize more opportunities to use SSE min and max instructions,Dan Gohman
2009-09-03Removed the non-target independent AsmToken::Register enum constantKevin Enderby
2009-09-03Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman
2009-09-03Move getUniqueExitBlocks from LoopBase to Loop, since they depend onDan Gohman
2009-09-03Change PHINode::hasConstantValue to have a DominatorTree argumentDan Gohman
2009-09-03Remove references to expression "handles", which are no longer used.Dan Gohman
2009-09-03improve comments.Chris Lattner
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner
2009-09-03Set the 'cached digest' flag after computing the digest for anTed Kremenek
2009-09-03Fixed a test that ensures the LocalRewriter does not attempt toLang Hames
2009-09-03back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif
2009-09-03Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel
2009-09-03re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif
2009-09-02Revert 80839 for now. It causes test failures.Devang Patel
2009-09-02Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel
2009-09-02Add a comment noting the memory ownership rules.Dan Gohman