summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.Dan Gohman2012-05-10
* Revert: 156550 "ARM: peephole optimization to remove cmp instruction"Manman Ren2012-05-10
* teach DSE and isInstructionTriviallyDead() about callocNuno Lopes2012-05-10
* formatting change: strip debug info from testJoel Jones2012-05-10
* ARM: peephole optimization to remove cmp instructionManman Ren2012-05-10
* Fix a problem with incomplete equality testing of PHINodes in Joel Jones2012-05-10
* AVX2: Add an additional broadcast idiom.Nadav Rotem2012-05-10
* Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in t...Nadav Rotem2012-05-10
* Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman2012-05-09
* objectsize:Nuno Lopes2012-05-09
* Added a regress test for the bug #9964 before close it.Danil Malyshev2012-05-09
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* Fixed a typoFilipe Cabecinhas2012-05-09
* Add another peephole pattern for conditional moves.Akira Hatanaka2012-05-09
* Make register FP allocatable if the compiled function does not have dynamicAkira Hatanaka2012-05-09
* Expand 64-bit shifts if target ABI is O32.Akira Hatanaka2012-05-09
* 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