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
/
X86ISelLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-18
/
+47
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-108
/
+141
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-20
/
+11
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-12
/
+30
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-107
/
+119
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+2
*
[Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
2013-11-09
1
-0
/
+2
*
AVX-512: implemented extractelement with variable index.
Elena Demikhovsky
2013-09-12
1
-0
/
+1
*
Create BEXTR instructions for (and ((sra or srl) x, imm), (2**size - 1)). Fix...
Craig Topper
2013-09-02
1
-0
/
+1
*
Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, ...
Craig Topper
2013-08-30
1
-0
/
+1
*
AVX-512: added extend and truncate instructions.
Elena Demikhovsky
2013-08-29
1
-0
/
+6
*
AVX-512: Added SHIFT instructions.
Elena Demikhovsky
2013-08-21
1
-3
/
+6
*
Make more of the lowering helpers static. Also use MVT instead of EVT in a co...
Craig Topper
2013-08-18
1
-7
/
+0
*
Make more helper methods into static functions.
Craig Topper
2013-08-14
1
-4
/
+0
*
Make some helper methods static.
Craig Topper
2013-08-14
1
-9
/
+0
*
AVX-512: Added CMP and BLEND instructions.
Elena Demikhovsky
2013-08-13
1
-0
/
+7
*
AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.
Elena Demikhovsky
2013-08-11
1
-0
/
+1
*
Fix the comment.
Jakub Staszak
2013-08-08
1
-1
/
+1
*
AVX-512 set: Added BROADCAST instructions
Elena Demikhovsky
2013-08-07
1
-0
/
+4
*
Refactor isInTailCallPosition handling
Tim Northover
2013-08-06
1
-0
/
+2
*
AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.
Elena Demikhovsky
2013-08-05
1
-0
/
+5
*
X86: Turn fp selects into mask operations.
Benjamin Kramer
2013-08-04
1
-0
/
+4
*
Added INSERT and EXTRACT intructions from AVX-512 ISA.
Elena Demikhovsky
2013-07-31
1
-12
/
+32
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
1
-5
/
+5
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-1
/
+0
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-9
/
+9
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-2
/
+2
*
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-04-05
1
-0
/
+7
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
1
-0
/
+4
*
Add XTEST codegen support
Michael Liao
2013-03-26
1
-0
/
+3
*
Fix PR10475
Michael Liao
2013-03-01
1
-1
/
+1
*
The operand listing is very much outdated.
Eli Bendersky
2013-02-14
1
-5
/
+2
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
1
-1
/
+1
*
Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...
Craig Topper
2013-01-28
1
-1
/
+1
*
Make helper method static.
Craig Topper
2013-01-21
1
-1
/
+0
*
Capitalize lowerTRUNCATE so that it matches the other lower functions in this...
Craig Topper
2013-01-20
1
-1
/
+1
*
Make LowerVSETCC a static function and use MVT instead of EVT.
Craig Topper
2013-01-20
1
-1
/
+0
*
Make some helper methods static.
Craig Topper
2013-01-20
1
-2
/
+0
*
Capitalize LowerVectorIntExtend to be consistent with all the other lower fun...
Craig Topper
2013-01-19
1
-1
/
+1
*
Efficient lowering of vector sdiv when the divisor is a splatted power of two...
Nadav Rotem
2013-01-09
1
-0
/
+1
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-35
/
+0
*
LoopVectorizer:
Nadav Rotem
2013-01-04
1
-0
/
+2
*
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2013-01-03
1
-1
/
+2
*
CostModel: initial checkin for code that estimates the cost of special shuffles.
Nadav Rotem
2012-12-28
1
-0
/
+2
*
AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...
Nadav Rotem
2012-12-28
1
-2
/
+3
*
AVX/AVX2: Move the SEXT lowering code from a target specific DAGco to a lower...
Nadav Rotem
2012-12-27
1
-0
/
+1
*
X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...
Benjamin Kramer
2012-12-21
1
-0
/
+6
*
Add a missing "virtual" keyword.
Nadav Rotem
2012-12-21
1
-2
/
+2
*
Improve the X86 cost model for loads and stores.
Nadav Rotem
2012-12-21
1
-0
/
+4
[next]