summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Document the 'unwind' removal.Bill Wendling2012-02-06
* [unwind removal] Remove any mention of the 'unwind' instruction. What was thatBill Wendling2012-02-06
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-06
* [unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling2012-02-06
* Make sure a reserved register has a live interval before merging.Jakob Stoklund Olesen2012-02-06
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-06
* [unwind removal] Don't write out the dead 'unwind' instruction.Bill Wendling2012-02-06
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-06
* 'unwind' is a keyword, not an instruction.Bill Wendling2012-02-06
* [unwind removal] Remove the 'unwind' instruction parsing bits.Bill Wendling2012-02-06
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-06
* Test commit; also removes some trailing whitespaceDerek Schuff2012-02-06
* The 'unwind' instruction is deprecated and will be removed, making this testBill Wendling2012-02-06
* Update docs describing objective-c property encoding. This includes support f...Devang Patel2012-02-06
* Mention that the 'unwind' instruction is now deprecated.Bill Wendling2012-02-06
* DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel2012-02-06
* Update ExceptionDemo to use ConstantDataArray.Peter Collingbourne2012-02-06
* X86: Don't call malloc for 4 bits. No functionality change.Benjamin Kramer2012-02-06
* Make helper static.Benjamin Kramer2012-02-06
* Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer2012-02-06
* Split part of EvaluateFunction into a new EvaluateBlock method. No functionalityNick Lewycky2012-02-06
* Move some llvm_unreachable's from r149849 out of switch statements to satisfy...Craig Topper2012-02-06
* Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...Craig Topper2012-02-06
* fix indentationSebastian Pop2012-02-06
* fix typoSebastian Pop2012-02-06
* SmallVector's construct_range is the same thing as std::uninitialized_fill, n...Benjamin Kramer2012-02-05
* Simplify code. No functionality change.Benjamin Kramer2012-02-05
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Efficient Constant Uniquing.Talin2012-02-05
* Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky2012-02-05
* DefinesPredicate should only look for def operands. Patch by Ludwig Meier.Evan Cheng2012-02-05
* Clean up some whitespace and comments. No functionality change.Nick Lewycky2012-02-05
* Fixing a warning in MSVC (this is also a test commit)Aaron Ballman2012-02-05
* Neaten up this method. Check that if there is only oneDuncan Sands2012-02-05
* Remove dead test: this was already checked and handled a few linesDuncan Sands2012-02-05
* Testcase for commit 149833 (use of an uninitialized variable noticedDuncan Sands2012-02-05
* Fix a thinko pointed out by Eli and the buildbots.Duncan Sands2012-02-05
* Reduce the number of dom queries made by GVN's conditional propagationDuncan Sands2012-02-05
* Reduce the number of non-trivial domtree queries by about 1% whenDuncan Sands2012-02-05
* Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands2012-02-05
* Don't initialize CV in terms of itself! Spotted by GCC.Duncan Sands2012-02-05
* Explain to the compiler why TargetAddr is not used uninitialized later.Duncan Sands2012-02-05
* Add additional documentation to the extract-and-trunc dagcombine optimization.Nadav Rotem2012-02-05
* Testing vector code without sse doesn't make much sense.Benjamin Kramer2012-02-05
* Fix typo and broken linkEli Bendersky2012-02-05
* Add missing parenEli Bendersky2012-02-05
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Begin fleshing out more convenience predicates in llvm::Triple andChandler Carruth2012-02-05
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Simplify contains tests using 'count'.David Blaikie2012-02-05