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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix SRet for thiscall in i686-pc-win32
Timur Iskhodzhanov
2013-04-03
1
-2
/
+2
*
Formatting.
Eric Christopher
2013-04-02
1
-2
/
+1
*
[ms-inline asm] Add support for parsing variables with namespace alias
Chad Rosier
2013-04-02
1
-0
/
+54
*
[fast-isel] Use the correct API to disable FastLowerArguments for Win64.
Chad Rosier
2013-04-02
1
-1
/
+1
*
The divide unit is not pipeline, but it is still buffered.
Andrew Trick
2013-04-02
2
-4
/
+4
*
X86TTI: Add accurate costs for itofp operations, based on the actual instruct...
Benjamin Kramer
2013-04-01
1
-4
/
+27
*
X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.
Benjamin Kramer
2013-03-31
1
-0
/
+1
*
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
2013-03-30
1
-1
/
+1
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-1
/
+0
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
6
-7
/
+51
*
Enhance boolean simplification to handle 16-/64-bit RDRAND
Michael Liao
2013-03-28
1
-4
/
+9
*
Skip moving call address loading into callseq when targets prefer register in...
Michael Liao
2013-03-28
4
-16
/
+7
*
Add the X86 FMAs to the scheduling model.
Nadav Rotem
2013-03-28
2
-2
/
+6
*
Add the Haswell machine model.
Nadav Rotem
2013-03-28
3
-1
/
+128
*
Remove the unused port from the SandyBridge machine model
Nadav Rotem
2013-03-28
1
-1
/
+0
*
Add ADX CPUID detection
Michael Liao
2013-03-28
1
-0
/
+4
*
Make Win32 put the SRet address into EAX, fixes PR15556
Timur Iskhodzhanov
2013-03-28
2
-9
/
+16
*
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2013-03-27
1
-0
/
+9
*
[ms-inline asm] Add support of imm displacement before bracketed memory
Chad Rosier
2013-03-27
1
-15
/
+52
*
For the current Atom processor, the fastest way to handle a call
Preston Gurd
2013-03-27
4
-1
/
+25
*
Fix typo (common to both X86 and PPC)
Hal Finkel
2013-03-27
1
-1
/
+1
*
Add XTEST codegen support
Michael Liao
2013-03-26
4
-1
/
+22
*
Add HLE target feature
Michael Liao
2013-03-26
4
-1
/
+14
*
Enable SandyBridgeModel for all modern Intel P6 descendants.
Jakob Stoklund Olesen
2013-03-26
2
-34
/
+44
*
Annotate the remaining x86 instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
3
-10
/
+10
*
Annotate x87 and mmx instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
2
-31
/
+71
*
Annotate control instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
1
-28
/
+41
*
Annotate the rest of X86InstrInfo.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
1
-27
/
+43
*
Add PREFETCHW codegen support
Michael Liao
2013-03-26
5
-5
/
+21
*
Revise alignment checking/calculation on 256-bit unaligned memory access
Michael Liao
2013-03-25
1
-7
/
+6
*
Add a scheduling model for Intel Sandy Bridge microarchitecture.
Jakob Stoklund Olesen
2013-03-25
1
-0
/
+123
*
Remove IIC_DEFAULT from X86Schedule.td
Jakob Stoklund Olesen
2013-03-25
5
-78
/
+76
*
Annotate X86InstrCompiler.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-25
1
-10
/
+20
*
Annotate shifts and rotates with SchedRW lists.
Jakob Stoklund Olesen
2013-03-25
1
-17
/
+37
*
X86DisassemblerDecoder.c: Make this C89-compliant.
NAKAMURA Takumi
2013-03-25
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-03-25
1
-160
/
+160
*
x86 -- add the XTEST instruction
Dave Zarzycki
2013-03-25
4
-31
/
+30
*
x86 -- disassemble the REP/REPNE prefix when needed
Dave Zarzycki
2013-03-25
1
-7
/
+20
*
Add a WriteMicrocoded for ancient microcoded instructions.
Jakob Stoklund Olesen
2013-03-21
2
-0
/
+7
*
Model prefetches and barriers as loads.
Jakob Stoklund Olesen
2013-03-20
1
-1
/
+4
*
Add a catch-all WriteSystem SchedWrite type.
Jakob Stoklund Olesen
2013-03-20
3
-1
/
+28
*
Annotate the remaining SSE MOV instructions.
Jakob Stoklund Olesen
2013-03-20
1
-25
/
+45
*
Annotate SSE horizontal and integer instructions.
Jakob Stoklund Olesen
2013-03-20
1
-16
/
+26
*
Correct cost model for vector shift on AVX2
Michael Liao
2013-03-20
1
-0
/
+23
*
Add some missing SSE annotations.
Jakob Stoklund Olesen
2013-03-20
1
-8
/
+18
*
Annotate remaining IIC_BIN_* instructions.
Jakob Stoklund Olesen
2013-03-20
1
-5
/
+10
*
Fix PR15296
Michael Liao
2013-03-20
1
-119
/
+199
*
Mark all variable shifts needing customizing
Michael Liao
2013-03-20
1
-28
/
+29
*
Move scalar immediate shift lowering into a dedicated func
Michael Liao
2013-03-20
1
-5
/
+20
*
Annotate various null idioms with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
1
-4
/
+4
[next]