summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-251-1/+1
* Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman2012-05-253-37/+12
* Silence unused variable warnings from when assertions are disabled.Kaelyn Uhrain2012-05-241-0/+2
* misched: Use the same scheduling heuristics with -misched-topdown/bottomup.Andrew Trick2012-05-241-2/+16
* Shrink.Jakob Stoklund Olesen2012-05-241-7145/+18
* Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen2012-05-241-15/+50
* Don't put TGParser scratch results in the output.Jakob Stoklund Olesen2012-05-241-2/+2
* Simplify TGParser::ProcessForEachDefs.Jakob Stoklund Olesen2012-05-242-103/+72
* misched: Trace regpressure.Andrew Trick2012-05-241-2/+4
* misched: Give each ReadyQ a unique IDAndrew Trick2012-05-241-36/+45
* misched: Added ScoreboardHazardRecognizer.Andrew Trick2012-05-242-49/+240
* misched: Release bottom roots in reverse order.Andrew Trick2012-05-241-9/+23
* misched: rename ReadyQ classAndrew Trick2012-05-241-8/+9
* misched: copy comments so compareRPDelta is readable by itself.Andrew Trick2012-05-241-1/+4
* regpressure: Added RegisterPressure::dumpAndrew Trick2012-05-242-0/+20
* regpressure: physreg livein/out fixAndrew Trick2012-05-241-2/+2
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-2455-6767/+1
* Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka2012-05-241-1/+7
* Enable Mips16 compiler to compile a null program.Akira Hatanaka2012-05-244-6/+29
* Silence Clang's -Wlogical-op-parentheses warning.David Blaikie2012-05-241-1/+1
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-242-10/+21
* PR1255 related changes (case ranges):Stepan Dyatkovskiy2012-05-241-40/+18
* Fix -Wcovered-switch-default warning.Patrik Hägglund2012-05-241-1/+0
* Convert assert(0) to llvm_unreachable.Craig Topper2012-05-245-31/+20
* Mark some static arrays as const.Craig Topper2012-05-245-10/+10
* Use uint16_t to store registers in static tables. Matches other tables.Craig Topper2012-05-241-5/+5
* Use uint16_t to store register number in static tables to match other tables.Craig Topper2012-05-241-7/+7
* Make some opcode tables static and const. Allows code to avoid making copies ...Craig Topper2012-05-241-173/+219
* Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...Craig Topper2012-05-242-6/+6
* Mark a static array as const.Craig Topper2012-05-241-1/+1
* Mark a static table as const. Shrink opcode size in static tables to uint16_t...Craig Topper2012-05-241-14/+9
* Tidy up naming for consistency and other cleanup. No functional change inten...Chad Rosier2012-05-231-10/+9
* Add a last resort tryInstructionSplit() to RAGreedy.Jakob Stoklund Olesen2012-05-231-1/+65
* Forgot to reverse conditional.Bill Wendling2012-05-231-1/+1
* Reduce indentation by early detection of 'continue'. No functionality change.Bill Wendling2012-05-231-79/+87
* Correctly deal with identity copies in RegisterCoalescer.Jakob Stoklund Olesen2012-05-231-7/+18
* [arm-fast-isel] Add support for non-global callee.Chad Rosier2012-05-231-7/+17
* BoundsChecking: add a couple of simple tests and fix a bug in branch emitionNuno Lopes2012-05-231-7/+19
* revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes2012-05-231-0/+20
* Fix the inliner so that the optsize function attribute don't alter thePatrik Hägglund2012-05-231-8/+11
* Fixed typo in r156905.Patrik Hägglund2012-05-231-2/+2
* Small fix for the debug output from PBQP (PR12822).Patrik Hägglund2012-05-231-3/+4
* Use zero-based shadow by default on Android.Evgeniy Stepanov2012-05-231-2/+7
* PR1255(case ranges) related changes in Local Transformations.Stepan Dyatkovskiy2012-05-231-10/+14
* Tidy up spacing.Craig Topper2012-05-231-2/+2
* small refinement to r157218 to save a tiny amount of table size in the commonChris Lattner2012-05-231-1/+3
* Fix indentation of wrapped line for readability. No functional change.Craig Topper2012-05-231-1/+1
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-232-2/+8
* address some of John Criswell's commentsNuno Lopes2012-05-221-31/+84
* ARMDisassembler.cpp: Fix utf8 char in comments.NAKAMURA Takumi2012-05-221-3/+3