aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-05-15Merge in 156319 156837 156838.release_31Bill Wendling
2012-04-20Merging r155230:Bill Wendling
2012-04-18Add a flag to rebranch if we need to.Bill Wendling
2012-04-18Revert "Replace some uses of std:map<std::string,...> with StringMap."Jim Grosbach
2012-04-18tblgen: remove duplicated newlines.Benjamin Kramer
2012-04-18Replace some uses of std:map<std::string,...> with StringMap.Jim Grosbach
2012-04-18Use SmallVector for the requirements on an InstAlias.Jim Grosbach
2012-04-18Tidy up. Formatting.Jim Grosbach
2012-04-18Move a few more warnings to use PrintWarning().Jim Grosbach
2012-04-18Tidy up. No need for a Twine here, as it's just constants.Jim Grosbach
2012-04-18Formatting.Jim Grosbach
2012-04-18Tidy up. Add a '.' at the end of the sentence.Jim Grosbach
2012-04-18Clean up warning text. Remove extraneous prefix.Jim Grosbach
2012-04-18TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.Jim Grosbach
2012-04-18Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga
2012-04-17Sanity check error handling for TokenAlias.Jim Grosbach
2012-04-17Goodbye, JSONParser...Manuel Klimek
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