Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 1 | -23/+0 |
| | | | | | | | | | for pre-2.9 bitcode files. We keep x86 unaligned loads, movnt, crc32, and the target indep prefetch change. As usual, updating the testsuite is a PITA. llvm-svn: 133337 | ||||
* | reapply 'reject forward references to functions whose type don't match' | Chris Lattner | 2010-04-20 | 1 | -1/+1 |
| | | | | | | now that the testsuite has been updated. llvm-svn: 101866 | ||||
* | Revert "reject forward references to functions whose type don't match", ↵ | Daniel Dunbar | 2010-04-17 | 1 | -1/+1 |
| | | | | | | because DJG told me to! llvm-svn: 101675 | ||||
* | reject forward references to functions whose type don't match | Chris Lattner | 2010-04-17 | 1 | -1/+1 |
| | | | | | | up with the definition (and fix a broken testcase). PR6491. llvm-svn: 101670 | ||||
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -0/+2 |
| | | | | | | | Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, e.g., llvm.memcpy.i32(i8*, i8*, i32, i32) -> llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1) llvm-svn: 100304 | ||||
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -2/+0 |
| | | | | llvm-svn: 100199 | ||||
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -0/+2 |
| | | | | | | | Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, e.g., llvm.memcpy.i32(i8*, i8*, i32, i32) -> llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1) llvm-svn: 100191 | ||||
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
| | | | | llvm-svn: 79992 | ||||
* | Eliminate questionable syntax for stdin redirection. This probably also ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | | speeds things up a bit. llvm-svn: 51357 | ||||
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 1 | -13/+17 |
| | | | | llvm-svn: 47230 | ||||
* | Moving regression test to reflect move in source and headers to Bitcode. | Chandler Carruth | 2007-07-25 | 1 | -0/+17 |
llvm-svn: 40488 |