| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores... | Stephen Lin | 2013-10-11 | 1 | -0/+11 |
* | [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s... | Quentin Colombet | 2013-10-11 | 1 | -0/+140 |
* | [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ... | Quentin Colombet | 2013-10-11 | 1 | -140/+0 |
* | Revert "Tests: Be less dependent on a specific schedule/regalloc" | Matthias Braun | 2013-10-11 | 10 | -53/+55 |
* | [DAGCombiner] Slice a big load in two loads when the element are next to each | Quentin Colombet | 2013-10-11 | 1 | -0/+140 |
* | Fix handling of CHECK-DAG inside of CHECK-LABEL. | Rafael Espindola | 2013-10-11 | 1 | -0/+11 |
* | [ARM] Fix FP ABI attributes with no VFP enabled. | Amara Emerson | 2013-10-11 | 3 | -12/+7 |
* | Tests: Be less dependent on a specific schedule/regalloc | Matthias Braun | 2013-10-11 | 10 | -55/+53 |
* | This reverts 192447 because of compiler warning generated on darwin build. | Matheus Almeida | 2013-10-11 | 1 | -15/+0 |
* | This reverts r192449 because of compiler warning generated on darwin build. | Matheus Almeida | 2013-10-11 | 1 | -48/+0 |
* | [mips][msa] Direct Object Emission for the majority of the ELM instructions. | Matheus Almeida | 2013-10-11 | 1 | -0/+48 |
* | [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction. | Matheus Almeida | 2013-10-11 | 1 | -0/+15 |
* | [mips][msa] Improves robustness of the test by enhancing pattern matching. | Matheus Almeida | 2013-10-11 | 1 | -240/+360 |
* | [NVPTX] Switch from StrongPHIElimination to PHIElimination in NVPTXTargetMach... | Justin Holewinski | 2013-10-11 | 1 | -0/+38 |
* | Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ... | Justin Holewinski | 2013-10-11 | 1 | -0/+9 |
* | [ARM] Add a test case for disabled neon/fpu features. | Amara Emerson | 2013-10-11 | 1 | -0/+33 |
* | [mips][msa] Added support for matching maddv.[bhwd], and msubv.[bhwd] from no... | Daniel Sanders | 2013-10-11 | 1 | -0/+160 |
* | [mips][msa] Added support for matching fmsub.[wd] from normal IR (i.e. not in... | Daniel Sanders | 2013-10-11 | 1 | -0/+40 |
* | XCore target fix bug in emitArrayBound() causing segmentation fault | Robert Lytton | 2013-10-11 | 2 | -1/+8 |
* | XCore target does not emit '.hidden' or '.protected' attributes | Robert Lytton | 2013-10-11 | 1 | -0/+10 |
* | XCore target: fix bug in XCoreLowerThreadLocal.cpp | Robert Lytton | 2013-10-11 | 1 | -0/+39 |
* | XCore target: add XCoreTargetLowering::isZExtFree() | Robert Lytton | 2013-10-11 | 1 | -0/+15 |
* | [mips][msa] Added support for matching fmadd.[wd] from normal IR (i.e. not in... | Daniel Sanders | 2013-10-11 | 1 | -0/+44 |
* | [mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] ... | Daniel Sanders | 2013-10-11 | 1 | -0/+112 |
* | Implement aarch64 neon instruction set AdvSIMD (copy). | Kevin Qin | 2013-10-11 | 3 | -0/+411 |
* | Tests: Do not unnecessarily depend on kill comments | Matthias Braun | 2013-10-10 | 1 | -9/+4 |
* | Tests: Use CHECK-LABEL where possible | Matthias Braun | 2013-10-10 | 4 | -15/+15 |
* | Debug Info: In DIBuilder, the context field of subprogram is updated to use | Manman Ren | 2013-10-10 | 1 | -1/+8 |
* | Add comments to debug info testing case. | Manman Ren | 2013-10-10 | 1 | -0/+8 |
* | R600: Fix trunc i64 to i32 on SI | Matt Arsenault | 2013-10-10 | 1 | -0/+12 |
* | R600/SI: Use -verify-machineinstrs for most tests | Tom Stellard | 2013-10-10 | 84 | -86/+86 |
* | Implement AArch64 vector load/store multiple N-element structure class SIMD(l... | Hao Liu | 2013-10-10 | 3 | -0/+1912 |
* | Revert "Implement AArch64 vector load/store multiple N-element structure clas... | Rafael Espindola | 2013-10-10 | 3 | -1912/+0 |
* | Implement AArch64 vector load/store multiple N-element structure class SIMD(l... | Hao Liu | 2013-10-10 | 3 | -0/+1912 |
* | Disable function padding to get this test to pass on atom. | Benjamin Kramer | 2013-10-10 | 1 | -1/+1 |
* | ARM: correct liveness flags during ARMLoadStoreOpt | Tim Northover | 2013-10-10 | 1 | -0/+40 |
* | Allow non-AVX form of pmovmskb to take a GR64 operand. | Craig Topper | 2013-10-10 | 1 | -0/+4 |
* | [mips] Do not generate INS/EXT nodes if target does not have support for | Akira Hatanaka | 2013-10-09 | 1 | -3/+6 |
* | Debug Info: In DIBuilder, the context and type fields of template_type and | Manman Ren | 2013-10-09 | 1 | -39/+60 |
* | Debug Info: In DIBuilder, the context field of a forward decl is updated | Manman Ren | 2013-10-09 | 1 | -34/+46 |
* | Fix a bug in Dead Argument Elimination. | Shuxin Yang | 2013-10-09 | 1 | -0/+21 |
* | [Sparc] Disable tail call optimization for sparc64. | Venkatraman Govindaraju | 2013-10-09 | 1 | -0/+40 |
* | AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics. | Elena Demikhovsky | 2013-10-09 | 1 | -14/+60 |
* | AArch64: enable MISched by default. | Tim Northover | 2013-10-09 | 11 | -93/+97 |
* | AArch64: migrate ADRP relaxation test to be llvm-mc only. | Tim Northover | 2013-10-09 | 2 | -27/+18 |
* | Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi... | Craig Topper | 2013-10-09 | 2 | -3/+7 |
* | llvm/test/LTO should run also on cygwin. | NAKAMURA Takumi | 2013-10-09 | 1 | -3/+0 |
* | Debug Info: In DIBuilder, the context field of a DICompositeType is updated | Manman Ren | 2013-10-09 | 1 | -31/+41 |
* | Debug Info: In DIBuilder, the context fields of a static member and a | Manman Ren | 2013-10-08 | 1 | -27/+48 |
* | Debug Info: In DIBuilder, the derived-from field of DICompositeType | Manman Ren | 2013-10-08 | 1 | -2/+12 |