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 | -8/+8 |
| | | | | | | | | | 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 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack for | Torok Edwin | 2009-02-01 | 1 | -2/+0 |
| | | | | | | var-args, and don't allow FP return values llvm-svn: 63495 | ||||
* | revert this patch for now, because Codegen does still want to generate SSE code, | Torok Edwin | 2009-01-25 | 1 | -0/+2 |
| | | | | | | for example in the case of va-args. XFAIL associated tests. llvm-svn: 62972 | ||||
* | If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ↵ | Torok Edwin | 2009-01-25 | 1 | -0/+20 |
of PR3402. llvm-svn: 62967 |