| Commit message (Expand) | Author | Age | Files | Lines |
* | Set alignment operand for NEON VLD instructions. | Bob Wilson | 2010-09-23 | 4 | -36/+53 |
* | Correctly handle weak undefined symbols. Before we would get a invalid binding | Rafael Espindola | 2010-09-23 | 1 | -0/+14 |
* | Represent relocations against local symbols as relocations against the section | Rafael Espindola | 2010-09-23 | 1 | -0/+32 |
* | Fix llvm-extract so that it changes the linkage of all GlobalValues to | Bob Wilson | 2010-09-23 | 1 | -1/+6 |
* | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng | 2010-09-23 | 10 | -24/+23 |
* | Fix llvm-extract -delete's lazy loading to materialize the functions that | Dan Gohman | 2010-09-23 | 1 | -0/+22 |
* | A select between a constant and zero, when fed by a bit test, can be efficiently | Owen Anderson | 2010-09-22 | 1 | -0/+13 |
* | Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case. | Cameron Esfahani | 2010-09-22 | 1 | -2/+2 |
* | Avoid some Mach-O specific alignment being done on ELF. | Rafael Espindola | 2010-09-22 | 1 | -0/+32 |
* | Correctly align bss. | Rafael Espindola | 2010-09-22 | 1 | -0/+17 |
* | llvmc: Support '-emit-llvm -S' with -opt. | Mikhail Glushenkov | 2010-09-22 | 2 | -0/+8 |
* | fix rdar://8456371 - Handle commutable instructions written backward. | Chris Lattner | 2010-09-22 | 1 | -0/+8 |
* | Fix an inconsistency in the x86 backend that led it to reject "calll foo" on | Chris Lattner | 2010-09-22 | 19 | -353/+355 |
* | fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8" | Chris Lattner | 2010-09-22 | 1 | -1/+13 |
* | fix rdar://8456417 - llvm-mc can't do basic math | Chris Lattner | 2010-09-22 | 1 | -0/+5 |
* | add the missing aliases for fp stack cmovs, rdar://8456391 | Chris Lattner | 2010-09-22 | 1 | -0/+17 |
* | reimplement elf TLS support in terms of addressing modes, eliminating Segment... | Chris Lattner | 2010-09-22 | 1 | -1/+1 |
* | Fix rdar://8456364 - llvm-mc rejects '%CS' | Chris Lattner | 2010-09-22 | 1 | -0/+3 |
* | fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp' | Chris Lattner | 2010-09-22 | 1 | -0/+6 |
* | fix rdar://8456361 - llvm-mc rejects 'rep movsd' | Chris Lattner | 2010-09-22 | 1 | -0/+5 |
* | linux has a different stack alignment than the mac, relax this a bit. | Chris Lattner | 2010-09-22 | 1 | -1/+1 |
* | give VZEXT_LOAD a memory operand, it now works with segment registers. | Chris Lattner | 2010-09-22 | 2 | -3/+27 |
* | revert r114386 now that address modes work correctly, we get a nice | Chris Lattner | 2010-09-22 | 1 | -5/+3 |
* | give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256... | Chris Lattner | 2010-09-21 | 1 | -0/+11 |
* | filecheckize | Chris Lattner | 2010-09-21 | 1 | -11/+49 |
* | OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe... | Evan Cheng | 2010-09-21 | 1 | -0/+84 |
* | Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ... | Owen Anderson | 2010-09-21 | 2 | -15/+18 |
* | Use FileCheck | Devang Patel | 2010-09-21 | 1 | -2/+5 |
* | When adding the carry bit to another value on X86, exploit the fact that the ... | Owen Anderson | 2010-09-21 | 1 | -0/+14 |
* | llvmc: Allow multiple output languages. | Mikhail Glushenkov | 2010-09-21 | 1 | -0/+27 |
* | fix rdar://8453210, a crash handling a call through a GS relative load. | Chris Lattner | 2010-09-21 | 1 | -2/+29 |
* | Implement support for .local and its "interesting" interactions with .comm. | Rafael Espindola | 2010-09-21 | 1 | -0/+63 |
* | Enable machine sinking critical edge splitting. e.g. | Evan Cheng | 2010-09-20 | 4 | -20/+39 |
* | CombinerAA is now reordering these stores. | Owen Anderson | 2010-09-20 | 1 | -1/+1 |
* | When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ... | Owen Anderson | 2010-09-20 | 1 | -4/+4 |
* | Simplify ARM callee-saved register handling by removing the distinction | Jim Grosbach | 2010-09-20 | 2 | -8/+7 |
* | Produce a R_X86_64_32 when the value is >=0. | Rafael Espindola | 2010-09-20 | 2 | -2/+14 |
* | test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa... | NAKAMURA Takumi | 2010-09-19 | 3 | -6/+6 |
* | Add the exit instruction to the PTX target. | Eric Christopher | 2010-09-18 | 2 | -0/+11 |
* | Make sure the STT_FILE symbol is the first one in the symbol table. | Rafael Espindola | 2010-09-18 | 1 | -0/+23 |
* | Invert the logic of reachesChainWithoutSideEffects(). What we want to check ... | Owen Anderson | 2010-09-18 | 1 | -0/+26 |
* | Add test that was missing in my previous commit. | Rafael Espindola | 2010-09-18 | 1 | -0/+18 |
* | Attempt to XFAIL this test on arm-linux, which is inexplicably failing. | Dan Gohman | 2010-09-18 | 1 | -0/+4 |
* | Fix vmov.f64 disassembly on targets where sizeof(long) != 8. | Benjamin Kramer | 2010-09-17 | 1 | -0/+3 |
* | Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64 | Bob Wilson | 2010-09-17 | 1 | -0/+26 |
* | Teach the (non-MC) instruction printer to use the cannonical names for push/pop, | Jim Grosbach | 2010-09-17 | 4 | -7/+10 |
* | Teach machine sink to | Evan Cheng | 2010-09-17 | 3 | -9/+9 |
* | Update tests to handle MC-inst instruction printing of shift operations. The | Jim Grosbach | 2010-09-17 | 4 | -7/+7 |
* | FileCheck-ize | Jim Grosbach | 2010-09-17 | 1 | -6/+11 |
* | Move thumb2 tests to the thumb2 directory | Jim Grosbach | 2010-09-17 | 2 | -0/+0 |