| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -65/+64 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -47/+72 |
* | Add hadSideEffects=0 to some instructions. | Craig Topper | 2013-09-03 | 1 | -1/+4 |
* | Skip moving call address loading into callseq when targets prefer register in... | Michael Liao | 2013-03-28 | 1 | -2/+3 |
* | Annotate control instructions with SchedRW lists. | Jakob Stoklund Olesen | 2013-03-26 | 1 | -28/+41 |
* | Mark X86::RET and RETI instructions as variadic. | Jakob Stoklund Olesen | 2012-08-24 | 1 | -2/+5 |
* | Make X86 call and return instructions non-variadic. | Jakob Stoklund Olesen | 2012-07-04 | 1 | -24/+24 |
* | Use ptr_rc_tailcall instead of GR32_TC. | Jakob Stoklund Olesen | 2012-05-09 | 1 | -2/+2 |
* | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis | 2012-04-11 | 1 | -5/+10 |
* | X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ... | Craig Topper | 2012-02-27 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Use the same CALL instructions for Windows as for everything else. | Jakob Stoklund Olesen | 2012-02-16 | 1 | -47/+22 |
* | Enable register mask operands for x86 calls. | Jakob Stoklund Olesen | 2012-02-16 | 1 | -27/+5 |
* | Instruction scheduling itinerary for Intel Atom. | Andrew Trick | 2012-02-01 | 1 | -50/+56 |
* | Handle call-clobbered ymm registers on Win64. | Jakob Stoklund Olesen | 2012-01-26 | 1 | -1/+1 |
* | Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax. | Devang Patel | 2012-01-20 | 1 | -1/+3 |
* | Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets. | NAKAMURA Takumi | 2011-03-24 | 1 | -0/+10 |
* | Target/X86: Tweak win64's tailcall. | NAKAMURA Takumi | 2011-01-26 | 1 | -6/+7 |
* | Fix whitespace. | NAKAMURA Takumi | 2011-01-26 | 1 | -20/+19 |
* | Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack in | Evan Cheng | 2011-01-03 | 1 | -1/+1 |
* | Migrate X86InstrControl.td to use PseudoI and fix a couple of 80-col violations | Eric Christopher | 2010-11-30 | 1 | -19/+15 |
* | accept lret as an alias for lretl, fixing the reopened part of PR8592 | Chris Lattner | 2010-11-12 | 1 | -2/+2 |
* | implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix. | Chris Lattner | 2010-11-12 | 1 | -0/+2 |
* | Added a handful of x86-32 instructions that were missing so that llvm-mc would | Kevin Enderby | 2010-10-18 | 1 | -0/+5 |
* | continue moving stuff out to X86InstrSystem.td. Move | Chris Lattner | 2010-10-05 | 1 | -0/+291 |