summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Remove old code to strip out unwanted PPC slices for Apple llvmCore.Bob Wilson2012-04-13
* Fix target specific intrinsic handling to adjust intrinsic number before doin...Craig Topper2012-04-13
* Remove incorrect comment.Jim Grosbach2012-04-11
* Tidy up. Remove hard tab characters.Jim Grosbach2012-04-11
* Tidy up. Whitespace.Jim Grosbach2012-04-11
* TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick2012-04-11
* TableGen'd regpressure: register unit set pruning.Andrew Trick2012-04-11
* Tablegen'd regpressure: emit the weighted pressure limit.Andrew Trick2012-04-11
* Table-generated register pressure fixes.Andrew Trick2012-04-11
* TableGen/reginfo potential bug: typo from previous checkin.Andrew Trick2012-04-10
* Fix for register pressure tables.Andrew Trick2012-04-10
* Use std::includes instead of my own implementation.Andrew Trick2012-04-10
* Added register unit sets to the target description.Andrew Trick2012-04-10
* Added register unit weights to the target description.Andrew Trick2012-04-10
* Fix header commentAndrew Trick2012-04-10
* Do not include multiple -arch options in CPPFLAGS.Bob Wilson2012-04-05
* Convert assert(false) followed by a return to llvm_unreachableCraig Topper2012-04-04
* Fix the install location for the Embedded makefile target.Bob Wilson2012-04-03
* Remove dead code for installing libLTO when building llvmCore.Bob Wilson2012-04-03
* Add YAML parser to Support.Michael J. Spencer2012-04-03
* When building llvmCore, pass the SDKROOT and -arch setting to configure.Bob Wilson2012-04-03
* Remove a reference to the C backend.Bob Wilson2012-04-03
* Tidy up spacing in some tablegen outputs.Craig Topper2012-04-03
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-03
* As Eric pointed out, even a Debug build should be equal. Leave the flag that ...Bill Wendling2012-04-03
* Cleanup set_union usage. The same thing but a bit cleaner now.Andrew Trick2012-04-03
* Use std::set_union instead of nasty custom code.Andrew Trick2012-04-03
* Compare the .o files only for release builds. Add an option to bypass the com...Bill Wendling2012-04-02
* Second part for the 153874 oneSilviu Baranga2012-04-02
* Emit the asm writer's mnemonic table with SequenceToOffsetTable.Benjamin Kramer2012-04-02
* Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...Craig Topper2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Use SequenceToOffsetTable to generate instruction name table for AsmWriter.Craig Topper2012-04-02
* Use SequenceToOffsetTable to create instruction name table. Saves space parti...Craig Topper2012-04-01
* Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer2012-04-01
* comment typoAndrew Trick2012-03-31
* Introduce Register Units: Give each leaf register a number.Andrew Trick2012-03-31
* Rip out emission of the regIsInRegClass function for the asm printer.Benjamin Kramer2012-03-30
* Use SequenceToOffsetTable in emitRegisterNameString.Jakob Stoklund Olesen2012-03-30
* Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen2012-03-30
* Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola2012-03-30
* Compress SimpleValueType lists by sharing.Jakob Stoklund Olesen2012-03-30
* Compress register lists by sharing suffixes.Jakob Stoklund Olesen2012-03-30
* Add a SequenceToOffsetTable to TableGen.Jakob Stoklund Olesen2012-03-30
* Add more constness to CodeGenRegisters.Jakob Stoklund Olesen2012-03-29
* Spill DPair registers, not just QPR.Jakob Stoklund Olesen2012-03-28
* fix a failure path to print the right thing, part of PR12357Chris Lattner2012-03-26
* TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user w...Benjamin Kramer2012-03-26
* Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its havingEli Bendersky2012-03-25
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25