aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-081-0/+78
* X86: optimize generated code for integer ABSManman Ren2012-06-071-6/+10
* Use a base register instead of an index register with the local dynamic model.Rafael Espindola2012-06-071-1/+1
* X86: replace SUB with CMP if possibleManman Ren2012-06-071-0/+11
* Revert r157755.Manman Ren2012-06-061-11/+0
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-06-063-2/+170
* Revert commit r157966Joel Jones2012-06-051-19/+0
* This change handles a another case for generating the bic instruction Joel Jones2012-06-041-0/+19
* Add a test case for mips64 unaligned load/store instructions.Akira Hatanaka2012-06-041-0/+73
* Rename test/CodeGen/Mips/load-shift-left-right.ll.Akira Hatanaka2012-06-041-0/+0
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+16
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-0415-22/+22
* Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel2012-06-042-3/+3
* Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper2012-06-031-1/+1
* Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...Craig Topper2012-06-032-148/+148
* Revert r157831Manman Ren2012-06-031-19/+0
* Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...Craig Topper2012-06-031-2/+2
* ARM: add testing case for struct byvalManman Ren2012-06-021-0/+32
* Add another test case which tests Mips' unaligned load/store instructions.Akira Hatanaka2012-06-021-0/+29
* Fix test cases in test/CodeGen/Mips.Akira Hatanaka2012-06-023-25/+17
* X86: peephole optimization to remove cmp instructionManman Ren2012-06-011-0/+19
* testcase for PR13006, thanks to Duncan for filing it.Chris Lattner2012-06-011-0/+7
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-012-0/+79
* Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...Craig Topper2012-06-011-66/+0
* enhance the logic for looking through tailcalls to look through transparent c...Chris Lattner2012-06-011-0/+46
* enhance getNoopInput to know about vector<->vector bitcasts of legalChris Lattner2012-06-011-0/+22
* add some simple 64-bit tail call tests.Chris Lattner2012-06-011-0/+21
* merge some tests.Chris Lattner2012-06-013-13/+13
* rename testChris Lattner2012-06-011-0/+0
* Make this testcase independent of register allocation.Owen Anderson2012-05-311-2/+2
* X86: replace SUB with CMP if possibleManman Ren2012-05-311-0/+11
* Added FMA3 Intel instructions.Elena Demikhovsky2012-05-312-0/+198
* Add intrinsic for pclmulqdq instruction.Craig Topper2012-05-311-1/+10
* Prioritize smaller register classes for urgent evictions.Jakob Stoklund Olesen2012-05-301-0/+9
* Add support for the mips inline asm 'm' output modifier.Eric Christopher2012-05-301-0/+6
* Switch the canonical FMA term operand order to match both the comment I wrote...Owen Anderson2012-05-301-1/+1
* Teach DAGCombine to canonicalize the position of a constant in the term opera...Owen Anderson2012-05-301-0/+9
* it's pointed out that R11 can be used for magic things, and doing things just...Chris Lattner2012-05-302-17/+16
* Extend the (abi-irrelevant) return convention to be able to return more than ...Chris Lattner2012-05-301-0/+17
* [arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.Chad Rosier2012-05-301-0/+100
* Teach taildup to update livein set. rdar://11538365Evan Cheng2012-05-301-0/+140
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-301-0/+14
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-291-2/+39
* Add llvm.fabs intrinsic.Peter Collingbourne2012-05-281-0/+21
* These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner2012-05-273-24/+26
* SelectionDAGBuilder: When emitting small compare chains for switches order th...Benjamin Kramer2012-05-261-0/+37
* [NVPTX] Add a new test case for the newly-enabled call handlingJustin Holewinski2012-05-251-0/+26
* test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible....NAKAMURA Takumi2012-05-251-12/+0
* test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-alig...NAKAMURA Takumi2012-05-251-2/+2
* Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman2012-05-251-6/+35