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
*
X86: Decode PALIGN operands so I don't have to do it in my head.
Benjamin Kramer
2013-01-26
4
-1
/
+36
*
X86: Do splat promotion later, so the optimizer can chew on it first.
Benjamin Kramer
2013-01-26
1
-10
/
+10
*
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
2013-01-25
4
-18
/
+39
*
Moving Cost Tables up to share with other targets
Renato Golin
2013-01-24
1
-48
/
+11
*
Fix an issue of pseudo atomic instruction DAG schedule
Michael Liao
2013-01-22
2
-3
/
+8
*
X86: Make sure we account for the FMA4 register immediate value, otherwise ri...
Benjamin Kramer
2013-01-22
1
-1
/
+1
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
1
-3
/
+11
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-18
/
+30
*
Use <0 checks in place of ==-1 because it results in simpler code.
Craig Topper
2013-01-21
1
-3
/
+3
*
Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.
Craig Topper
2013-01-21
1
-6
/
+5
*
Remove trailing whitespace.
Craig Topper
2013-01-21
1
-9
/
+9
*
Fix some 80 column violations.
Craig Topper
2013-01-21
1
-7
/
+9
*
Make helper method static.
Craig Topper
2013-01-21
2
-4
/
+2
*
Convert more EVT's to MVT's in the lowering methods.
Craig Topper
2013-01-20
1
-23
/
+24
*
Capitalize lowerTRUNCATE so that it matches the other lower functions in this...
Craig Topper
2013-01-20
2
-3
/
+3
*
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-20
1
-66
/
+102
*
Make LowerVSETCC a static function and use MVT instead of EVT.
Craig Topper
2013-01-20
2
-63
/
+65
*
Revert 172708.
Nadav Rotem
2013-01-20
1
-26
/
+2
*
Make some helper methods static.
Craig Topper
2013-01-20
2
-9
/
+3
*
Remove DebugLoc argument from static function. It can easily be obtained from...
Craig Topper
2013-01-20
1
-4
/
+5
*
Use MVT instead of EVT in more instruction lowering code.
Craig Topper
2013-01-20
1
-17
/
+17
*
Use MVT instead of EVT in more of the shuffle lowering code.
Craig Topper
2013-01-19
1
-15
/
+15
*
Capitalize LowerVectorIntExtend to be consistent with all the other lower fun...
Craig Topper
2013-01-19
2
-3
/
+3
*
On Sandybridge split unaligned 256bit stores into two xmm-sized stores.
Nadav Rotem
2013-01-19
1
-9
/
+18
*
Use MVT instead of EVT when computing shuffle immediates since they can only ...
Craig Topper
2013-01-19
1
-10
/
+10
*
On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vin...
Nadav Rotem
2013-01-18
1
-1
/
+31
*
Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...
Craig Topper
2013-01-18
1
-6
/
+4
*
Minor formatting fix. No functional change.
Craig Topper
2013-01-18
1
-1
/
+1
*
Spelling fix: extened->extended. Trailing whitespace in same function.
Craig Topper
2013-01-18
1
-5
/
+6
*
Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...
Craig Topper
2013-01-18
1
-35
/
+31
*
[ms-inline asm] Make the error message more generic now that we support the
Chad Rosier
2013-01-18
1
-1
/
+1
*
[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.
Chad Rosier
2013-01-17
1
-36
/
+46
*
Optimization for the following SIGN_EXTEND pairs:
Elena Demikhovsky
2013-01-17
1
-2
/
+25
*
Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...
Craig Topper
2013-01-17
1
-74
/
+50
*
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
1
-6
/
+10
*
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
1
-102
/
+66
*
[ms-inline asm] Extend support for parsing Intel bracketed memory operands that
Chad Rosier
2013-01-14
1
-86
/
+277
*
Simplify nested strconcats in X86 td files since strconcat can take more than...
Craig Topper
2013-01-14
2
-32
/
+32
*
Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee...
Craig Topper
2013-01-14
1
-23
/
+24
*
Fix typo in comment.
Nick Lewycky
2013-01-13
1
-1
/
+1
*
X86: Add patterns for X86ISD::VSEXT in registers.
Benjamin Kramer
2013-01-13
1
-0
/
+42
*
Update patch for the pad short functions pass for Intel Atom (only).
Preston Gurd
2013-01-11
1
-18
/
+59
*
X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().
NAKAMURA Takumi
2013-01-11
1
-0
/
+1
*
Remove heavy and unused #inclues from X86TargetObjectFile.cpp.
Jakub Staszak
2013-01-10
1
-5
/
+1
*
[ms-inline asm] Make sure we set a default value for AddressOf. Follow on to
Chad Rosier
2013-01-10
1
-1
/
+2
*
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
1
-5
/
+30
*
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
1
-0
/
+17
*
Efficient lowering of vector sdiv when the divisor is a splatted power of two...
Nadav Rotem
2013-01-09
2
-0
/
+51
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-1
/
+1
*
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
2
-0
/
+6
[next]