summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/call.ll
Commit message (Expand)AuthorAge
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-07
* Remove a tail call, and move some CHECKs to theDale Johannesen2010-06-04
* Fix pr6111: Avoid using the LR register for the target address of an indirectBob Wilson2010-02-16
* Fix some more failures by converting to FileCheck.Bob Wilson2009-10-27
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Remove llvm-upgrade.Tanya Lattner2008-02-17
* Implement PIC for arm-linux.Lauro Ramos Venancio2007-04-22
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-15
* ARM test cases contributed by Apple.Evan Cheng2007-01-19
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* add blxRafael Espindola2006-10-18
* implement CallingConv::Fast as CallingConv::CRafael Espindola2006-10-18
* fix some bugs affecting functions with no argumentsRafael Espindola2006-10-06
* implement function calling of functions with up to 4 argumentsRafael Espindola2006-07-25