| Commit message (Expand) | Author | Age | Files | Lines |
* | [Support] Add a version of sys::fs::equivalent() that treats errors as false. | Daniel Dunbar | 2012-05-15 | 1 | -0/+7 |
* | TableGen'erate mapping physical registers to encoding values. | Jim Grosbach | 2012-05-15 | 2 | -1/+16 |
* | Allow MCCodeEmitter access to the target MCRegisterInfo. | Jim Grosbach | 2012-05-15 | 1 | -1/+4 |
* | Fixed one small stupid, but critical bug. | Stepan Dyatkovskiy | 2012-05-15 | 1 | -2/+2 |
* | [Support/COFF] Make the order of members in symbol match the standard. | Michael J. Spencer | 2012-05-14 | 1 | -1/+1 |
* | Move the capture analysis from MemoryDependencyAnalysis to a more general place | Chad Rosier | 2012-05-14 | 2 | -3/+13 |
* | Rename @llvm.debugger to @llvm.debugtrap. | Dan Gohman | 2012-05-14 | 3 | -5/+5 |
* | Remove a stale forward declaration. | Andrew Trick | 2012-05-14 | 1 | -1/+0 |
* | Remove the expensive BitVector::operator~(). | Jakob Stoklund Olesen | 2012-05-14 | 1 | -5/+0 |
* | Remove BitVector binops. | Jakob Stoklund Olesen | 2012-05-14 | 1 | -18/+0 |
* | Add BitVector::anyCommon(). | Jakob Stoklund Olesen | 2012-05-14 | 1 | -0/+10 |
* | SwitchInst cosmetics: renamed "Hash" method to "hash" | Stepan Dyatkovskiy | 2012-05-14 | 1 | -1/+1 |
* | Use ArrayRef instead of an explicit vector type. | Bill Wendling | 2012-05-14 | 1 | -1/+2 |
* | Recommited r156374 with critical fixes in BitcodeReader/Writer: | Stepan Dyatkovskiy | 2012-05-12 | 2 | -5/+59 |
* | Teach Function::hasAddressTaken that BlockAddress doesn't really take | Jay Foad | 2012-05-12 | 1 | -2/+2 |
* | Add doxygen comments. | Michael J. Spencer | 2012-05-11 | 1 | -0/+6 |
* | [Support/StringRef] Add find_last_not_of and {r,l,}trim. | Michael J. Spencer | 2012-05-11 | 1 | -0/+22 |
* | Hexagon V5 intrinsics support. | Sirish Pande | 2012-05-11 | 1 | -346/+1552 |
* | PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i... | Stepan Dyatkovskiy | 2012-05-11 | 2 | -1/+1 |
* | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-05-11 | 8 | -55/+55 |
* | Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(), | Dan Gohman | 2012-05-11 | 3 | -0/+7 |
* | Allow unique_file to take a mode for file permissions, but default | Eric Christopher | 2012-05-11 | 1 | -2/+2 |
* | Teach DeadStoreElimination to eliminate exit-block stores with phi addresses. | Dan Gohman | 2012-05-10 | 1 | -0/+8 |
* | Add Triple::getiOSVersion. | Chad Rosier | 2012-05-09 | 1 | -0/+5 |
* | change the objectsize intrinsic signature: add a 3rd parameter to denote the ... | Nuno Lopes | 2012-05-09 | 1 | -1/+2 |
* | Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. | Kevin Enderby | 2012-05-08 | 1 | -0/+15 |
* | Remove excess semi-colons to quiet warnings. | Eric Christopher | 2012-05-08 | 1 | -1/+1 |
* | Update comment. | Eric Christopher | 2012-05-08 | 1 | -2/+2 |
* | remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma... | Nuno Lopes | 2012-05-08 | 1 | -3/+0 |
* | Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build... | Stepan Dyatkovskiy | 2012-05-08 | 2 | -59/+5 |
* | Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done... | Craig Topper | 2012-05-08 | 1 | -10/+0 |
* | Ordinary patch for PR1255. | Stepan Dyatkovskiy | 2012-05-08 | 2 | -5/+59 |
* | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen | 2012-05-07 | 2 | -2/+4 |
* | Constify (trivially) ImmutableSet::iterator::getVisitState(). | Jordy Rose | 2012-05-07 | 1 | -1/+1 |
* | Add TRI::getCommonSuperRegClass(). | Jakob Stoklund Olesen | 2012-05-07 | 1 | -0/+28 |
* | Fix trivial typo in llvm_move. | John McCall | 2012-05-07 | 1 | -1/+1 |
* | Add SSE4A MOVNTSS/MOVNTSD instructions. | Craig Topper | 2012-05-07 | 1 | -0/+10 |
* | Tidy up. Whitespace. | Jim Grosbach | 2012-05-07 | 1 | -10/+10 |
* | reapply my patch, with a fix for an off-by-one error. Turned out to be a lot | Chris Lattner | 2012-05-05 | 1 | -1/+8 |
* | revert my patches, which are causing problems. | Chris Lattner | 2012-05-05 | 1 | -8/+1 |
* | add missing header <shame> | Chris Lattner | 2012-05-05 | 1 | -1/+8 |
* | Nuke a few dead remnants of the CBE. | Jim Grosbach | 2012-05-05 | 2 | -10/+0 |
* | [Support] Add sys::Process::GetRandomNumber(). | Daniel Dunbar | 2012-05-05 | 1 | -1/+5 |
* | [build] Add build check for ::arc4random(). | Daniel Dunbar | 2012-05-05 | 2 | -0/+6 |
* | Add a new target hook "predictableSelectIsExpensive". | Benjamin Kramer | 2012-05-05 | 1 | -0/+10 |
* | Teach the code extractor how to extract a sequence of blocks from | Chandler Carruth | 2012-05-04 | 1 | -0/+8 |
* | Rename the Region::block_iterator to Region::block_node_iterator, and | Chandler Carruth | 2012-05-04 | 1 | -6/+58 |
* | This patch adds a new NVPTX back-end to LLVM which supports code generation f... | Justin Holewinski | 2012-05-04 | 3 | -0/+875 |
* | Factor the computation of input and output sets into a public interface | Chandler Carruth | 2012-05-04 | 1 | -2/+11 |
* | Move the CodeExtractor utility to a dedicated header file / source file, | Chandler Carruth | 2012-05-04 | 2 | -53/+110 |