| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function. | Argyrios Kyrtzidis | 2011-07-28 | 2 | -19/+25 |
* | Optimize 96-bit division a little bit. | Jakub Staszak | 2011-07-27 | 1 | -2/+3 |
* | Move static methods to the anonymous namespace. | Jakub Staszak | 2011-07-27 | 1 | -2/+7 |
* | Trim includes. | Frits van Bommel | 2011-07-27 | 1 | -12/+11 |
* | Teach the Triple class about kfreebsd (FreeBSD kernel with | Duncan Sands | 2011-07-26 | 1 | -0/+3 |
* | BranchProbability::print returns void now. | Jakub Staszak | 2011-07-25 | 1 | -2/+1 |
* | Add BlockFrequency class. | Jakub Staszak | 2011-07-25 | 2 | -0/+121 |
* | switch Triple to take twines instead of stringrefs. | Chris Lattner | 2011-07-24 | 1 | -5/+0 |
* | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner | 2011-07-24 | 1 | -27/+33 |
* | Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs. | Chandler Carruth | 2011-07-22 | 2 | -123/+0 |
* | Move the registered target printing in version strings completely out of | Chandler Carruth | 2011-07-22 | 1 | -7/+2 |
* | Move the logic for printing the registered targets into a static | Chandler Carruth | 2011-07-22 | 2 | -26/+35 |
* | Add an extension point to the CommandLine library where clients can | Chandler Carruth | 2011-07-22 | 1 | -3/+22 |
* | lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack. | NAKAMURA Takumi | 2011-07-22 | 1 | -0/+2 |
* | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner | 2011-07-21 | 1 | -5/+4 |
* | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 2 | -13/+21 |
* | Simplify & microoptimize code. No intended functionality change. | Benjamin Kramer | 2011-07-18 | 1 | -4/+2 |
* | In Twine::str(), if the Twine stores only a std::string, just return a direct... | Frits van Bommel | 2011-07-15 | 1 | -3/+8 |
* | Explicitly cast the second argument to unsigned in order to select the | Chandler Carruth | 2011-07-15 | 1 | -1/+1 |
* | Add an APFloat::convertToInt(APSInt) function that automatically manages the | Jeffrey Yasskin | 2011-07-15 | 1 | -0/+18 |
* | Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers! | NAKAMURA Takumi | 2011-07-09 | 2 | -3/+3 |
* | Update comments for SandyBridge CPU identifiers. | Bob Wilson | 2011-07-08 | 1 | -2/+6 |
* | Recognize Intel CPUs with Family=6 and Model=44. | Bob Wilson | 2011-07-08 | 1 | -0/+1 |
* | Recognize mipseb as alias for mips for symmetry with mipsel. | Joerg Sonnenberger | 2011-07-07 | 1 | -1/+2 |
* | Fix missing triple support for RTEMS target. | Eli Friedman | 2011-07-06 | 1 | -0/+2 |
* | By default mkstemp() creates a temporary file with mode 0600, but the mode | Chad Rosier | 2011-07-05 | 1 | -0/+3 |
* | Revert previous commit. It seems that whether casting to void | Duncan Sands | 2011-07-02 | 1 | -1/+1 |
* | Supress gcc-4.5 warning about the result not being used. | Duncan Sands | 2011-07-02 | 1 | -1/+1 |
* | Add initial *-*-rtems* target, from Joel Sherrill | Douglas Gregor | 2011-07-01 | 1 | -0/+1 |
* | Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang! | Nick Lewycky | 2011-06-22 | 1 | -2/+2 |
* | add option for literal formatting to APInt::toString() | Ted Kremenek | 2011-06-15 | 1 | -3/+34 |
* | Aliased flag options should be directed to stdout, not stderr to be consisten... | Evan Cheng | 2011-06-13 | 1 | -2/+2 |
* | Branch profiling: floating-point avoidance. | Andrew Trick | 2011-06-11 | 2 | -0/+45 |
* | add another sandybridge alias. | Chris Lattner | 2011-06-09 | 1 | -0/+1 |
* | singed int causes signed extension, which contradicts the intention to pick up | Zhongxing Xu | 2011-06-03 | 1 | -1/+1 |
* | Add new -d option to tblgen. It writes a make(1)-style dependency file. | Joerg Sonnenberger | 2011-06-01 | 1 | -4/+6 |
* | ...this is not a good commit day for me. | John McCall | 2011-05-29 | 1 | -7/+0 |
* | On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume. | John McCall | 2011-05-29 | 1 | -0/+7 |
* | fix a bug for hosts without round, PR8893. | Chris Lattner | 2011-05-22 | 1 | -1/+1 |
* | random comment cleanups. | Chris Lattner | 2011-05-22 | 1 | -4/+4 |
* | Have Program::Wait return -2 for crashed and timeouts instead of embedding | Andrew Trick | 2011-05-21 | 3 | -14/+13 |
* | Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility. | Benjamin Kramer | 2011-05-20 | 1 | -1/+1 |
* | Revert my previous patch. The cmake build had already been fixed. | Rafael Espindola | 2011-05-19 | 1 | -1/+0 |
* | Fix the cmake build. | Rafael Espindola | 2011-05-18 | 1 | -0/+1 |
* | Shuffle StandardPasses.cpp into VMCore; add it to CMake. | Eli Friedman | 2011-05-18 | 1 | -247/+0 |
* | Third pass at allowing plugins to modify default passes. This time with a tw... | Eli Friedman | 2011-05-18 | 1 | -0/+247 |
* | Revert r131556; it's breaking buildbots/clang tests. | Eli Friedman | 2011-05-18 | 1 | -247/+0 |
* | Second pass at allowing plugins to modify default passes. This time without ... | David Chisnall | 2011-05-18 | 1 | -0/+247 |
* | Don't include information about the build into the information returned by | Rafael Espindola | 2011-05-17 | 1 | -29/+0 |
* | Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. | Devang Patel | 2011-05-12 | 1 | -1/+1 |