Age | Commit message (Expand) | Author |
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 |
2011-05-22 | random comment cleanups. | Chris Lattner |
2011-05-21 | Have Program::Wait return -2 for crashed and timeouts instead of embedding | Andrew Trick |
2011-05-20 | Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility. | Benjamin Kramer |
2011-05-19 | Revert my previous patch. The cmake build had already been fixed. | Rafael Espindola |
2011-05-18 | Fix the cmake build. | Rafael Espindola |
2011-05-18 | Shuffle StandardPasses.cpp into VMCore; add it to CMake. | Eli Friedman |
2011-05-18 | Third pass at allowing plugins to modify default passes. This time with a tw... | Eli Friedman |
2011-05-18 | Revert r131556; it's breaking buildbots/clang tests. | Eli Friedman |
2011-05-18 | Second pass at allowing plugins to modify default passes. This time without ... | David Chisnall |
2011-05-17 | Don't include information about the build into the information returned by | Rafael Espindola |
2011-05-12 | Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. | Devang Patel |
2011-05-12 | Let Objective-C front-end identify class extension, in dwarf output, using an... | Devang Patel |
2011-05-11 | Typo and missing checkin from r131186. | Andrew Trick |
2011-05-11 | Bugpoint support for miscompilations that result in a crash. | Andrew Trick |
2011-05-02 | In option typo correction, consider -foo=VALUE flags as two distinct parts. The | Nick Lewycky |
2011-05-01 | Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst... | NAKAMURA Takumi |
2011-04-29 | Include <pthread.h> before we use pthread_self/pthread_kill | Douglas Gregor |
2011-04-28 | Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall... | Ted Kremenek |
2011-04-28 | Remove bounded StringRef::compare() since nothing but Clang SA was using it a... | Lenny Maiorani |
2011-04-25 | allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499, | Chris Lattner |
2011-04-23 | Like the coding standards say, do not use "using namespace std". | Jay Foad |
2011-04-22 | Add support for 64-bit object files to Path. | Eric Christopher |
2011-04-21 | Add DW_OP_bit_piece. | Devang Patel |
2011-04-20 | sys/Host: Change getHostTriple() to return the full Darwin version on OS X. | Daniel Dunbar |
2011-04-20 | PTX: Add intrinsics to list of built-in intrinsics, which allows them to be | Justin Holewinski |
2011-04-19 | ADT/Triple: Drop support for -osx style triples, we are going with -macosx | Daniel Dunbar |
2011-04-19 | ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove | Daniel Dunbar |
2011-04-19 | ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions. | Daniel Dunbar |
2011-04-19 | ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOS | Daniel Dunbar |
2011-04-19 | ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion. | Daniel Dunbar |
2011-04-19 | ADT/Triple: Add support for more explicit "osx" and "ios" OS names. | Daniel Dunbar |