| Age | Commit message (Expand) | Author |
| 2011-08-18 | Add NativeClient operating system support. | Ivan Krasin |
| 2011-08-17 | Static fields require an out-of-line definition. Fix DynamicLibrary for real. | Jordy Rose |
| 2011-08-17 | Unbork Windows build. Thanks, Francois. | Jordy Rose |
| 2011-08-17 | Use DynamicLibrary instances as a way to get symbols from a specific library.... | Jordy Rose |
| 2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands |
| 2011-08-10 | Clarify a comment. | Bob Wilson |
| 2011-08-09 | Put Darwin-specific code inside an __APPLE__ ifdef. | Bob Wilson |
| 2011-08-09 | Recognize the UNAME_RELEASE environment variable to match Darwin's uname. | Bob Wilson |
| 2011-07-30 | Added several architecture names. | Sean Callanan |
| 2011-07-29 | Don't look at $PWD in GetCurrentDirectory. | Nick Lewycky |
| 2011-07-29 | Teach Path::GetCurrentDirectory to use $PWD, to support users who like to do | Nick Lewycky |
| 2011-07-28 | Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function. | Argyrios Kyrtzidis |
| 2011-07-27 | Optimize 96-bit division a little bit. | Jakub Staszak |
| 2011-07-27 | Move static methods to the anonymous namespace. | Jakub Staszak |
| 2011-07-27 | Trim includes. | Frits van Bommel |
| 2011-07-26 | Teach the Triple class about kfreebsd (FreeBSD kernel with | Duncan Sands |
| 2011-07-25 | BranchProbability::print returns void now. | Jakub Staszak |
| 2011-07-25 | Add BlockFrequency class. | Jakub Staszak |
| 2011-07-24 | switch Triple to take twines instead of stringrefs. | Chris Lattner |
| 2011-07-24 | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner |
| 2011-07-22 | Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs. | Chandler Carruth |
| 2011-07-22 | Move the registered target printing in version strings completely out of | Chandler Carruth |
| 2011-07-22 | Move the logic for printing the registered targets into a static | Chandler Carruth |
| 2011-07-22 | Add an extension point to the CommandLine library where clients can | Chandler Carruth |
| 2011-07-22 | lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack. | NAKAMURA Takumi |
| 2011-07-21 | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner |
| 2011-07-18 | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin |
| 2011-07-18 | Simplify & microoptimize code. No intended functionality change. | Benjamin Kramer |
| 2011-07-15 | In Twine::str(), if the Twine stores only a std::string, just return a direct... | Frits van Bommel |
| 2011-07-15 | Explicitly cast the second argument to unsigned in order to select the | Chandler Carruth |
| 2011-07-15 | Add an APFloat::convertToInt(APSInt) function that automatically manages the | Jeffrey Yasskin |
| 2011-07-09 | Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers! | NAKAMURA Takumi |
| 2011-07-08 | Update comments for SandyBridge CPU identifiers. | Bob Wilson |
| 2011-07-08 | Recognize Intel CPUs with Family=6 and Model=44. | Bob Wilson |
| 2011-07-07 | Recognize mipseb as alias for mips for symmetry with mipsel. | Joerg Sonnenberger |
| 2011-07-06 | Fix missing triple support for RTEMS target. | Eli Friedman |
| 2011-07-05 | By default mkstemp() creates a temporary file with mode 0600, but the mode | Chad Rosier |
| 2011-07-02 | Revert previous commit. It seems that whether casting to void | Duncan Sands |
| 2011-07-02 | Supress gcc-4.5 warning about the result not being used. | Duncan Sands |
| 2011-07-01 | Add initial *-*-rtems* target, from Joel Sherrill | Douglas Gregor |
| 2011-06-22 | Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang! | Nick Lewycky |
| 2011-06-15 | add option for literal formatting to APInt::toString() | Ted Kremenek |
| 2011-06-13 | Aliased flag options should be directed to stdout, not stderr to be consisten... | Evan Cheng |
| 2011-06-11 | Branch profiling: floating-point avoidance. | Andrew Trick |
| 2011-06-09 | add another sandybridge alias. | Chris Lattner |
| 2011-06-03 | singed int causes signed extension, which contradicts the intention to pick up | Zhongxing Xu |
| 2011-06-01 | Add new -d option to tblgen. It writes a make(1)-style dependency file. | Joerg Sonnenberger |
| 2011-05-29 | ...this is not a good commit day for me. | John McCall |
| 2011-05-29 | On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume. | John McCall |
| 2011-05-22 | fix a bug for hosts without round, PR8893. | Chris Lattner |