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
*
[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,
Chad Rosier
2012-08-21
1
-4
/
+6
*
Fix up indentation and remove a couple else's after returns.
Craig Topper
2012-08-21
1
-11
/
+12
*
Use uint16_t for tables of opcodes.
Craig Topper
2012-08-21
1
-2
/
+2
*
Fix up indentation. No functional change.
Craig Topper
2012-08-21
1
-61
/
+61
*
Add a couple llvm_unreachables. Add a message to several others.
Craig Topper
2012-08-21
1
-8
/
+6
*
Replace a break with llvm_unreachable in the default case of a nested switch....
Craig Topper
2012-08-21
1
-50
/
+18
*
Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...
Craig Topper
2012-08-21
1
-44
/
+49
*
Merge FMA3 instructions with and without patterns into single classes using n...
Craig Topper
2012-08-21
1
-38
/
+21
*
fix a case where all operands of BUILD_VECTOR are undefined
Michael Liao
2012-08-20
1
-0
/
+4
*
Remove FMA3 intrinsic instructions in favor of patterns.
Craig Topper
2012-08-20
2
-94
/
+146
*
Use correct intrinsic for 256-bit VFMSUBADDPS.
Craig Topper
2012-08-20
1
-1
/
+1
*
Remove trailing white space and tab characters. No functional change.
Craig Topper
2012-08-19
1
-33
/
+33
*
When unsafe math is used, we can use commutative FMAX and FMIN. In some cases
Nadav Rotem
2012-08-19
4
-3
/
+59
*
Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...
Nadav Rotem
2012-08-18
1
-15
/
+60
*
Refactor code a bit to reduce number of calls in the final compiled code. No ...
Craig Topper
2012-08-18
1
-134
/
+144
*
Revert r162160 because it made a few buildbots fail.
Nadav Rotem
2012-08-18
1
-43
/
+6
*
The X86 backend has a number of optimizations for SETCC nodes which use
Nadav Rotem
2012-08-18
1
-6
/
+43
*
Use nested switch to select arguments to reduce calls to EmitPCMP.
Craig Topper
2012-08-17
1
-5
/
+20
*
Make ReplaceATOMIC_BINARY_64 a static function. Use a nested switch to reduce...
Craig Topper
2012-08-17
2
-19
/
+30
*
Patch to enable FMA on bdver2 target. Make XOP feature enable FMA4 as well.
Anitha Boyapati
2012-08-16
1
-2
/
+2
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...
Anitha Boyapati
2012-08-16
1
-2
/
+2
*
minor fix of X86ISD::VSEXT_MOVL dump
Michael Liao
2012-08-14
1
-0
/
+1
*
fix PR11334
Michael Liao
2012-08-14
4
-0
/
+99
*
Factor duplicate calls to getUNDEF in several functions.
Craig Topper
2012-08-14
1
-10
/
+10
*
Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...
Craig Topper
2012-08-14
1
-34
/
+133
*
X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr from
Manman Ren
2012-08-13
1
-6
/
+6
*
X86: when auto-detecting the subtarget features, make sure use IsIntel to detect
Manman Ren
2012-08-13
1
-2
/
+2
*
Tidy up VSETCC lowering code a bit more by adding an llvm_unreachable and put...
Craig Topper
2012-08-13
1
-7
/
+9
*
Refactor code a bit to share commonalities. No functional change intended.
Craig Topper
2012-08-13
1
-20
/
+21
*
Fix an unused variable warning from r161742.
Craig Topper
2012-08-13
1
-3
/
+0
*
Remove the LowerMMXCONCAT_VECTORS function. It could never execute because th...
Craig Topper
2012-08-13
3
-57
/
+1
*
Remove call to setOperationAction for SETCC of v4f32. SETCC returns an intege...
Craig Topper
2012-08-12
1
-1
/
+0
*
Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42....
Craig Topper
2012-08-12
1
-3
/
+0
*
Make replace many calls to getSizeInBits() with is128BitVector/is256BitVector
Craig Topper
2012-08-12
1
-60
/
+65
*
Use MVT.isXBitVector instead of EVT.isXBitVector when setting up operation ac...
Craig Topper
2012-08-12
1
-41
/
+35
*
fix PR13577, an issue introduced by r161687
Michael Liao
2012-08-11
1
-1
/
+19
*
Move setOperationAction for CONCAT_VECTORS for 256-bit vectors into loop sinc...
Craig Topper
2012-08-11
1
-7
/
+2
*
Tidy up indentation. No functional change.
Craig Topper
2012-08-11
1
-25
/
+25
*
Fix a cast that was casting away 'const' unnecessarily
Craig Topper
2012-08-11
1
-1
/
+1
*
Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...
Craig Topper
2012-08-11
1
-2
/
+4
*
X86: when we are auto-detecting the subtarget features, make sure we turn on
Manman Ren
2012-08-10
1
-2
/
+5
*
add X86-specific DAG optimization to simplify boolean test
Michael Liao
2012-08-10
1
-4
/
+113
*
remove tailing whitespaces and test commit
Michael Liao
2012-08-10
1
-3
/
+3
*
Add some missing includes for the build against stdcxx.
Joerg Sonnenberger
2012-08-10
1
-0
/
+1
*
[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).
Chad Rosier
2012-08-09
1
-3
/
+19
*
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-08
4
-47
/
+98
*
Don't scan physreg use-def chains looking for a PIC base.
Jakob Stoklund Olesen
2012-08-08
1
-10
/
+4
*
X86 cmp lowering is looking past truncate on the condition node. It should only
Evan Cheng
2012-08-07
1
-6
/
+16
*
Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.
Andrew Trick
2012-08-07
1
-3
/
+3
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
1
-3
/
+4
[next]