| Commit message (Expand) | Author | Age | Files | Lines |
* | PowerPC: Lowering floor intrinsic for Altivec | Adhemerval Zanella | 2012-11-15 | 3 | -0/+186 |
* | PathV2: Fix a possible infinite loop. | Daniel Dunbar | 2012-11-15 | 1 | -3/+4 |
* | Add assertions in MipsLongBranch which check the size of basic blocks. | Akira Hatanaka | 2012-11-15 | 1 | -1/+7 |
* | Return 0 instead of false. | Jakub Staszak | 2012-11-15 | 1 | -3/+3 |
* | Use std::stable_sort instead of std::sort when sorting stack slots | Ulrich Weigand | 2012-11-15 | 1 | -1/+3 |
* | Clarify my code ownership | Evan Cheng | 2012-11-15 | 1 | -1/+1 |
* | Add myself as owner of VLIW Instruction Scheduling and Packetization. | Sergei Larin | 2012-11-15 | 1 | -0/+4 |
* | Add ARM EABI to my list of responsibilities. | Anton Korobeynikov | 2012-11-15 | 1 | -2/+2 |
* | Simplify code. | Jakub Staszak | 2012-11-15 | 1 | -1/+1 |
* | misspell | Andrew Trick | 2012-11-15 | 1 | -3/+3 |
* | whitespace | Andrew Trick | 2012-11-15 | 1 | -4/+4 |
* | [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false | Chad Rosier | 2012-11-15 | 2 | -4/+6 |
* | Fix indeterminism in MI scheduler DAG construction. | Sergei Larin | 2012-11-15 | 2 | -15/+27 |
* | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko | 2012-11-15 | 11 | -23/+23 |
* | 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 |