aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Make size computation less brittle.Rafael Espindola2011-05-275-5/+21
* Make room for register allocation to improve.Jakob Stoklund Olesen2011-05-271-1/+1
* Don't use movw / movt for iOS static codegen for now to workaround some tools...Evan Cheng2011-05-271-4/+4
* Delete a test that is no longer relevant.Jakob Stoklund Olesen2011-05-271-52/+0
* Add iOS testEvan Cheng2011-05-271-10/+29
* And fix the test in r132194.Eli Friedman2011-05-271-1/+1
* Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076Eli Friedman2011-05-271-0/+9
* Select DW_AT_const_value size based on variable size.Devang Patel2011-05-271-0/+29
* Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.Cameron Zwarich2011-05-271-0/+53
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-262-15/+37
* During branch folding avoid inserting redundant DBG_VALUE machine instructions.Devang Patel2011-05-261-0/+92
* Add support for C++ exception handling.Akira Hatanaka2011-05-261-8/+8
* Fix test on Windows.Eli Friedman2011-05-261-2/+2
* Reverting 132105: it broke some LLVM-GCC DejaGNU tests.Stuart Hastings2011-05-261-35/+0
* Correctly handle a one-word struct passed byval on x86_64.Stuart Hastings2011-05-261-0/+35
* Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman2011-05-252-7/+79
* Define WeakRefDirective.Akira Hatanaka2011-05-251-0/+12
* Implement the 'm' modifier. Note that it only works for memory operands.Eric Christopher2011-05-251-0/+11
* Custom-lower FCOPYSIGN nodes.Akira Hatanaka2011-05-252-0/+59
* Make tTAILJMPr/tTAILJMPrND emit a tBX without a preceding MOV of PC to LR. ThisCameron Zwarich2011-05-251-0/+4
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-251-3/+3
* Fix lowering of DYNAMIC_STACKALLOC nodes.Akira Hatanaka2011-05-251-0/+31
* Implement the arm 'L' asm modifier.Eric Christopher2011-05-241-0/+8
* Implement the immediate part of the 'B' modifier.Eric Christopher2011-05-241-1/+9
* Add support for the arm 'y' asm modifier.Eric Christopher2011-05-241-0/+15
* Test case for r132003.Akira Hatanaka2011-05-241-0/+23
* Fix test case.Akira Hatanaka2011-05-241-3/+3
* Revision 131986 test case.Akira Hatanaka2011-05-241-0/+136
* Fix the defaults for .eh_frame. We were marking it as writable.Rafael Espindola2011-05-241-0/+5
* - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng2011-05-241-0/+15
* Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.Akira Hatanaka2011-05-231-0/+8
* When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman2011-05-231-0/+18
* Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka2011-05-231-40/+34
* Test case for r131908.Devang Patel2011-05-231-0/+102
* While replacing all uses of a SDValue with another value, do not forget to tr...Devang Patel2011-05-231-0/+48
* Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran...Cameron Zwarich2011-05-231-5/+8
* RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...Renato Golin2011-05-221-4/+20
* Implement mulo x, 2 -> addo x, x in DAGCombiner.Benjamin Kramer2011-05-211-0/+24
* Merge and FileCheckize test cases.Benjamin Kramer2011-05-213-45/+48
* Add fast-isel support for byval calls on x86.Eli Friedman2011-05-201-3/+19
* Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8 and friends.Stuart Hastings2011-05-201-0/+22
* Make $fp and $ra callee-saved registers and let PrologEpilogInserter handleAkira Hatanaka2011-05-201-2/+2
* Fixed regression due to commit 131709, which disables vararg tail call optimi...Chad Rosier2011-05-201-12/+24
* Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.Benjamin Kramer2011-05-201-1/+1
* Fix PR9960 by teaching SimpleRegisterCoalescing::AdjustCopiesBackFrom() to pr...Cameron Zwarich2011-05-201-0/+31
* Fix bug in which nodes that write to argument registers do not get glued with...Akira Hatanaka2011-05-201-5/+5
* Don't attempt to tail call optimize for Win64.Chad Rosier2011-05-201-2/+2
* Revert r131664 and fix it in instcombine instead. rdar://9467055Evan Cheng2011-05-201-19/+0
* Add fast-isel support for zeroext and signext ret instructions on x86.Eli Friedman2011-05-191-0/+38
* Oddly people want to use the 'r' constraint for fp constants on x86.Eric Christopher2011-05-191-0/+12