aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/call-tc.ll
Commit message (Expand)AuthorAgeFilesLines
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-16/+16
* Correctly preserve the input chain for potential tailcall nodes whoseLang Hames2013-05-131-0/+17
* Test case hygiene.Benjamin Kramer2013-03-091-1/+0
* Add proper checks.Evan Cheng2012-04-101-1/+5
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-101-0/+21
* ARM target should allow codegenprep to duplicate ret instructions to enable t...Evan Cheng2012-03-301-0/+42
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-201-2/+2
* Reenable tail calls for iOS 5.0 and later.Bob Wilson2011-10-071-0/+4
* Use ARMPseudoExpand for ARM tail calls.Jim Grosbach2011-07-081-11/+11
* Make tTAILJMPr/tTAILJMPrND emit a tBX without a preceding MOV of PC to LR. ThisCameron Zwarich2011-05-251-0/+4
* Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran...Cameron Zwarich2011-05-231-5/+8
* Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach2011-03-151-1/+1
* Don't merge restore with tail call instruction.Evan Cheng2011-01-251-0/+22
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-301-29/+45
* Temporarily disable tail calls on ARM to work around some linker problems.Bob Wilson2010-08-131-0/+1
* Changes to ARM tail calls, mostly cosmetic.Dale Johannesen2010-07-081-2/+11
* Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi...Evan Cheng2010-06-191-4/+7
* Enable tail calls on ARM by default, with someDale Johannesen2010-06-181-0/+36