| Commit message (Expand) | Author | Age | Files | Lines |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 12 | -50/+72 |
* | use predicates in DBG_VALUE printing code to simplify it. | Chris Lattner | 2010-04-04 | 1 | -10/+9 |
* | remove more implicit uses of "O". | Chris Lattner | 2010-04-04 | 3 | -88/+54 |
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 11 | -32/+25 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 21 | -595/+761 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 6 | -15/+19 |
* | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner | 2010-04-03 | 5 | -8/+8 |
* | Get rid of the middleman (ARMAlgorithm), which causes more trouble than the | Johnny Chen | 2010-04-03 | 2 | -86/+29 |
* | Fix comment. | Johnny Chen | 2010-04-03 | 1 | -2/+2 |
* | Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory | Johnny Chen | 2010-04-03 | 2 | -1/+13 |
* | Rewrite aesimc handling. It only takes a single input and has a single | Eric Christopher | 2010-04-02 | 1 | -6/+14 |
* | Fix another build warning. | Johnny Chen | 2010-04-02 | 1 | -0/+2 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 7 | -2/+6372 |
* | Added support for reporting operand token ranges | Sean Callanan | 2010-04-02 | 1 | -71/+151 |
* | Separate out the AES-NI instructions from the SSE4.2 instructions. Add | Eric Christopher | 2010-04-02 | 6 | -48/+101 |
* | Fixes to the X86 disassembler. The disassembler will now | Sean Callanan | 2010-04-02 | 3 | -136/+203 |
* | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner | 2010-04-02 | 1 | -1/+1 |
* | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 36 | -159/+133 |
* | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner | 2010-04-02 | 2 | -9/+5 |
* | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng | 2010-04-02 | 4 | -32/+45 |
* | 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 |