summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-24
* Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.Chad Rosier2012-05-24
* Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka2012-05-24
* Enable Mips16 compiler to compile a null program.Akira Hatanaka2012-05-24
* Silence Clang's -Wlogical-op-parentheses warning.David Blaikie2012-05-24
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-24
* Testing commit accessMeador Inge2012-05-24
* PR1255 related changes (case ranges):Stepan Dyatkovskiy2012-05-24
* Fix -Wcovered-switch-default warning.Patrik Hägglund2012-05-24
* Convert assert(0) to llvm_unreachable.Craig Topper2012-05-24
* Remove old release notes. Ready them for additions from current developmentBill Wendling2012-05-24
* Mark some static arrays as const.Craig Topper2012-05-24
* Use uint16_t to store registers in static tables. Matches other tables.Craig Topper2012-05-24
* Use uint16_t to store register number in static tables to match other tables.Craig Topper2012-05-24
* Make some opcode tables static and const. Allows code to avoid making copies ...Craig Topper2012-05-24
* Reflect that tblgen is now llvm-tblgenJoel Jones2012-05-24
* Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...Craig Topper2012-05-24
* Mark a static array as const.Craig Topper2012-05-24
* Mark a static table as const. Shrink opcode size in static tables to uint16_t...Craig Topper2012-05-24
* Tidy up naming for consistency and other cleanup. No functional change inten...Chad Rosier2012-05-23
* Add a test case for global live range splitting.Jakob Stoklund Olesen2012-05-23
* Add a last resort tryInstructionSplit() to RAGreedy.Jakob Stoklund Olesen2012-05-23
* Forgot to reverse conditional.Bill Wendling2012-05-23
* Reduce indentation by early detection of 'continue'. No functionality change.Bill Wendling2012-05-23
* llvm-ld does not exist anymore, use llvm-link instead.Nicolas Geoffray2012-05-23
* Fix typo in flag to opt, and also a CHECK-NEXT that doesn't follow aKaelyn Uhrain2012-05-23
* Correctly deal with identity copies in RegisterCoalescer.Jakob Stoklund Olesen2012-05-23
* Fix how CMake appends -m32 to linker command-linesTim Northover2012-05-23
* [arm-fast-isel] Add support for non-global callee.Chad Rosier2012-05-23
* BoundsChecking: add a couple of simple tests and fix a bug in branch emitionNuno Lopes2012-05-23
* revert r156383: removal of TYPE_CODE_FUNCTION_OLDNuno Lopes2012-05-23
* Fix the inliner so that the optsize function attribute don't alter thePatrik Hägglund2012-05-23
* Fixed typo in r156905.Patrik Hägglund2012-05-23
* Small fix for the debug output from PBQP (PR12822).Patrik Hägglund2012-05-23
* Use zero-based shadow by default on Android.Evgeniy Stepanov2012-05-23
* PR1255(case ranges) related changes in Local Transformations.Stepan Dyatkovskiy2012-05-23
* Tidy up spacing.Craig Topper2012-05-23
* small refinement to r157218 to save a tiny amount of table size in the commonChris Lattner2012-05-23
* Fix indentation of wrapped line for readability. No functional change.Craig Topper2012-05-23
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-23
* address some of John Criswell's commentsNuno Lopes2012-05-22
* ARMDisassembler.cpp: Fix utf8 char in comments.NAKAMURA Takumi2012-05-22
* Untabify and 80-col.Eric Christopher2012-05-22
* Formatting consistency.Eric Christopher2012-05-22
* Also compute TopoSigs in synthetic register classes.Jakob Stoklund Olesen2012-05-22
* hopefully fix the CMake build. sorry for breakageNuno Lopes2012-05-22
* LSR fix: add a missing phi check during IV hoisting.Andrew Trick2012-05-22
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-22
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-22