summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove extra semicolon.Jakub Staszak2011-07-29
* Enhance the fixed-length decoder emitter to support tied operands.Owen Anderson2011-07-28
* Visit the landingpad instruction.Bill Wendling2011-07-28
* Add the AddLandingPadInfo function.Bill Wendling2011-07-28
* Change LBH_TAKEN_WEIGHT to 124 (from 128). Right now, sum ofJakub Staszak2011-07-28
* PLD and PLI are not predicable in ARM mode.Jim Grosbach2011-07-28
* CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.Jim Grosbach2011-07-28
* ARM assembly parsing and encoding for BLX (immediate).Jim Grosbach2011-07-28
* Enhance the fixed-length decoder emitter to support parsing scattered fields.Owen Anderson2011-07-28
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* If run with -debug give more information about Cyclic Probability.Jakub Staszak2011-07-28
* Heuristics are in descending priority now. If we use one of them, skip the rest.Jakub Staszak2011-07-28
* Handle REG_SEQUENCE with implicitly defined operands.Jakob Stoklund Olesen2011-07-28
* Remove obsolete FIXME reference in comment.Jim Grosbach2011-07-28
* ARM assembly parsing and encoding for BFC and BFI.Jim Grosbach2011-07-28
* Add InEdges (edges from header to the loop) in Loop Branch Heuristics, soJakub Staszak2011-07-28
* Use ArrayRef instead of requiring an std::vector.Bill Wendling2011-07-28
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-28
* Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...Douglas Gregor2011-07-28
* Reverse order of RS_Split live ranges under -compact-regions.Jakob Stoklund Olesen2011-07-28
* Initial code to convert ResumeInsts into calls to _Unwind_Resume.Bill Wendling2011-07-28
* Fix stupid mistake from commit 136381.Jakub Staszak2011-07-28
* Speed up BlockFrequencyInfo a little bit.Jakub Staszak2011-07-28
* Add fixme.Jim Grosbach2011-07-28
* Use version 402 for the GCDA files when compiling for Apple.Bill Wendling2011-07-28
* Update comments.Owen Anderson2011-07-28
* Fill in some encoding information for STRD instructions.Owen Anderson2011-07-28
* Revert r136295. It broke nightly testers because some parts of codegen weren...Owen Anderson2011-07-28
* ARM parsing and encoding for ADR.Jim Grosbach2011-07-28
* Update ARM tests for parsing and encoding of WFE, WFI and YIELD.Jim Grosbach2011-07-28
* CR fix: The ANY_EXTEND can be removed because the input and putput type must beNadav Rotem2011-07-28
* Use unsigned rather than uint16_t in case anyone feels like testingDuncan Sands2011-07-28
* Check an additional property specific to the way LLVMDuncan Sands2011-07-28
* Add a unittest for the simply connected components (SCC) iterator class.Duncan Sands2011-07-28
* Due to changes coming from the new LLVM type system, you now getDuncan Sands2011-07-28
* This file was moved from Support to ADT. Correct a comment.Duncan Sands2011-07-28
* Some minor cleanups. No functionalitical change.Bill Wendling2011-07-28
* Leverage some of the code that John wrote to manage the landing pads.Bill Wendling2011-07-28
* Don't add in the asked for size so that we don't copy too much from the old t...Bill Wendling2011-07-28
* In DenseMapInfo<pair<T, U>> tombstone key, use the tombstone for T and U insteadNick Lewycky2011-07-28
* Automatically merge the landingpad clauses when we come across a callee'sBill Wendling2011-07-28
* Explicitly declare a library dependency of LLVM*Desc toOscar Fuentes2011-07-28
* Updated cmake library dependencies.Oscar Fuentes2011-07-28
* Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling2011-07-28
* Add a couple of convenience functions:Bill Wendling2011-07-28
* Invert the subvector insertion to be more likely to be taken as a COPYBruno Cardoso Lopes2011-07-28
* Add patterns to generate copies for extract_subvector instead ofBruno Cardoso Lopes2011-07-28
* movd/movq write zeros in the high 128-bit part of the vector. UseBruno Cardoso Lopes2011-07-28
* Add a few patterns to match allzeros without having to use the fp unit.Bruno Cardoso Lopes2011-07-28
* Add SINT_TO_FP and FP_TO_SINT support for v8i32 types. Also moveBruno Cardoso Lopes2011-07-28