| Commit message (Expand) | Author | Age | Files | Lines |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+7 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | Revert r146363 to allow buildbots to make forward progress. | Chad Rosier | 2011-12-12 | 3 | -65/+0 |
* | Support/FileSystem: Implement bool equivalent(file_status A, file_status B); | Michael J. Spencer | 2011-12-12 | 2 | -83/+51 |
* | Support/FileSystem: Implement canonicalize. | Michael J. Spencer | 2011-12-12 | 3 | -0/+65 |
* | Support/Windows: Cleanup scoped handles. | Michael J. Spencer | 2011-12-12 | 4 | -59/+80 |
* | Support/FileSystem: Implement recursive_directory_iterator and make | Michael J. Spencer | 2011-12-08 | 2 | -9/+11 |
* | Adding missing anchor to DATDeltaAlgorithm. | David Blaikie | 2011-12-07 | 1 | -0/+3 |
* | Silence tsan false-positives (tsan can't track things which are only safe due to | Nick Lewycky | 2011-12-05 | 1 | -0/+3 |
* | Fix unreachable return & simplify some branches. | David Blaikie | 2011-12-01 | 1 | -9/+5 |
* | Autodetect bulldozers. | Benjamin Kramer | 2011-12-01 | 1 | -0/+2 |
* | Add some missing anchors. | David Blaikie | 2011-12-01 | 1 | -0/+3 |
* | [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the... | NAKAMURA Takumi | 2011-11-29 | 2 | -2/+12 |
* | Don't define these unless we plan to use them. | Nick Lewycky | 2011-11-28 | 1 | -0/+2 |
* | Add back a line I deleted by accident in r145141. Fixes uninitialized variab... | Eli Friedman | 2011-11-28 | 1 | -0/+1 |
* | rename ENABLE_THREADS to LLVM_ENABLE_THREADS | Dylan Noblesmith | 2011-11-28 | 4 | -7/+7 |
* | Fix APFloat::convert so that it handles narrowing conversions correctly; it | Eli Friedman | 2011-11-26 | 1 | -49/+36 |
* | Make ConstantRange::truncate a bit more efficient. | Benjamin Kramer | 2011-11-24 | 1 | -4/+2 |
* | Correctly byte-swap APInts with bit-widths greater than 64. | Richard Smith | 2011-11-23 | 1 | -17/+26 |
* | Add configure checking for pread(2) and use it to save a syscall when reading... | Benjamin Kramer | 2011-11-22 | 1 | -0/+7 |
* | Turn error recovery into an assert. | Benjamin Kramer | 2011-11-22 | 1 | -6/+1 |
* | Move WEAK marking to the declaration. | Nick Lewycky | 2011-11-15 | 1 | -6/+6 |
* | Fix linking for some users who already have tsan enabled code and are trying to | Nick Lewycky | 2011-11-15 | 1 | -6/+6 |
* | Add support for tsan annotations (thread sanitizer, a valgrind-based tool). | Nick Lewycky | 2011-11-14 | 2 | -1/+18 |
* | Fix a typo. | Benjamin Kramer | 2011-11-06 | 1 | -1/+1 |
* | ADT/StringRef: Add ::lower() and ::upper() methods. | Daniel Dunbar | 2011-11-06 | 1 | -0/+26 |
* | Return only the least significant 8 bits of the exit status from | Peter Collingbourne | 2011-11-06 | 1 | -1/+1 |
* | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer | 2011-11-05 | 1 | -1/+1 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+22 |
* | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop | 2011-11-01 | 4 | -8/+8 |
* | rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE | Sebastian Pop | 2011-11-01 | 2 | -6/+2 |
* | Remove a couple unused methods. PR11201. | Eli Friedman | 2011-11-01 | 3 | -23/+0 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -7/+0 |
* | BlockFrequency: Use a smarter overflow check. | Benjamin Kramer | 2011-10-27 | 1 | -4/+8 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 1 | -7/+0 |
* | Remove the SystemZ backend. | Dan Gohman | 2011-10-24 | 1 | -5/+0 |
* | Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac... | NAKAMURA Takumi | 2011-10-24 | 1 | -18/+9 |
* | Print branch probabilities as percentages. | Benjamin Kramer | 2011-10-23 | 1 | -3/+3 |
* | Add compare operators to BranchProbability and use it to determine if an edge... | Benjamin Kramer | 2011-10-23 | 1 | -7/+0 |
* | Fix build on mingw-w64. | Anton Korobeynikov | 2011-10-21 | 1 | -6/+8 |
* | Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly ... | David Meyer | 2011-10-20 | 1 | -1/+0 |
* | Fix handling of the From parameter in StringRef::find. | Benjamin Kramer | 2011-10-17 | 1 | -2/+5 |
* | Let printf do the formatting instead aligning strings ourselves. | Benjamin Kramer | 2011-10-16 | 2 | -17/+12 |
* | remove the dead 'ShowLine' argument from SMDiagnostic. | Chris Lattner | 2011-10-16 | 1 | -11/+8 |
* | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner | 2011-10-16 | 1 | -16/+22 |
* | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -21/+100 |
* | Add a bad char heuristic to StringRef::find. | Benjamin Kramer | 2011-10-15 | 1 | -3/+26 |
* | Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel... | NAKAMURA Takumi | 2011-10-15 | 1 | -36/+4 |
* | Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple | Chad Rosier | 2011-10-15 | 1 | -4/+36 |
* | Windows/Memory.inc: Support the ability to allocate memory "near" another blo... | NAKAMURA Takumi | 2011-10-15 | 1 | -2/+7 |