summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Rewrite aesimc handling. It only takes a single input and has a singleEric Christopher2010-04-02
* Fix another build warning.Johnny Chen2010-04-02
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* Added support for reporting operand token rangesSean Callanan2010-04-02
* Separate out the AES-NI instructions from the SSE4.2 instructions. AddEric Christopher2010-04-02
* Skip debug info when looking for existing EH calls at theDale Johannesen2010-04-02
* Fixes to the X86 disassembler. The disassembler will nowSean Callanan2010-04-02
* Fix anachronism.Benjamin Kramer2010-04-02
* DebugInfoFinder::processModule was foiling my plot byChris Lattner2010-04-02
* fix the llvm-x86_64-linux buildbot.Chris Lattner2010-04-02
* remove empty file.Chris Lattner2010-04-02
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-02
* stop using DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-02
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Update CMake.Benjamin Kramer2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Manually notify ScalarEvolution before making an operand replacement, sinceDan Gohman2010-04-02
* Recommit 100158 now that the buildbots are happy again.Bob Wilson2010-04-02
* Remove FIXME - if there's a better way to do this it isn't here.Eric Christopher2010-04-02
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-02
* After trivial coalescing, the MI being visited may have become a copy. Avoid ...Evan Cheng2010-04-02
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-02
* Disambiguate conditional expression for newer GCCs.Chandler Carruth2010-04-02
* Revert 100158 in case it is causing some of the buildbot problems.Bob Wilson2010-04-02
* Change variables which are exactly 16 bytes to be 16-byte-aligned too.Dan Gohman2010-04-02
* Make globalopt refine global variable alignment.Dan Gohman2010-04-02
* Check for terminating conditions before adding PHIs to the worklists.Bob Wilson2010-04-02
* If the bitcode reader input stream isn't a multiple of 4 bytes, it's moreDan Gohman2010-04-02
* Remove trailing whitespace.Bob Wilson2010-04-01
* Rewrite another SSAUpdater function to avoid recursion.Bob Wilson2010-04-01
* Revert r100143.Eric Christopher2010-04-01
* Revert r100117.Devang Patel2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng2010-04-01
* Do not eagerly record known previous location. DBG_VALUE may not cause a new ...Devang Patel2010-04-01
* Skip checking preferred alignment of GVs defined in other translation units a...Evan Cheng2010-04-01
* Add comments about DstAlign and SrcAlign.Evan Cheng2010-04-01
* Change another SSAUpdater function to avoid recursion.Bob Wilson2010-04-01
* Simplify the code to check for existing PHIs, now that it is only used inBob Wilson2010-04-01
* The SSAUpdater should avoid recursive traversals of the CFG, since that mayBob Wilson2010-04-01
* - Avoid using floating point stores to implement memset unless the value is z...Evan Cheng2010-04-01
* Skip instructions until new scope is seen.Devang Patel2010-04-01
* Cosmetic changes.Devang Patel2010-04-01
* Remove accidental include and add a comment.Benjamin Kramer2010-04-01