| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 6 | -19/+15 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 6 | -15/+19 |
* | Remove FIXME - if there's a better way to do this it isn't here. | Eric Christopher | 2010-04-02 | 1 | -3/+0 |
* | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
* | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen | 2010-04-02 | 10 | -6/+102 |
* | Disambiguate conditional expression for newer GCCs. | Chandler Carruth | 2010-04-02 | 1 | -2/+2 |
* | Change variables which are exactly 16 bytes to be 16-byte-aligned too. | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 1 | -3/+0 |
* | In 64-bit mode, use i64 to lower memcpy / memset instead of f64. | Evan Cheng | 2010-04-01 | 1 | -0/+1 |
* | Add comments about DstAlign and SrcAlign. | Evan Cheng | 2010-04-01 | 4 | -6/+26 |
* | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng | 2010-04-01 | 4 | -4/+7 |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 4 | -15/+23 |
* | Nehalem unaligned memory access is fast. | Evan Cheng | 2010-04-01 | 3 | -2/+15 |
* | Add aeskeygenassist intrinsic and rename all of the aes intrinsics to | Eric Christopher | 2010-04-01 | 1 | -21/+29 |
* | vml[as] are slow on 1136jf-s also. | Jim Grosbach | 2010-04-01 | 1 | -1/+2 |
* | reduce indentation, minor cleanups. | Chris Lattner | 2010-03-31 | 1 | -38/+42 |
* | Use spaces, not tabs | Jakob Stoklund Olesen | 2010-03-31 | 1 | -1/+1 |
* | Comment the changes for r98218 and friends inside the source code. | Bill Wendling | 2010-03-31 | 1 | -0/+5 |
* | Comment the changes for r98218 and friends inside the source code. | Bill Wendling | 2010-03-31 | 2 | -0/+10 |
* | Fix PR6750. Don't try to merge a DomainValue with itself. | Jakob Stoklund Olesen | 2010-03-31 | 1 | -0/+2 |
* | Replace V_SET0 with variants for each SSE execution domain. | Jakob Stoklund Olesen | 2010-03-31 | 3 | -15/+26 |
* | Fix typo. Thank you, valgrind. | Jakob Stoklund Olesen | 2010-03-31 | 1 | -1/+1 |
* | Enable -sse-domain-fix by default. Now with tests! | Jakob Stoklund Olesen | 2010-03-30 | 1 | -6/+1 |
* | V_SETALLONES is an integer instruction. | Jakob Stoklund Olesen | 2010-03-30 | 1 | -1/+1 |
* | Renumber SSE execution domains for better code size. | Jakob Stoklund Olesen | 2010-03-30 | 3 | -24/+21 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 6 | -19/+15 |
* | Revert "Enable -sse-domain-fix by default. What could possibly go wrong?" | Jakob Stoklund Olesen | 2010-03-30 | 1 | -1/+6 |
* | Enable -sse-domain-fix by default. What could possibly go wrong? | Jakob Stoklund Olesen | 2010-03-30 | 1 | -6/+1 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 6 | -15/+19 |
* | Add cross-block inference to SSEDomainFix. | Jakob Stoklund Olesen | 2010-03-30 | 1 | -29/+85 |
* | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2010-03-30 | 2 | -3/+22 |
* | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 7 | -21/+18 |
* | XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these | Benjamin Kramer | 2010-03-30 | 1 | -0/+2 |
* | PIC16: Plug a leak in PIC16Section by allocating name & address strings in the | Benjamin Kramer | 2010-03-30 | 2 | -13/+20 |
* | Add FIXME for operand promotion. | Eric Christopher | 2010-03-30 | 1 | -0/+4 |
* | Be gentle to MSVC. C++ is hard, after all. | Jakob Stoklund Olesen | 2010-03-30 | 1 | -2/+3 |
* | Basic implementation of SSEDomainFix pass. | Jakob Stoklund Olesen | 2010-03-29 | 3 | -57/+399 |
* | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer | 2010-03-29 | 9 | -40/+42 |
* | We'll never match these as instructions, just as intrinsics so remove | Eric Christopher | 2010-03-29 | 1 | -16/+10 |
* | Remove a bunch of integer width predicate functions in favor of MathExtras. | Benjamin Kramer | 2010-03-29 | 4 | -139/+11 |
* | From Kalle Raiskila: | Chris Lattner | 2010-03-29 | 4 | -14/+158 |
* | add a note. | Chris Lattner | 2010-03-29 | 1 | -0/+3 |
* | Add NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector Table Lookup Instructions. | Johnny Chen | 2010-03-29 | 2 | -8/+9 |
* | zap an extra line that Eli noticed! | Chris Lattner | 2010-03-28 | 1 | -1/+0 |
* | fix a type contradition: XCoreISD::RETSP has one argument, not zero. | Chris Lattner | 2010-03-28 | 1 | -1/+1 |
* | remove a pattern with no testcase that doesn't appear to be | Chris Lattner | 2010-03-28 | 1 | -2/+0 |
* | fix integer negates to use the proper type for the zero vectors, | Chris Lattner | 2010-03-28 | 1 | -11/+14 |
* | fix a typo, bitconvert from node to itself isn't valid. | Chris Lattner | 2010-03-28 | 1 | -1/+1 |
* | fix vnot matching to explicitly specify the type of the | Chris Lattner | 2010-03-28 | 1 | -10/+16 |
* | fix up vnot matching, eliminating a dead pattern, correcting a couple of | Chris Lattner | 2010-03-28 | 1 | -6/+11 |