summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add a missing safety check to ProcessUGT_ADDCST_ADD. Fixes PR11438.Eli Friedman2011-11-28
* Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...Eli Friedman2011-11-28
* Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.Evan Cheng2011-11-28
* DAG combine should not increase alignment of loads / stores with alignment lessEvan Cheng2011-11-28
* Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...Craig Topper2011-11-28
* test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.NAKAMURA Takumi2011-11-28
* remove a test that is using old-style llvm.dbg intrinsics, apparently onlyChris Lattner2011-11-27
* Take two on rotating the block ordering of loops. My previous attemptChandler Carruth2011-11-27
* Rework a bit of the implementation of loop block rotation to not rely soChandler Carruth2011-11-27
* remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner2011-11-27
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-27
* remove some old autoupgrade logicChris Lattner2011-11-27
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-27
* Add several new instructions supported by the latest MicroBlaze.Wesley Peck2011-11-27
* Introduce a loop block rotation optimization to the new block placementChandler Carruth2011-11-27
* FileCheck-ize this test and make it more precise. This is in preparationChandler Carruth2011-11-26
* Fix APFloat::convert so that it handles narrowing conversions correctly; itEli Friedman2011-11-26
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-25
* Remove 256-bit specific node types for UNPCKHPS/D and instead use the 128-bit...Craig Topper2011-11-24
* X86: alias cqo to cqto.Benjamin Kramer2011-11-24
* Fix a silly use-after-free issue. A much earlier version of this codeChandler Carruth2011-11-24
* When adding blocks to the list of those which no longer have any CFGChandler Carruth2011-11-24
* Correctly byte-swap APInts with bit-widths greater than 64.Richard Smith2011-11-23
* Fix a crash in which a multiplication was being reported as being both negativeDuncan Sands2011-11-23
* X86: Use btq for bit tests if the immediate can't be encoded in 32 bits.Benjamin Kramer2011-11-23
* test/CodeGen/X86/block-placement.ll: Add explicit -mtriple=i686-linux. X86 Wi...NAKAMURA Takumi2011-11-23
* Relax an invariant that block placement was trying to assert a bitChandler Carruth2011-11-23
* I added several lines in X86 code generator that allow to choose Elena Demikhovsky2011-11-23
* Handle the case of a no-return invoke correctly. It actually still hasChandler Carruth2011-11-23
* Enable stack protectors for all arrays, not just char arrays. rdar://5875909Bob Wilson2011-11-23
* Fix PR11422.Jakob Stoklund Olesen2011-11-23
* Fix a crash in block placement due to an inner loop that happened to beChandler Carruth2011-11-23
* [asan] do not instrument threadlocal globals, this is buggyKostya Serebryany2011-11-23
* add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel2011-11-22
* Fix a devilish miscompile exposed by block placement. TheChandler Carruth2011-11-22
* Add triple to the test.Rafael Espindola2011-11-22
* If a register is both an early clobber and part of a tied use, handle the useRafael Espindola2011-11-22
* Fix crasher in GVN due to my recent capture tracking changes.Nick Lewycky2011-11-21
* Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.Craig Topper2011-11-21
* Test case for r145026Craig Topper2011-11-21
* Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...Craig Topper2011-11-21
* test/CodeGen/X86/block-placement.ll: Relax expressions for Win32.NAKAMURA Takumi2011-11-20
* The logic for breaking the CFG in the presence of hot successors didn'tChandler Carruth2011-11-20
* XFAIL this test until I figure out what indvars is doing here (or find someon...Benjamin Kramer2011-11-20
* Add some comments to the latest test case I added here to document whatChandler Carruth2011-11-20
* Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...Craig Topper2011-11-20
* Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.Craig Topper2011-11-19
* Move the handling of unanalyzable branches out of the loop-driven chainChandler Carruth2011-11-19
* Test cases for SSSE3/AVX integer horizontal add/sub.Craig Topper2011-11-19