aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-04-17Download and build the compiler-rt project.Bill Wendling
2012-04-17Don't tag libcxx and libcxxabi since we don't release them just yet.Bill Wendling
2012-04-17Tidy up. 80 columns.Jim Grosbach
2012-04-13Remove old code to strip out unwanted PPC slices for Apple llvmCore.Bob Wilson
2012-04-13Fix target specific intrinsic handling to adjust intrinsic number before doin...Craig Topper
2012-04-11Remove incorrect comment.Jim Grosbach
2012-04-11Tidy up. Remove hard tab characters.Jim Grosbach
2012-04-11Tidy up. Whitespace.Jim Grosbach
2012-04-11TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick
2012-04-11TableGen'd regpressure: register unit set pruning.Andrew Trick
2012-04-11Tablegen'd regpressure: emit the weighted pressure limit.Andrew Trick
2012-04-11Table-generated register pressure fixes.Andrew Trick
2012-04-10TableGen/reginfo potential bug: typo from previous checkin.Andrew Trick
2012-04-10Fix for register pressure tables.Andrew Trick
2012-04-10Use std::includes instead of my own implementation.Andrew Trick
2012-04-10Added register unit sets to the target description.Andrew Trick
2012-04-10Added register unit weights to the target description.Andrew Trick
2012-04-10Fix header commentAndrew Trick
2012-04-05Do not include multiple -arch options in CPPFLAGS.Bob Wilson
2012-04-04Convert assert(false) followed by a return to llvm_unreachableCraig Topper
2012-04-03Fix the install location for the Embedded makefile target.Bob Wilson
2012-04-03Remove dead code for installing libLTO when building llvmCore.Bob Wilson
2012-04-03Add YAML parser to Support.Michael J. Spencer
2012-04-03When building llvmCore, pass the SDKROOT and -arch setting to configure.Bob Wilson
2012-04-03Remove a reference to the C backend.Bob Wilson
2012-04-03Tidy up spacing in some tablegen outputs.Craig Topper
2012-04-03Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper
2012-04-03As Eric pointed out, even a Debug build should be equal. Leave the flag that ...Bill Wendling
2012-04-03Cleanup set_union usage. The same thing but a bit cleaner now.Andrew Trick
2012-04-03Use std::set_union instead of nasty custom code.Andrew Trick
2012-04-02Compare the .o files only for release builds. Add an option to bypass the com...Bill Wendling
2012-04-02Second part for the 153874 oneSilviu Baranga
2012-04-02Emit the asm writer's mnemonic table with SequenceToOffsetTable.Benjamin Kramer
2012-04-02Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...Craig Topper
2012-04-02Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper
2012-04-02Use SequenceToOffsetTable to generate instruction name table for AsmWriter.Craig Topper
2012-04-01Use SequenceToOffsetTable to create instruction name table. Saves space parti...Craig Topper
2012-04-01Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer
2012-03-31comment typoAndrew Trick
2012-03-31Introduce Register Units: Give each leaf register a number.Andrew Trick
2012-03-30Rip out emission of the regIsInRegClass function for the asm printer.Benjamin Kramer
2012-03-30Use SequenceToOffsetTable in emitRegisterNameString.Jakob Stoklund Olesen
2012-03-30Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen
2012-03-30Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola
2012-03-30Compress SimpleValueType lists by sharing.Jakob Stoklund Olesen
2012-03-30Compress register lists by sharing suffixes.Jakob Stoklund Olesen
2012-03-30Add a SequenceToOffsetTable to TableGen.Jakob Stoklund Olesen
2012-03-29Add more constness to CodeGenRegisters.Jakob Stoklund Olesen
2012-03-28Spill DPair registers, not just QPR.Jakob Stoklund Olesen
2012-03-26fix a failure path to print the right thing, part of PR12357Chris Lattner