summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-cc-callee-pops.ll
Commit message (Expand)AuthorAge
* Change x86_fastcallcc to require inreg markers. This allows it to knownRafael Espindola2012-10-24
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-16
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Remove code that pad number of bytes to pop for X86_FastCall CC. The code doe...Evan Cheng2008-09-04
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-21
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-31
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-15
* Ensure that fastcall'ed function is correctly mangled & stack isAnton Korobeynikov2007-03-01
* Eliminate enable-x86-fastccChris Lattner2007-02-28
* fastcc -> fastcallChris Lattner2007-02-28
* fastcc -> fastcallChris Lattner2007-02-28
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* allow this to pass on non-x86 machinesChris Lattner2006-07-26
* update testcases for x86 fastcc changes.Chris Lattner2006-03-18
* new testcaseChris Lattner2005-05-13