summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Revert commit r157966Joel Jones2012-06-05
* This change handles a another case for generating the bic instruction Joel Jones2012-06-04
* When gvn decides to replace an instruction with another, we have to patch theRafael Espindola2012-06-04
* Add a test case for mips64 unaligned load/store instructions.Akira Hatanaka2012-06-04
* Rename test/CodeGen/Mips/load-shift-left-right.ll.Akira Hatanaka2012-06-04
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-04
* Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel2012-06-04
* Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper2012-06-03
* Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...Craig Topper2012-06-03
* Revert r157831Manman Ren2012-06-03
* Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...Craig Topper2012-06-03
* ARM: add testing case for struct byvalManman Ren2012-06-02
* Add another test case which tests Mips' unaligned load/store instructions.Akira Hatanaka2012-06-02
* Fix test cases in test/CodeGen/Mips.Akira Hatanaka2012-06-02
* Use dominates(Instruction, Use) in the verifier.Rafael Espindola2012-06-01
* X86: peephole optimization to remove cmp instructionManman Ren2012-06-01
* Add some tests checking that the verifier rejects cases where a definitionRafael Espindola2012-06-01
* testcase for PR13006, thanks to Duncan for filing it.Chris Lattner2012-06-01
* BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...Nuno Lopes2012-06-01
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-01
* Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...Craig Topper2012-06-01
* enhance the logic for looking through tailcalls to look through transparent c...Chris Lattner2012-06-01
* enhance getNoopInput to know about vector<->vector bitcasts of legalChris Lattner2012-06-01
* add some simple 64-bit tail call tests.Chris Lattner2012-06-01
* merge some tests.Chris Lattner2012-06-01
* rename testChris Lattner2012-06-01
* Add support for enum forward declarations.Eric Christopher2012-06-01
* add -bounds-checking-multiple-traps option to make one trap BB per checkNuno Lopes2012-05-31
* revamp BoundsChecking considerably:Nuno Lopes2012-05-31
* Make this testcase independent of register allocation.Owen Anderson2012-05-31
* X86: replace SUB with CMP if possibleManman Ren2012-05-31
* Fix typos noticed by Benjamin Kramer.Rafael Espindola2012-05-31
* Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola2012-05-31
* Added FMA3 Intel instructions.Elena Demikhovsky2012-05-31
* Enhance the sinking code to handle diamond patterns. Patch byDuncan Sands2012-05-31
* Add intrinsic for pclmulqdq instruction.Craig Topper2012-05-31
* Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.Akira Hatanaka2012-05-31
* Prioritize smaller register classes for urgent evictions.Jakob Stoklund Olesen2012-05-30
* Add support for the mips inline asm 'm' output modifier.Eric Christopher2012-05-30
* Switch the canonical FMA term operand order to match both the comment I wrote...Owen Anderson2012-05-30
* Teach DAGCombine to canonicalize the position of a constant in the term opera...Owen Anderson2012-05-30
* Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer2012-05-30
* it's pointed out that R11 can be used for magic things, and doing things just...Chris Lattner2012-05-30
* Extend the (abi-irrelevant) return convention to be able to return more than ...Chris Lattner2012-05-30
* [arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.Chad Rosier2012-05-30
* [asan] instrument cmpxchg and atomicrmwKostya Serebryany2012-05-30
* SCEV: Handle a corner case reducing AddRecExpr * AddRecExprAndrew Trick2012-05-30
* Teach taildup to update livein set. rdar://11538365Evan Cheng2012-05-30
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-30