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
Age
Commit message (
Expand
)
Author
2013-04-01
X86TTI: Add accurate costs for itofp operations, based on the actual instruct...
Benjamin Kramer
2013-03-31
X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.
Benjamin Kramer
2013-03-30
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-28
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
Enhance boolean simplification to handle 16-/64-bit RDRAND
Michael Liao
2013-03-28
Skip moving call address loading into callseq when targets prefer register in...
Michael Liao
2013-03-28
Add the X86 FMAs to the scheduling model.
Nadav Rotem
2013-03-28
Add the Haswell machine model.
Nadav Rotem
2013-03-28
Remove the unused port from the SandyBridge machine model
Nadav Rotem
2013-03-28
Add ADX CPUID detection
Michael Liao
2013-03-28
Make Win32 put the SRet address into EAX, fixes PR15556
Timur Iskhodzhanov
2013-03-27
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2013-03-27
[ms-inline asm] Add support of imm displacement before bracketed memory
Chad Rosier
2013-03-27
For the current Atom processor, the fastest way to handle a call
Preston Gurd
2013-03-27
Fix typo (common to both X86 and PPC)
Hal Finkel
2013-03-26
Add XTEST codegen support
Michael Liao
2013-03-26
Add HLE target feature
Michael Liao
2013-03-26
Enable SandyBridgeModel for all modern Intel P6 descendants.
Jakob Stoklund Olesen
2013-03-26
Annotate the remaining x86 instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
Annotate x87 and mmx instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
Annotate control instructions with SchedRW lists.
Jakob Stoklund Olesen
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-25
Revise alignment checking/calculation on 256-bit unaligned memory access
Michael Liao
2013-03-25
Add a scheduling model for Intel Sandy Bridge microarchitecture.
Jakob Stoklund Olesen
2013-03-25
Remove IIC_DEFAULT from X86Schedule.td
Jakob Stoklund Olesen
2013-03-25
Annotate X86InstrCompiler.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-25
Annotate shifts and rotates with SchedRW lists.
Jakob Stoklund Olesen
2013-03-25
X86DisassemblerDecoder.c: Make this C89-compliant.
NAKAMURA Takumi
2013-03-25
Whitespace.
NAKAMURA Takumi
2013-03-25
x86 -- add the XTEST instruction
Dave Zarzycki
2013-03-25
x86 -- disassemble the REP/REPNE prefix when needed
Dave Zarzycki
2013-03-21
Add a WriteMicrocoded for ancient microcoded instructions.
Jakob Stoklund Olesen
2013-03-20
Model prefetches and barriers as loads.
Jakob Stoklund Olesen
2013-03-20
Add a catch-all WriteSystem SchedWrite type.
Jakob Stoklund Olesen
2013-03-20
Annotate the remaining SSE MOV instructions.
Jakob Stoklund Olesen
2013-03-20
Annotate SSE horizontal and integer instructions.
Jakob Stoklund Olesen
2013-03-20
Correct cost model for vector shift on AVX2
Michael Liao
2013-03-20
Add some missing SSE annotations.
Jakob Stoklund Olesen
2013-03-20
Annotate remaining IIC_BIN_* instructions.
Jakob Stoklund Olesen
2013-03-20
Fix PR15296
Michael Liao
2013-03-20
Mark all variable shifts needing customizing
Michael Liao
2013-03-20
Move scalar immediate shift lowering into a dedicated func
Michael Liao
2013-03-19
Annotate various null idioms with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
Annotate SSE float conversions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
Annotate X86InstrCMovSetCC.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
[ms-inline asm] Move the immediate asm rewrite into the target specific
Chad Rosier
2013-03-19
Annotate X86InstrCompiler.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
[ms-inline asm] Create a helper function, CreateMemForInlineAsm, that creates
Chad Rosier
[next]