| Age | Commit message (Expand) | Author |
| 2012-11-16 | [NVPTX] Order global variables in def-use order before emiting them in the fi... | Justin Holewinski |
| 2012-11-16 | Preserve address space of forward-referenced global variables in the LL parser | Justin Holewinski |
| 2012-11-16 | Added program header emission | Hemant Kulkarni |
| 2012-11-16 | InstructionSimplify should be able to simplify A+B==B+A to 'true' | Duncan Sands |
| 2012-11-16 | Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic | Duncan Sands |
| 2012-11-16 | Adding new tests to test lli's pseudo-remote feature (-remote-mcjit). | Andrew Kaylor |
| 2012-11-16 | llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect t... | NAKAMURA Takumi |
| 2012-11-16 | Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. | Duncan Sands |
| 2012-11-16 | Add MCJIT test case for running global constructors. | Amara Emerson |
| 2012-11-16 | Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast | Hans Wennborg |
| 2012-11-16 | Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve... | Craig Topper |
| 2012-11-16 | [mips] Fix delay slot filler so that instructions with register operand $1 are | Akira Hatanaka |
| 2012-11-15 | Add some tests for the FileCheck utility. | Eli Bendersky |
| 2012-11-15 | Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing | Eli Friedman |
| 2012-11-15 | Sandboxing of VLD instructions | Eli Bendersky |
| 2012-11-15 | PowerPC: Lowering floor intrinsic for Altivec | Adhemerval Zanella |
| 2012-11-15 | Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb' | Derek Schuff |
| 2012-11-15 | Make GlobalOpt be conservative with TLS variables (PR14309) | Hans Wennborg |
| 2012-11-15 | Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree, | Duncan Sands |
| 2012-11-14 | Fix nacl.read.tp() intrinsic to not generate "addl %gs:0, %REG" | Mark Seaborn |
| 2012-11-14 | This patch is in preparation for adding medium code model support to the | Bill Schmidt |
| 2012-11-14 | Make sure to not get AVX code on an AVX-capable host. Revealed in r167967. | Jakub Staszak |
| 2012-11-14 | test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f... | NAKAMURA Takumi |
| 2012-11-14 | Remove the CellSPU port. | Eric Christopher |
| 2012-11-14 | llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx. | NAKAMURA Takumi |
| 2012-11-14 | Added multiclass for post-increment load instructions. | Jyotsna Verma |
| 2012-11-14 | Force CPU in test so we don't accidentally get AVX code on an AVX-capable host. | Benjamin Kramer |
| 2012-11-14 | Remove DOS line endings. | Jakub Staszak |
| 2012-11-14 | X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b... | Benjamin Kramer |
| 2012-11-14 | The code pattern "imm0_255_neg" is used for checking if an immediate value is... | Nadav Rotem |
| 2012-11-14 | [NVPTX] Implement custom lowering of loads/stores for i1 | Justin Holewinski |
| 2012-11-14 | Fix really stupid ARM EHABI info generation bug: we should not emit | Anton Korobeynikov |
| 2012-11-14 | X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches. | Jim Grosbach |
| 2012-11-14 | Implement sandboxing of NEON store instructions | Eli Bendersky |
| 2012-11-14 | Emit relocations from .debug_aranges to .debug_info for asm files | Alexey Samsonov |
| 2012-11-14 | Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333. | Rafael Espindola |
| 2012-11-13 | Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc' | Derek Schuff |
| 2012-11-14 | Use TARGET2 relocation for TType references on ARM. | Anton Korobeynikov |
| 2012-11-13 | Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." | Eric Christopher |
| 2012-11-13 | [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev! | Michael J. Spencer |
| 2012-11-13 | Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo... | NAKAMURA Takumi |
| 2012-11-13 | Add test case to verify correct relocs being generated for | Ulrich Weigand |
| 2012-11-13 | numerically sort the symbols, so that the testcase result is uniform | Shankar Easwaran |
| 2012-11-13 | llvm-nm: Make sort more stable when symbol names are equal. | Daniel Dunbar |
| 2012-11-13 | X86: when constructing VZEXT_LOAD from other loads, makes sure its output | Manman Ren |
| 2012-11-13 | Do not consider a machine instruction that uses and defines the same | Ulrich Weigand |
| 2012-11-13 | Adding changes to support GNU style archive library reading | Shankar Easwaran |
| 2012-11-13 | Revert 167755/167760. We don't want to emit crash diagnostics on command-line... | Chad Rosier |
| 2012-11-13 | llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now. | NAKAMURA Takumi |
| 2012-11-13 | Codegen support for arbitrary vector getelementptrs. | Duncan Sands |