| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tweak test to check instructions rather than relying on the comment string | Jim Grosbach | 2010-09-17 | 1 | -4/+4 |
* | Fix this test to avoid an "inexact" fold. | Dan Gohman | 2010-09-17 | 1 | -1/+1 |
* | Avoid emitting a PIC base register if no PIC addresses are needed. | Dan Gohman | 2010-09-17 | 1 | -0/+23 |
* | tweak test to check instructions rather than relying on the comment string | Jim Grosbach | 2010-09-17 | 1 | -1/+1 |
* | tweak test to check instructions rather than relying on the comment string | Jim Grosbach | 2010-09-17 | 1 | -4/+4 |
* | Fix this test so that folding doesn't depend on a potentially | Dan Gohman | 2010-09-17 | 1 | -2/+2 |
* | fix rdar://8444631 - encoder crash on 'enter' | Chris Lattner | 2010-09-17 | 1 | -0/+12 |
* | MC/Mach-O/i386: Fix a crash in relocation handling. | Daniel Dunbar | 2010-09-17 | 1 | -32/+36 |
* | tests/CMakeLists.txt: use `configure_file' instead of `sed'. | Oscar Fuentes | 2010-09-17 | 1 | -16/+18 |
* | MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the | Daniel Dunbar | 2010-09-17 | 1 | -0/+14 |
* | Fix the folding of floating-point math library calls, like sin(infinity), | Dan Gohman | 2010-09-17 | 1 | -0/+19 |
* | If FE forgot to provide a file name (usually it uses "stdin" as name in such ... | Devang Patel | 2010-09-16 | 1 | -0/+31 |
* | fix rdar://8438816 - unrecognized 'fildq' instruction | Chris Lattner | 2010-09-16 | 1 | -0/+10 |
* | Print the address of sections as 0 and create the metadata sections in the | Rafael Espindola | 2010-09-16 | 1 | -1/+35 |
* | Add missing RUN line to this test. | Owen Anderson | 2010-09-16 | 1 | -3/+1 |
* | When substituting sunkaddrs into indirect arguments an asm, we were | Dale Johannesen | 2010-09-16 | 1 | -0/+56 |
* | It is possible, under specific circumstances involving ptrtoint ConstantExpr'... | Owen Anderson | 2010-09-16 | 1 | -0/+84 |