index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...
Craig Topper
2012-09-30
1
-1
/
+1
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-6
/
+6
*
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
1
-0
/
+78
*
Fix an illegal tailcall opt where the callee returns a double via xmm while c...
Evan Cheng
2012-09-25
1
-1
/
+9
*
Add missing i8 max/min/umax/umin support
Michael Liao
2012-09-21
1
-9
/
+44
*
Revise td of X86 atomic instructions
Michael Liao
2012-09-21
1
-0
/
+5
*
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-20
1
-501
/
+490
*
X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.
Benjamin Kramer
2012-09-15
1
-0
/
+2
*
Fix comment
Michael Liao
2012-09-13
1
-1
/
+1
*
Add wider vector/integer support for PR12312
Michael Liao
2012-09-13
1
-100
/
+101
*
Fix PR11985
Michael Liao
2012-09-12
1
-2
/
+3
*
Indentation fixes. No functional change.
Craig Topper
2012-09-12
1
-8
/
+8
*
Make a bunch of lowering helper functions static instead of member functions....
Craig Topper
2012-09-11
1
-58
/
+55
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
Enhance PR11334 fix to support extload from v2f32/v4f32
Michael Liao
2012-09-10
1
-0
/
+4
*
Add boolean simplification support from CMOV
Michael Liao
2012-09-10
1
-12
/
+42
*
The VPSHUFB 256-bit instruction may be generated when one of input vector is ...
Elena Demikhovsky
2012-09-10
1
-4
/
+15
*
Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled.
Craig Topper
2012-09-08
1
-0
/
+5
*
Use 256-bit alignment for constant pool value for 256-bit vector FNEG lowering.
Craig Topper
2012-09-08
1
-2
/
+3
*
Add support for lowering FABS of vector types.
Craig Topper
2012-09-08
1
-12
/
+25
*
Set operation action for FFLOOR to Expand for all vector types for X86. Set F...
Craig Topper
2012-09-08
1
-0
/
+1
*
AVX2 optimization.
Elena Demikhovsky
2012-09-06
1
-0
/
+40
*
Remove duplicated helper function
Michael Liao
2012-09-06
1
-17
/
+1
*
Use iPTR instead of i32 for extract_subvector/insert_subvector index in lower...
Craig Topper
2012-09-06
1
-2
/
+2
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
1
-0
/
+4
*
This patch optimizes shuffle instruction - generates 2 instructions instead o...
Elena Demikhovsky
2012-09-04
1
-16
/
+17
*
Typos
Craig Topper
2012-09-01
1
-1
/
+1
*
SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure its
Manman Ren
2012-08-31
1
-0
/
+12
*
Fix PR12359
Michael Liao
2012-08-31
1
-3
/
+5
*
Add support for converting llvm.fma to fma4 instructions.
Craig Topper
2012-08-31
1
-4
/
+6
*
Only perform DAG combine on FMAs of legal types.
Craig Topper
2012-08-30
1
-0
/
+4
*
Convert FMA4 patterns to use target specific nodes instead of intrinsics to a...
Craig Topper
2012-08-29
1
-4
/
+0
*
Add comments on the literal value used.
Michael Liao
2012-08-28
1
-1
/
+1
*
Explicitly update the number of nodes to be traversed
Michael Liao
2012-08-28
1
-1
/
+1
*
Fix PR12312
Michael Liao
2012-08-28
1
-10
/
+112
*
Remove MMX shift intrinsic handling code that also exists in SelectionDAGBuil...
Craig Topper
2012-08-27
1
-56
/
+0
*
Custom lower FMA intrinsics to target specific nodes and remove the patterns.
Craig Topper
2012-08-24
1
-0
/
+72
*
fix a case where all operands of BUILD_VECTOR are undefined
Michael Liao
2012-08-20
1
-0
/
+4
*
When unsafe math is used, we can use commutative FMAX and FMIN. In some cases
Nadav Rotem
2012-08-19
1
-0
/
+27
*
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
1
-16
/
+30
*
minor fix of X86ISD::VSEXT_MOVL dump
Michael Liao
2012-08-14
1
-0
/
+1
*
fix PR11334
Michael Liao
2012-08-14
1
-0
/
+81
*
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
[next]