index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86InstrCompiler.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-2
/
+2
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-118
/
+96
*
AVX-512: Implemented CMOV for 512-bit vectors
Elena Demikhovsky
2013-10-31
1
-0
/
+18
*
Revert part of a fix from 2010, changes since then:
Eric Christopher
2013-10-14
1
-1
/
+1
*
Remove some extraneous whitespace.
Eric Christopher
2013-10-14
1
-4
/
+0
*
Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...
Craig Topper
2013-07-21
1
-3
/
+4
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-06-01
1
-18
/
+12
*
Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as it
Eric Christopher
2013-05-31
1
-12
/
+18
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-05-31
1
-18
/
+12
*
X86: use sub-register sequences for MOV*r0 operations
Tim Northover
2013-05-30
1
-27
/
+9
*
X86: change zext moves to use sub-register infrastructure.
Tim Northover
2013-05-30
1
-11
/
+22
*
Annotate X86InstrCompiler.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-25
1
-10
/
+20
*
Annotate X86InstrCompiler.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
1
-8
/
+9
*
Remove an invalid and unnecessary Pat pattern from the X86 backend:
Ulrich Weigand
2013-03-19
1
-3
/
+0
*
X86: Disable cmov-memory patterns on subtargets without cmov.
Benjamin Kramer
2013-02-23
1
-6
/
+8
*
Fix an issue of pseudo atomic instruction DAG schedule
Michael Liao
2013-01-22
1
-1
/
+6
*
Remove # from the beginning and end of def names.
Craig Topper
2013-01-07
1
-128
/
+128
*
Add hasSideEffects=0 to some atomic instructions.
Craig Topper
2012-12-26
1
-1
/
+1
*
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
1
-0
/
+27
*
X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...
Benjamin Kramer
2012-10-07
1
-1
/
+8
*
Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...
Craig Topper
2012-10-05
1
-3
/
+2
*
Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...
Craig Topper
2012-10-05
1
-15
/
+9
*
Add 'lock' prefix output support in assembly printer
Michael Liao
2012-09-26
1
-33
/
+24
*
Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'
Michael Liao
2012-09-22
1
-14
/
+14
*
Fix typo in r164357
Michael Liao
2012-09-22
1
-1
/
+1
*
Fix a typo in r164357
Michael Liao
2012-09-21
1
-8
/
+8
*
Revise td of X86 atomic instructions
Michael Liao
2012-09-21
1
-199
/
+166
*
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-20
1
-7
/
+2
*
Fix the TCRETURNmi64 bug differently.
Jakob Stoklund Olesen
2012-09-13
1
-2
/
+21
*
Revert r163761 "Don't fold indexed loads into TCRETURNmi64."
Jakob Stoklund Olesen
2012-09-13
1
-7
/
+1
*
Don't fold indexed loads into TCRETURNmi64.
Jakob Stoklund Olesen
2012-09-13
1
-1
/
+7
*
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
1
-2
/
+12
*
Use ptr_rc_tailcall instead of GR32_TC.
Jakob Stoklund Olesen
2012-05-09
1
-2
/
+2
*
X86: optimization for -(x != 0)
Manman Ren
2012-05-07
1
-0
/
+6
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-4
/
+2
*
Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...
Lang Hames
2012-03-29
1
-23
/
+56
*
This patch adds X86 instruction itineraries for non-pseudo opcodes in
Preston Gurd
2012-03-19
1
-49
/
+58
*
Add WIN_FTOL_* psudo-instructions to model the unique calling convention
Michael J. Spencer
2012-02-24
1
-1
/
+17
*
Use the same CALL instructions for Windows as for everything else.
Jakob Stoklund Olesen
2012-02-16
1
-7
/
+2
*
Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.
Eli Friedman
2012-01-16
1
-1
/
+1
*
Get rid of unused codegen-only instruction.
Eli Friedman
2012-01-16
1
-9
/
+0
*
X86: Generalize the x << (y & const) optimization to also catch masks with mo...
Benjamin Kramer
2012-01-12
1
-21
/
+25
*
Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to the
Chandler Carruth
2011-12-24
1
-9
/
+0
*
Begin teaching the X86 target how to efficiently codegen patterns that
Chandler Carruth
2011-12-20
1
-0
/
+17
*
Fixes an issue reported by -verify-machineinstrs.
Rafael Espindola
2011-10-26
1
-2
/
+2
*
This commit introduces two fake instructions MORESTACK_RET and
Rafael Espindola
2011-10-26
1
-0
/
+18
*
Fix the assembler strings for a couple of atomic instructions. Doesn't reall...
Eli Friedman
2011-09-13
1
-2
/
+2
*
Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...
Eli Friedman
2011-09-07
1
-14
/
+26
*
Pseudo CMOV instructions don't clobber EFLAGS.
Jakob Stoklund Olesen
2011-09-02
1
-13
/
+3
*
Adds a SelectionDAG node X86SegAlloca which will be custom lowered
Rafael Espindola
2011-08-30
1
-0
/
+20
[next]