summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman2012-05-08
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-08
* Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", thisDaniel Dunbar2012-05-08
* [tests] Remove some remaining DejaGNU related cruft.Daniel Dunbar2012-05-08
* Calling ReassociateExpression recursively is extremely dangerous since it willDuncan Sands2012-05-08
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-08
* Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...Craig Topper2012-05-08
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-08
* Teach DAG combine to fold x-x to 0.0 when unsafe FP math is enabled.Owen Anderson2012-05-07
* Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o...Owen Anderson2012-05-07
* Fix a regression from r147481. This combine should only happen if there is aChad Rosier2012-05-07
* X86: optimization for -(x != 0)Manman Ren2012-05-07
* Add support for the 'l' constraint.Eric Christopher2012-05-07
* Add support for the 'c' constraint.Eric Christopher2012-05-07
* Add support for the 'P' constraint.Eric Christopher2012-05-07
* Add support for the 'O' constraint.Eric Christopher2012-05-07
* Add support for the 'N' inline asm constraint.Eric Christopher2012-05-07
* Add support for the 'L' inline asm constraint.Eric Christopher2012-05-07
* Add support for the inline asm constraint 'K'.Eric Christopher2012-05-07
* Add SSE4A MOVNTSS/MOVNTSD instructions.Craig Topper2012-05-07
* Support the 'J' constraint.Eric Christopher2012-05-07
* Add support for the 'I' inline asm constraint. Also add testsEric Christopher2012-05-07
* Switch the select to branch transformation on by default.Benjamin Kramer2012-05-06
* CodeGenPrepare: Add a transform to turn selects into branches in some cases.Benjamin Kramer2012-05-05
* Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for c...Stepan Dyatkovskiy2012-05-05
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04
* Added missing CMN case in Thumb2SizeReduction pass so that LLVM emits 16-bits...Sebastian Pop2012-05-04
* Allow v16i16 and v32i8 shuffles to be rewritten as narrower shuffles.Craig Topper2012-05-04
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-03
* remove calls to calloc if the allocated memory is not used (it was already be...Nuno Lopes2012-05-03
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-03
* add support for calloc to objectsize loweringNuno Lopes2012-05-03
* Fixed disassembler for vstm/vldm ARM VFP instructions.Silviu Baranga2012-05-03
* Fix 256-bit vpshuflw and vpshufhw immediate encoding to handle undefs in the ...Craig Topper2012-05-03
* Fix two-address pass's aggressive instruction commuting heuristics. It's meantEvan Cheng2012-05-03
* Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...Owen Anderson2012-05-02
* Teach DAG combine that multiplication by 1.0 can always be constant folded.Owen Anderson2012-05-02
* ARM: Add missing two-operand VBIC aliases.Jim Grosbach2012-05-02
* Revert r155853Manman Ren2012-05-02
* The value held in the vector may be RAUW'ed by some of the canonicalizationBill Wendling2012-05-02
* Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.Richard Barton2012-05-02
* Add support for selecting AVX2 vpshuflw and vpshufhw. Add decoding support fo...Craig Topper2012-05-02
* Strip the pointer casts off of allocas so that the selection DAG can find them.Bill Wendling2012-05-01
* ARM: Add a few missing add->sub aliases w/ 'w' suffix.Jim Grosbach2012-05-01
* ARM: allow vanilla expressions for movw/movt.Jim Grosbach2012-05-01
* MC: Unknown assembler directives are now hard errors.Jim Grosbach2012-05-01
* X86: optimization for max-like structManman Ren2012-05-01
* X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...Alexey Samsonov2012-05-01
* Regression test for PR2960.Jay Foad2012-05-01
* An instruction in a loop is not guaranteed to be executed just because the loopNick Lewycky2012-05-01