summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Use the file in the inlined die rather than the compile unit forEric Christopher2012-03-26
* 153465 was incorrect. In this code we wanted to check that the pointer operan...Nadav Rotem2012-03-26
* Made RuntimeDyldMachO support vanilla i386Sean Callanan2012-03-26
* PR12357: The pointer was used before it was checked.Nadav Rotem2012-03-26
* LSR ivchain bug fix: corner case with ConstantExpr.Andrew Trick2012-03-26
* comment typoAndrew Trick2012-03-26
* eliminate an unneeded branch, part of PR12357Chris Lattner2012-03-26
* Tidy.Eric Christopher2012-03-26
* Tidy.Eric Christopher2012-03-26
* Revert r153423 as this is causing failures on our internal nightly testers.Chad Rosier2012-03-26
* LSR cleanup: potential bug caught by PVS-Studio.Andrew Trick2012-03-26
* [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany2012-03-26
* No need to do an expensive stable sort for a bunch of integers.Benjamin Kramer2012-03-26
* Add missing include of <new>Douglas Gregor2012-03-26
* Fix GetMainExecutable on kFreeBSD.Anton Korobeynikov2012-03-26
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Add a debug statement.Eric Christopher2012-03-26
* Use the new range metadata in computeMaskedBits and add a new optimization toRafael Espindola2012-03-26
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-26
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-25
* Teach instsimplify how to simplify comparisons of pointers which areChandler Carruth2012-03-25
* Switch the pointer-difference simplification logic to only work withChandler Carruth2012-03-25
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Teach the function cloner (and thus the inliner) to simplify PHINodesChandler Carruth2012-03-25
* Move the instruction simplification of callsite arguments in the inlinerChandler Carruth2012-03-25
* Add an asserting ValueHandle to the block simplification code which willChandler Carruth2012-03-25
* Don't form a WeakVH around the sentinel node in the instructions BBChandler Carruth2012-03-24
* Try to harden the recursive simplification still further. This is againChandler Carruth2012-03-24
* Don't add the instruction about to be RAUW'ed and erased to theChandler Carruth2012-03-24
* Fix null to integer conversion warnings.Jean-Daniel Dupas2012-03-24
* Refactor the interface to recursively simplifying instructions to be tadChandler Carruth2012-03-24
* Remove always true variable.Rafael Espindola2012-03-24
* Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel2012-03-24
* Add the ability to promote legal integer VAARGs. This is required for the PPC...Hal Finkel2012-03-24
* Fix the MSVC build.Francois Pichet2012-03-24
* PTX: Fix predicate logic bugJustin Holewinski2012-03-24
* More IndVarSimplify cleanup.Andrew Trick2012-03-24
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-24
* add EP_OptimizerLast extension pointKostya Serebryany2012-03-23
* It's possible for two types, which are isomorphic, to be added to theBill Wendling2012-03-23
* ARM tidy up ARMConstantIsland.cpp.Jim Grosbach2012-03-23
* Pretty-printing comments for literal floating point in .s files.Jim Grosbach2012-03-23
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-23
* Don't convert objc_retainAutoreleasedReturnValue to objc_retain if itDan Gohman2012-03-23
* It's not possible to insert code immediately after an invoke in theDan Gohman2012-03-23
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-23
* Add support for register masks to PBQP.Lang Hames2012-03-23
* Include cstdio in a few place that depended on getting it transitively throug...Benjamin Kramer2012-03-23
* Move ftostr into its last user (cppbackend) and simplify it a bit.Benjamin Kramer2012-03-23
* When propagating equalities, eg replacing A with B in every basic blockDuncan Sands2012-03-23