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