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