index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86InstrCompiler.td
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-03-25
Annotate X86InstrCompiler.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
Annotate X86InstrCompiler.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
Remove an invalid and unnecessary Pat pattern from the X86 backend:
Ulrich Weigand
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-23
X86: Disable cmov-memory patterns on subtargets without cmov.
Benjamin Kramer
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-22
Fix an issue of pseudo atomic instruction DAG schedule
Michael Liao
2013-01-07
Remove # from the beginning and end of def names.
Craig Topper
2012-12-26
Add hasSideEffects=0 to some atomic instructions.
Craig Topper
2012-11-14
Fix nacl.read.tp() intrinsic to not generate "addl %gs:0, %REG"
Mark Seaborn
2012-11-14
Rename NotNaCl to IsNotNacl, for consistency with other similarly-named predi...
JF Bastien
2012-10-16
Merge commit '320db3f8052c9f506d9ea043ba5da534df40aa08'
Derek Schuff
2012-10-15
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-07
X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...
Benjamin Kramer
2012-10-05
Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...
Craig Topper
2012-10-05
Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...
Craig Topper
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-26
Add 'lock' prefix output support in assembly printer
Michael Liao
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-22
Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'
Michael Liao
2012-09-22
Fix typo in r164357
Michael Liao
2012-09-21
Fix a typo in r164357
Michael Liao
2012-09-21
Revise td of X86 atomic instructions
Michael Liao
2012-09-20
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-13
Fix the TCRETURNmi64 bug differently.
Jakob Stoklund Olesen
2012-09-13
Revert r163761 "Don't fold indexed loads into TCRETURNmi64."
Jakob Stoklund Olesen
2012-09-13
Don't fold indexed loads into TCRETURNmi64.
Jakob Stoklund Olesen
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-05-09
Use ptr_rc_tailcall instead of GR32_TC.
Jakob Stoklund Olesen
2012-05-07
X86: optimization for -(x != 0)
Manman Ren
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-03-29
Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...
Lang Hames
2012-03-19
This patch adds X86 instruction itineraries for non-pseudo opcodes in
Preston Gurd
2012-02-24
Add WIN_FTOL_* psudo-instructions to model the unique calling convention
Michael J. Spencer
2012-02-16
Use the same CALL instructions for Windows as for everything else.
Jakob Stoklund Olesen
2012-01-16
Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.
Eli Friedman
2012-01-16
Get rid of unused codegen-only instruction.
Eli Friedman
2012-01-12
X86: Generalize the x << (y & const) optimization to also catch masks with mo...
Benjamin Kramer
2011-12-24
Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to the
Chandler Carruth
2011-12-20
Begin teaching the X86 target how to efficiently codegen patterns that
Chandler Carruth
2011-10-26
Fixes an issue reported by -verify-machineinstrs.
Rafael Espindola
2011-10-26
This commit introduces two fake instructions MORESTACK_RET and
Rafael Espindola
2011-09-13
Fix the assembler strings for a couple of atomic instructions. Doesn't reall...
Eli Friedman
2011-09-07
Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...
Eli Friedman
2011-09-02
Pseudo CMOV instructions don't clobber EFLAGS.
Jakob Stoklund Olesen
2011-08-30
Adds a SelectionDAG node X86SegAlloca which will be custom lowered
Rafael Espindola
2011-08-26
Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.
Eli Friedman
[next]