index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86InstrInfo.td
Age
Commit message (
Expand
)
Author
2013-03-28
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
Skip moving call address loading into callseq when targets prefer register in...
Michael Liao
2013-03-26
Add XTEST codegen support
Michael Liao
2013-03-26
Add HLE target feature
Michael Liao
2013-03-26
Annotate the rest of X86InstrInfo.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
Add PREFETCHW codegen support
Michael Liao
2013-03-21
Add a WriteMicrocoded for ancient microcoded instructions.
Jakob Stoklund Olesen
2013-03-19
Annotate a lot of X86InstrInfo.td with SchedRW lists.
Jakob Stoklund Olesen
2013-02-25
[ms-inline asm] Add support for the pushad/popad mnemonics.
Chad Rosier
2013-02-14
added basic support for Intel ADX instructions
Kay Tiong Khoo
2013-02-01
Two changes relevant to LEA and x32:
David Sehr
2013-01-07
Remove # from the beginning and end of def names.
Craig Topper
2013-01-02
Adds missing aliases for fcom and fcomp instructions without arguments.
Kevin Enderby
2012-12-27
Add mayLoad, mayStore, and hasSideEffects tags to BT/BTS/BTR/BTC instructions...
Craig Topper
2012-12-26
Fix operands and encoding form for ARPL instruction. Register form had and ...
Craig Topper
2012-12-26
Mark all the _REV instructions as not having side effects. They aren't really...
Craig Topper
2012-12-17
Remove EFLAGS from the BLSI/BLSMSK/BLSR patterns. The nodes created by DAG co...
Craig Topper
2012-11-14
X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.
Jim Grosbach
2012-11-08
Add support of RTM from TSX extension
Michael Liao
2012-10-15
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-09
Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...
Craig Topper
2012-09-26
Remove hasNoAVX method. Can just invert hasAVX instead.
Craig Topper
2012-09-21
Revise td of X86 atomic instructions
Michael Liao
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-09-10
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-08-30
Introduce 'UseSSEx' to force SSE legacy encoding
Michael Liao
2012-08-27
Add HasAVX1Only predicate and use it for patterns that have an AVX1 instructi...
Craig Topper
2012-08-24
X86MemBarrier has unmodeled side effects.
Jakob Stoklund Olesen
2012-07-18
Make x86 asm parser to check for xmm vs ymm for index register in gather inst...
Craig Topper
2012-07-12
Give the rdrand instructions a SideEffect flag and a chain so MachineCSE and ...
Benjamin Kramer
2012-07-12
Add intrinsics for Ivy Bridge's rdrand instruction.
Benjamin Kramer
2012-06-29
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-03
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-05-31
X86: Rename the CLMUL target feature to PCLMUL.
Benjamin Kramer
2012-05-10
Added X86 Atom latencies for instructions in X86InstrInfo.td.
Preston Gurd
2012-05-09
Use ptr_rc_tailcall instead of GR32_TC.
Jakob Stoklund Olesen
2012-04-27
X86: Don't emit conditional floating point moves on when targeting pre-pentiu...
Benjamin Kramer
2012-04-03
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-03-06
Fix the operand ordering on aliases for shld and shrd. PR12173, part 2.
Eli Friedman
2012-03-05
Make aliases for shld and shrd match gas. PR12173.
Eli Friedman
2012-02-27
Add q suffix aliases for the fistp and fisttp mnemonics.
Chad Rosier
2012-02-24
Add WIN_FTOL_* psudo-instructions to model the unique calling convention
Michael J. Spencer
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
Add X86 assembler and disassembler support for AMD SVM instructions. Original...
Craig Topper
2012-02-16
Use the same CALL instructions for Windows as for everything else.
Jakob Stoklund Olesen
2012-01-17
Intel syntax: Fix parser match class to check memory operand size.
Devang Patel
2012-01-16
Get rid of unused codegen-only instruction.
Eli Friedman
[next]