| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>." | NAKAMURA Takumi | 2012-10-11 | 1 | -16/+0 |
* | Don't crash if a .ll file contains a forward-reference that looks like a global | Nick Lewycky | 2012-10-11 | 1 | -0/+4 |
* | Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808 | Evan Cheng | 2012-10-10 | 1 | -0/+18 |
* | Add -mattr=+altivec and remove XFAIL. | Bill Schmidt | 2012-10-10 | 1 | -3/+2 |
* | XFAIL for all targets pending investigation | Bill Schmidt | 2012-10-10 | 1 | -2/+3 |
* | Patch by Shuxin Yang <shuxin.llvm@gmail.com>. | Nadav Rotem | 2012-10-10 | 1 | -0/+16 |
* | When generating spill and reload code for vector registers on PowerPC, | Bill Schmidt | 2012-10-10 | 1 | -0/+19 |
* | The PowerPC VRSAVE register has been somewhat of an odd beast since | Bill Schmidt | 2012-10-10 | 1 | -0/+15 |
* | Add the testcase from pr13254 (the old scalarreply pass handles this wrong; | Duncan Sands | 2012-10-10 | 1 | -0/+16 |
* | Specify CPU model to avoid breaking ATOM builds | Michael Liao | 2012-10-10 | 2 | -4/+4 |
* | Add support for FP_ROUND from v2f64 to v2f32 | Michael Liao | 2012-10-10 | 2 | -14/+98 |
* | [CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD... | NAKAMURA Takumi | 2012-10-10 | 1 | -0/+5 |
* | Fix for LDRB instruction: | Stepan Dyatkovskiy | 2012-10-10 | 1 | -0/+23 |
* | Issue description: | Stepan Dyatkovskiy | 2012-10-10 | 1 | -0/+19 |
* | Test case for r165480. | Craig Topper | 2012-10-10 | 1 | -0/+10 |
* | Implement MipsTargetLowering::CanLowerReturn. | Akira Hatanaka | 2012-10-10 | 1 | -0/+244 |
* | When expanding atomic load arith instructions, do not lose target flags. rdar... | Evan Cheng | 2012-10-09 | 1 | -42/+58 |
* | Initial assembler implementation of Mips load address macro | Jack Carter | 2012-10-09 | 1 | -0/+13 |
* | Inline the checks for mutually exclusive attributes since they're used in onl... | Bill Wendling | 2012-10-09 | 1 | -1/+1 |
* | Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified | Rafael Espindola | 2012-10-09 | 1 | -0/+9 |
* | New EarlyCSE tests for CSE-ing across commutativity. | Michael Ilseman | 2012-10-09 | 1 | -0/+66 |
* | Fix PR14016. | Alexey Samsonov | 2012-10-09 | 1 | -0/+64 |
* | Revert r117093, "test/Makefile: Force lit -j1 on Cygwin." | NAKAMURA Takumi | 2012-10-09 | 1 | -5/+0 |
* | 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 |