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