| Commit message (Expand) | Author | Age | Files | Lines |
* | FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. | Dmitri Gribenko | 2012-11-15 | 1 | -1/+0 |
* | Do not handle void types in DataLayout. Patch by Patrick Hägglund. | Duncan Sands | 2012-11-15 | 2 | -3/+1 |
* | Make GlobalOpt be conservative with TLS variables (PR14309) | Hans Wennborg | 2012-11-15 | 4 | -0/+90 |
* | Add support for SPIR64 target - the 64bit counterpart of SPIR. | Guy Benyei | 2012-11-15 | 2 | -3/+12 |
* | Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree, | Duncan Sands | 2012-11-15 | 2 | -54/+30 |
* | Revert changing FNEG of v4f32 to Expand. It's legal. | Craig Topper | 2012-11-15 | 1 | -1/+0 |
* | Make FNEG and FABS of v4f32 Expand. | Craig Topper | 2012-11-15 | 1 | -0/+2 |
* | Make a bunch of floating point operations on vectors Expand so that instructi... | Craig Topper | 2012-11-15 | 1 | -6/+10 |
* | Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2. | Craig Topper | 2012-11-15 | 1 | -0/+102 |
* | Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics. | Craig Topper | 2012-11-15 | 6 | -1/+178 |
* | Fix an obvious merge bug in -join-globalcopies (disabled). | Andrew Trick | 2012-11-15 | 1 | -1/+3 |
* | Add some release notes that say we removed the CellSPU port. | Eric Christopher | 2012-11-15 | 1 | -0/+2 |
* | InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat... | NAKAMURA Takumi | 2012-11-15 | 1 | -1/+1 |
* | Use LLVM_DELETED_FUNCTION. | Jakub Staszak | 2012-11-15 | 1 | -1/+1 |
* | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson | 2012-11-15 | 12 | -0/+117 |
* | Remove unneeded #includes. | Jakub Staszak | 2012-11-14 | 1 | -3/+0 |
* | NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable] | NAKAMURA Takumi | 2012-11-14 | 1 | -6/+4 |
* | This patch is in preparation for adding medium code model support to the | Bill Schmidt | 2012-11-14 | 5 | -5/+5 |
* | docs: Improve typographical correctness. | Sean Silva | 2012-11-14 | 1 | -2/+2 |
* | docs: Sphinxify TestSuiteMakefileGuide | Sean Silva | 2012-11-14 | 3 | -356/+290 |
* | Use reserve() to avoid vector reallocation. | Jakub Staszak | 2012-11-14 | 1 | -0/+1 |
* | 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 |
* | Few more small CellSPU removals. | Eric Christopher | 2012-11-14 | 3 | -8/+3 |
* | Fix CMake build. | Eric Christopher | 2012-11-14 | 1 | -1/+0 |
* | Remove the CellSPU port. | Eric Christopher | 2012-11-14 | 120 | -22263/+9 |
* | docs: Sphinxify TestingGuide | Sean Silva | 2012-11-14 | 7 | -930/+723 |
* | Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in | Alexander Kornienko | 2012-11-14 | 2 | -27/+121 |
* | Fix invalid asserts, use llvm_unreachable instead. | Jakub Staszak | 2012-11-14 | 1 | -3/+3 |
* | 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 | 5 | -233/+216 |
* | 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 |
* | canJoinPhys method doesn't modify CoalescerPair. Make it const. | Jakub Staszak | 2012-11-14 | 1 | -2/+2 |
* | Added %(line), %(line+<number>), %(line-<number>) substitutions to lit | Alexander Kornienko | 2012-11-14 | 2 | -0/+16 |
* | Remove dead code. | Chad Rosier | 2012-11-14 | 1 | -13/+0 |
* | Fix comment. | Jakub Staszak | 2012-11-14 | 1 | -1/+1 |
* | Remove DOS line endings. | Jakub Staszak | 2012-11-14 | 9 | -910/+910 |
* | X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b... | Benjamin Kramer | 2012-11-14 | 5 | -29/+81 |
* | Replace std::vector -> SmallVector in BBVectorize | Hal Finkel | 2012-11-14 | 1 | -4/+4 |
* | Update my email address and update the code ownership | Nadav Rotem | 2012-11-14 | 2 | -2/+6 |
* | FileCheck.rst: change formatting of code-like constructs to use a monospaced | Dmitri Gribenko | 2012-11-14 | 1 | -86/+50 |
* | The code pattern "imm0_255_neg" is used for checking if an immediate value is... | Nadav Rotem | 2012-11-14 | 2 | -6/+38 |
* | Add myself as code owner for NVPTX target | Justin Holewinski | 2012-11-14 | 1 | -0/+4 |
* | docs: nuke GCCFEBuildInstrs.html | Sean Silva | 2012-11-14 | 1 | -279/+0 |
* | [NVPTX] Implement custom lowering of loads/stores for i1 | Justin Holewinski | 2012-11-14 | 3 | -2/+87 |
* | Fix comment | Anton Korobeynikov | 2012-11-14 | 1 | -2/+2 |
* | Fix really stupid ARM EHABI info generation bug: we should not emit | Anton Korobeynikov | 2012-11-14 | 2 | -11/+32 |
* | Claim ownership. | Chad Rosier | 2012-11-14 | 1 | -0/+4 |
* | Fix the largest offender of determinism in BBVectorize | Hal Finkel | 2012-11-14 | 1 | -6/+6 |
* | Sort the code owner list alphabetically. Add myself as lib/DebugInfo owner. | Benjamin Kramer | 2012-11-14 | 1 | -12/+16 |