summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r153423 as this is causing failures on our internal nightly testers.Chad Rosier2012-03-263-56/+0
* LSR cleanup: potential bug caught by PVS-Studio.Andrew Trick2012-03-261-2/+3
* docs/lit: Add some notes on the lit test run output format.Daniel Dunbar2012-03-261-0/+47
* [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany2012-03-263-0/+39
* No need to do an expensive stable sort for a bunch of integers.Benjamin Kramer2012-03-261-3/+3
* Add missing include of <new>Douglas Gregor2012-03-261-0/+1
* Fix GetMainExecutable on kFreeBSD.Anton Korobeynikov2012-03-261-3/+3
* Remove stale CBackend tests.Benjamin Kramer2012-03-2652-627/+0
* TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user w...Benjamin Kramer2012-03-262-21/+0
* Prune some includes and forward declarations.Craig Topper2012-03-2633-61/+44
* Add a debug statement.Eric Christopher2012-03-261-1/+3
* Add some fixes to the configure script for isInf and addEric Christopher2012-03-269-11/+54
* Update documentation for old api changes.Eric Christopher2012-03-261-33/+70
* Use the new range metadata in computeMaskedBits and add a new optimization toRafael Espindola2012-03-263-0/+56
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-267-10/+2
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-258-18/+12
* Teach instsimplify how to simplify comparisons of pointers which areChandler Carruth2012-03-252-1/+107
* Switch the pointer-difference simplification logic to only work withChandler Carruth2012-03-252-11/+26
* Prune some includes and forward declarations.Craig Topper2012-03-253-0/+3
* Prune some includes and forward declarations.Craig Topper2012-03-258-20/+4
* This file is no longer needed (DejaGNU-isms removed from code)Eli Bendersky2012-03-251-3/+0
* s/restrict/describe/Rafael Espindola2012-03-251-1/+1
* Teach the function cloner (and thus the inliner) to simplify PHINodesChandler Carruth2012-03-252-15/+51
* Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its havingEli Bendersky2012-03-251-1/+4
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-2540-352/+45
* Move the instruction simplification of callsite arguments in the inlinerChandler Carruth2012-03-253-89/+79
* Add an asserting ValueHandle to the block simplification code which willChandler Carruth2012-03-251-0/+9
* Use the isReachableFromEntry method.Rafael Espindola2012-03-241-3/+1
* Don't form a WeakVH around the sentinel node in the instructions BBChandler Carruth2012-03-241-4/+2
* Avoid using dominatedBySlowTreeWalk.Rafael Espindola2012-03-241-5/+8
* Try to harden the recursive simplification still further. This is againChandler Carruth2012-03-241-7/+8
* Don't add the instruction about to be RAUW'ed and erased to theChandler Carruth2012-03-241-2/+4
* Fix null to integer conversion warnings.Jean-Daniel Dupas2012-03-241-2/+2
* FileCheck-ize this test. Note the FIXME I've introduced here: we'veChandler Carruth2012-03-241-4/+14
* Refactor the interface to recursively simplifying instructions to be tadChandler Carruth2012-03-244-72/+101
* Remove always true variable.Rafael Espindola2012-03-241-19/+10
* Add a small release not about the range metadata.Rafael Espindola2012-03-241-0/+2
* Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel2012-03-242-5/+37
* Add the ability to promote legal integer VAARGs. This is required for the PPC...Hal Finkel2012-03-241-1/+33
* Fix the MSVC build.Francois Pichet2012-03-241-2/+2
* PTX: Fix predicate logic bugJustin Holewinski2012-03-242-21/+36
* More IndVarSimplify cleanup.Andrew Trick2012-03-241-25/+16
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-246-1/+165
* add EP_OptimizerLast extension pointKostya Serebryany2012-03-232-0/+5
* It's possible for two types, which are isomorphic, to be added to theBill Wendling2012-03-231-6/+25
* ARM tidy up ARMConstantIsland.cpp.Jim Grosbach2012-03-231-156/+158
* Pretty-printing comments for literal floating point in .s files.Jim Grosbach2012-03-231-2/+6
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-233-29/+42
* Don't convert objc_retainAutoreleasedReturnValue to objc_retain if itDan Gohman2012-03-233-3/+55
* It's not possible to insert code immediately after an invoke in theDan Gohman2012-03-232-32/+108