| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR14034, an infloop / heap corruption / crash bug in the new SROA. | Chandler Carruth | 2012-10-09 | 1 | -0/+20 |
* | Don't crash on extra evil irreducible control flow. | Jakob Stoklund Olesen | 2012-10-08 | 1 | -0/+75 |
* | PR12716: PPC crashes on vector compare | Adhemerval Zanella | 2012-10-08 | 1 | -0/+191 |
* | Add floating-point to and from integer conversion | Adhemerval Zanella | 2012-10-08 | 1 | -0/+57 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 4 | -11/+11 |
* | Some regression tests which are testing the old jit and are exercising functi... | James Molloy | 2012-10-08 | 3 | -0/+3 |
* | X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ... | Benjamin Kramer | 2012-10-07 | 1 | -0/+451 |
* | Adding support for instructions mfc0, mfc2, mtc0, mtc2 | Jack Carter | 2012-10-06 | 1 | -0/+16 |
* | Patch for integer multiply, signed/unsigned, long/long long. | Reed Kotler | 2012-10-05 | 3 | -0/+59 |
* | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. | NAKAMURA Takumi | 2012-10-05 | 2 | -2/+2 |
* | Convert to unix line endings. | Rafael Espindola | 2012-10-05 | 1 | -68/+68 |
* | Make sure to generate the right kind of MDNode for enum forward declarations. | Eli Friedman | 2012-10-05 | 1 | -9/+7 |
* | Follow up to r165072. Try a different approach: only move the load when it's ... | Evan Cheng | 2012-10-05 | 1 | -0/+36 |
* | Teach the new SROA a new trick. Now we zap any memcpy or memmoves which | Chandler Carruth | 2012-10-05 | 1 | -4/+2 |
* | When merging connsecutive stores, use vectors to store the constant zero. | Nadav Rotem | 2012-10-04 | 1 | -3/+35 |
* | ARM: locate user-defined text sections next to default text. | Jim Grosbach | 2012-10-04 | 1 | -0/+21 |
* | Update this a bit more to represent how the prologue should work: | Eric Christopher | 2012-10-04 | 1 | -0/+35 |
* | SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere... | Benjamin Kramer | 2012-10-04 | 1 | -0/+28 |
* | In my recent change to avoid use of underaligned memory I didn't notice that | Duncan Sands | 2012-10-04 | 1 | -2/+2 |
* | The alignment of an sret parameter is known: it must be at least the | Duncan Sands | 2012-10-04 | 1 | -0/+16 |
* | Fix PR13969, a mini-phase-ordering issue with the new SROA pass. | Chandler Carruth | 2012-10-04 | 1 | -0/+24 |
* | The memcpy optimizer was happily doing call slot forwarding when the new memory | Duncan Sands | 2012-10-04 | 1 | -3/+21 |
* | Teach the integer-promotion rewrite strategy to be endianness aware. | Chandler Carruth | 2012-10-04 | 6 | -5/+113 |
* | Implement methods that enable expansion of load immediate | Jack Carter | 2012-10-04 | 1 | -0/+14 |
* | This patch is a partial implementation of mips .set assembler directive. Dire... | Jack Carter | 2012-10-04 | 1 | -1/+7 |
* | Fix PR13967. | Jakub Staszak | 2012-10-03 | 1 | -0/+26 |
* | [ms-inline asm] Add support in the X86AsmPrinter for printing memory references | Chad Rosier | 2012-10-03 | 1 | -0/+14 |
* | Fix a cycle in the DAG. In this code we replace multiple loads with a single ... | Nadav Rotem | 2012-10-03 | 1 | -0/+31 |
* | Implement .rel relocation for R_ARM_ABS32 in MCJIT. | Tim Northover | 2012-10-03 | 1 | -0/+16 |
* | A DAGCombine optimization for mergeing consecutive stores to memory. The opti... | Nadav Rotem | 2012-10-03 | 1 | -0/+273 |
* | tsan: update the test for new atomic enums | Dmitry Vyukov | 2012-10-03 | 1 | -80/+80 |
* | tsan: update the test for new atomic enums | Dmitry Vyukov | 2012-10-03 | 1 | -40/+40 |
* | Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no... | Silviu Baranga | 2012-10-03 | 1 | -0/+22 |
* | Fix an issue where we failed to adjust the alignment constraint on | Chandler Carruth | 2012-10-03 | 1 | -0/+31 |
* | Try to use a better set of abstractions for computing the alignment | Chandler Carruth | 2012-10-03 | 1 | -4/+59 |
* | Revert 165051-165049 while looking into the foreach.m failure in | Eric Christopher | 2012-10-03 | 1 | -65/+0 |
* | test/ExecutionEngine/MCJIT: MCJIT should work also on mingw. | NAKAMURA Takumi | 2012-10-03 | 2 | -2/+2 |
* | The early if conversion pass is ready to be used as an opt-in. | Jakob Stoklund Olesen | 2012-10-03 | 1 | -1/+1 |
* | Fix a serious X86 instruction selection bug. In | Evan Cheng | 2012-10-02 | 1 | -0/+16 |
* | Revert "Don't use a debug location for frame setup instructions in the" | Eric Christopher | 2012-10-02 | 1 | -35/+0 |
* | Teach the new SROA to handle cases where an alloca that has already been | Chandler Carruth | 2012-10-02 | 1 | -0/+29 |
* | Make sure to put our sret argument into %rax on x86-64. Fixes PR13563! | Nick Lewycky | 2012-10-02 | 1 | -0/+13 |
* | Make sure the whole live range is covered when values are pruned twice. | Jakob Stoklund Olesen | 2012-10-02 | 1 | -1/+26 |
* | Allow alternate instructions to silence bot. | Eric Christopher | 2012-10-02 | 1 | -1/+1 |
* | Don't use a debug location for frame setup instructions in the | Eric Christopher | 2012-10-02 | 1 | -0/+35 |
* | Remove the SavePoint infrastructure from fast isel, replace | Eric Christopher | 2012-10-02 | 1 | -0/+65 |
* | Support for generating ELF objects on Windows. | Andrew Kaylor | 2012-10-02 | 50 | -49/+56 |
* | Fix broken tests. | Benjamin Kramer | 2012-10-02 | 4 | -5/+6 |
* | Fix PR13991: legalizing an overflowing multiplication operation is harder than | Duncan Sands | 2012-10-02 | 1 | -0/+14 |
* | Add default JIT LIT variable. | James Molloy | 2012-10-02 | 4 | -3/+8 |