summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/call-tc.ll
AgeCommit message (Expand)Author
2016-12-15[Thumb] Teach ISel how to lower compares of AND bitmasks efficientlySjoerd Meijer
2016-11-03Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"James Molloy
2016-11-03[Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy
2016-09-14Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"James Molloy
2016-09-13[Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy
2016-09-12Revert r281215, it caused PR30358.Nico Weber
2016-09-12[Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy
2016-08-23[ARM] Generate consistent frame records for Thumb2Oliver Stannard
2016-06-16Don't print (PLT) on arm.Rafael Espindola
2016-05-10ARM: stop emitting blx instructions for most calls on MachO.Tim Northover
2015-11-18[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-11-12Revert "[ARM] Enable shrink-wrapping by default."Renato Golin
2015-11-11[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-05-30ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover
2014-03-11ARM: remove ancient -arm-tail-calls optionSaleem Abdulrasool
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-05-13Correctly preserve the input chain for potential tailcall nodes whoseLang Hames
2013-03-09Test case hygiene.Benjamin Kramer
2012-04-10Add proper checks.Evan Cheng
2012-04-10Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng
2012-03-30ARM target should allow codegenprep to duplicate ret instructions to enable t...Evan Cheng
2011-12-20ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng
2011-10-07Reenable tail calls for iOS 5.0 and later.Bob Wilson
2011-07-08Use ARMPseudoExpand for ARM tail calls.Jim Grosbach
2011-05-25Make tTAILJMPr/tTAILJMPrND emit a tBX without a preceding MOV of PC to LR. ThisCameron Zwarich
2011-05-23Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran...Cameron Zwarich
2011-03-15Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach
2011-01-25Don't merge restore with tail call instruction.Evan Cheng
2010-11-30Enable sibling call optimization of libcalls which are expanded duringEvan Cheng
2010-08-13Temporarily disable tail calls on ARM to work around some linker problems.Bob Wilson
2010-07-08Changes to ARM tail calls, mostly cosmetic.Dale Johannesen
2010-06-19Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi...Evan Cheng
2010-06-18Enable tail calls on ARM by default, with someDale Johannesen