aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrControl.td
Commit message (Expand)AuthorAgeFilesLines
* Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets.NAKAMURA Takumi2011-03-241-0/+10
* Target/X86: Tweak win64's tailcall.NAKAMURA Takumi2011-01-261-6/+7
* Fix whitespace.NAKAMURA Takumi2011-01-261-20/+19
* Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng2011-01-031-1/+1
* Migrate X86InstrControl.td to use PseudoI and fix a couple of 80-col violationsEric Christopher2010-11-301-19/+15
* accept lret as an alias for lretl, fixing the reopened part of PR8592Chris Lattner2010-11-121-2/+2
* implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix.Chris Lattner2010-11-121-0/+2
* Added a handful of x86-32 instructions that were missing so that llvm-mc wouldKevin Enderby2010-10-181-0/+5
* continue moving stuff out to X86InstrSystem.td. MoveChris Lattner2010-10-051-0/+291