| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Preserve address space of forward-referenced global variables in the LL parser | Justin Holewinski | 2012-11-16 | 1 | -0/+8 |
* | Added program header emission | Hemant Kulkarni | 2012-11-16 | 1 | -3/+45 |
* | InstructionSimplify should be able to simplify A+B==B+A to 'true' | Duncan Sands | 2012-11-16 | 1 | -0/+9 |
* | Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic | Duncan Sands | 2012-11-16 | 1 | -0/+18 |
* | Adding new tests to test lli's pseudo-remote feature (-remote-mcjit). | Andrew Kaylor | 2012-11-16 | 7 | -0/+220 |
* | llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect t... | NAKAMURA Takumi | 2012-11-16 | 2 | -2/+2 |
* | Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. | Duncan Sands | 2012-11-16 | 2 | -0/+164 |
* | Add MCJIT test case for running global constructors. | Amara Emerson | 2012-11-16 | 1 | -0/+21 |
* | Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast | Hans Wennborg | 2012-11-16 | 1 | -0/+20 |
* | Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve... | Craig Topper | 2012-11-16 | 1 | -0/+144 |
* | [mips] Fix delay slot filler so that instructions with register operand $1 are | Akira Hatanaka | 2012-11-16 | 1 | -0/+32 |
* | Add some tests for the FileCheck utility. | Eli Bendersky | 2012-11-15 | 4 | -0/+27 |
* | Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing | Eli Friedman | 2012-11-15 | 1 | -0/+9 |
* | PowerPC: Lowering floor intrinsic for Altivec | Adhemerval Zanella | 2012-11-15 | 1 | -0/+172 |
* | Make GlobalOpt be conservative with TLS variables (PR14309) | Hans Wennborg | 2012-11-15 | 1 | -0/+53 |
* | Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree, | Duncan Sands | 2012-11-15 | 1 | -0/+9 |
* | This patch is in preparation for adding medium code model support to the | Bill Schmidt | 2012-11-14 | 5 | -5/+5 |
* | Make sure to not get AVX code on an AVX-capable host. Revealed in r167967. | Jakub Staszak | 2012-11-14 | 4 | -8/+8 |
* | test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f... | NAKAMURA Takumi | 2012-11-14 | 1 | -1/+1 |
* | Remove the CellSPU port. | Eric Christopher | 2012-11-14 | 59 | -7313/+0 |
* | llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx. | NAKAMURA Takumi | 2012-11-14 | 1 | -2/+23 |
* | Added multiclass for post-increment load instructions. | Jyotsna Verma | 2012-11-14 | 1 | -0/+29 |
* | Force CPU in test so we don't accidentally get AVX code on an AVX-capable host. | Benjamin Kramer | 2012-11-14 | 1 | -2/+2 |
* | Remove DOS line endings. | Jakub Staszak | 2012-11-14 | 5 | -337/+337 |
* | X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b... | Benjamin Kramer | 2012-11-14 | 4 | -22/+79 |
* | The code pattern "imm0_255_neg" is used for checking if an immediate value is... | Nadav Rotem | 2012-11-14 | 1 | -0/+31 |
* | [NVPTX] Implement custom lowering of loads/stores for i1 | Justin Holewinski | 2012-11-14 | 1 | -0/+26 |
* | Fix really stupid ARM EHABI info generation bug: we should not emit | Anton Korobeynikov | 2012-11-14 | 1 | -0/+18 |
* | X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches. | Jim Grosbach | 2012-11-14 | 1 | -1/+1 |
* | Emit relocations from .debug_aranges to .debug_info for asm files | Alexey Samsonov | 2012-11-14 | 1 | -2/+42 |
* | Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333. | Rafael Espindola | 2012-11-14 | 1 | -0/+12 |
* | Use TARGET2 relocation for TType references on ARM. | Anton Korobeynikov | 2012-11-14 | 1 | -0/+44 |
* | Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." | Eric Christopher | 2012-11-13 | 1 | -2/+2 |
* | [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev! | Michael J. Spencer | 2012-11-13 | 1 | -0/+23 |
* | Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo... | NAKAMURA Takumi | 2012-11-13 | 1 | -3/+0 |
* | Add test case to verify correct relocs being generated for | Ulrich Weigand | 2012-11-13 | 1 | -0/+28 |
* | numerically sort the symbols, so that the testcase result is uniform | Shankar Easwaran | 2012-11-13 | 1 | -23/+23 |
* | llvm-nm: Make sort more stable when symbol names are equal. | Daniel Dunbar | 2012-11-13 | 1 | -1/+1 |
* | X86: when constructing VZEXT_LOAD from other loads, makes sure its output | Manman Ren | 2012-11-13 | 1 | -0/+51 |
* | Do not consider a machine instruction that uses and defines the same | Ulrich Weigand | 2012-11-13 | 1 | -0/+18 |
* | Adding changes to support GNU style archive library reading | Shankar Easwaran | 2012-11-13 | 6 | -0/+277 |
* | Revert 167755/167760. We don't want to emit crash diagnostics on command-line... | Chad Rosier | 2012-11-13 | 1 | -1/+1 |
* | llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now. | NAKAMURA Takumi | 2012-11-13 | 1 | -0/+3 |
* | Codegen support for arbitrary vector getelementptrs. | Duncan Sands | 2012-11-13 | 1 | -0/+5 |
* | Fix the instcombine GEP index widening transform to work correctly for vector | Duncan Sands | 2012-11-13 | 1 | -0/+5 |
* | Relax the restrictions on vector of pointer types, and vector getelementptr. | Duncan Sands | 2012-11-13 | 6 | -4/+59 |
* | DependenceAnalysis: Print all dependency pairs when dumping. Update all testc... | Benjamin Kramer | 2012-11-13 | 15 | -1346/+2559 |
* | Figure out <size> argument of llvm.lifetime intrinsics at the moment they are... | Alexey Samsonov | 2012-11-13 | 2 | -11/+56 |
* | instcombine: Migrate math library call simplifications | Meador Inge | 2012-11-13 | 13 | -338/+525 |
* | BBVectorize: Don't vectorize vector-manipulation chains | Hal Finkel | 2012-11-13 | 1 | -0/+170 |