summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/call-tc.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-10/+10
* [Thumb] Teach ISel how to lower compares of AND bitmasks efficientlySjoerd Meijer2016-12-151-1/+1
* Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"James Molloy2016-11-031-1/+1
* [Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy2016-11-031-1/+1
* Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"James Molloy2016-09-141-1/+1
* [Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy2016-09-131-1/+1
* Revert r281215, it caused PR30358.Nico Weber2016-09-121-1/+1
* [Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy2016-09-121-1/+1
* [ARM] Generate consistent frame records for Thumb2Oliver Stannard2016-08-231-10/+10
* Don't print (PLT) on arm.Rafael Espindola2016-06-161-5/+5
* ARM: stop emitting blx instructions for most calls on MachO.Tim Northover2016-05-101-4/+4
* [ARM] Enable shrink-wrapping by default.Quentin Colombet2015-11-181-3/+5
* Revert "[ARM] Enable shrink-wrapping by default."Renato Golin2015-11-121-5/+3
* [ARM] Enable shrink-wrapping by default.Quentin Colombet2015-11-111-3/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-3/+3
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-301-3/+3
* ARM: remove ancient -arm-tail-calls optionSaleem Abdulrasool2014-03-111-3/+3
* 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
OpenPOWER on IntegriCloud