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
/
X86ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
2015-01-06
1
-2
/
+2
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-1
/
+1
*
[X86] Lower VSELECT into SHRUNKBLEND when we shrink the bits used into the
Quentin Colombet
2014-11-06
1
-0
/
+10
*
[X86] 8bit divrem: Improve codegen for AH register extraction.
Ahmed Bougacha
2014-11-03
1
-25
/
+38
*
[X86] Improve mul w/ overflow codegen, to MUL8+SETO.
Ahmed Bougacha
2014-10-23
1
-0
/
+19
*
[X86] Don't transform atomic-load-add into an inc/dec when inc/dec is slow
Robin Morisset
2014-10-08
1
-3
/
+4
*
Cache TargetLowering on SelectionDAGISel and update previous
Eric Christopher
2014-10-08
1
-7
/
+6
*
[X86] Fix a bug with fetch_add(INT32_MIN)
Robin Morisset
2014-10-07
1
-0
/
+9
*
[ISel] Keep matching state consistent when folding during X86 address match
Adam Nemet
2014-10-03
1
-0
/
+7
*
[X86] Improve comment
Adam Nemet
2014-09-16
1
-3
/
+4
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-0
/
+1
*
[X86] Refactor X86ISelDAGToDAG::SelectAtomicLoadArith - NFC
Robin Morisset
2014-08-29
1
-10
/
+17
*
[x32] Fix FrameIndex check in SelectLEA64_32Addr
Pavel Chupin
2014-08-20
1
-1
/
+1
*
AVX-512: Fixed a bug in emitting compare for MVT:i1 type.
Elena Demikhovsky
2014-08-18
1
-4
/
+22
*
Get rid of dead code: SelectAtomic64 in X86ISelDAGtoDAG.cpp
Robin Morisset
2014-08-15
1
-19
/
+0
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+0
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-0
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-1
/
+1
*
X86: expand atomics in IR instead of as MachineInstrs.
Tim Northover
2014-07-01
1
-32
/
+0
*
Override runOnMachineFunction for X86ISelDAGToDAG so that we can
Eric Christopher
2014-05-22
1
-0
/
+7
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-1
/
+1
*
Convert more SelectionDAG functions to use ArrayRef.
Craig Topper
2014-04-28
1
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-3
/
+3
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-1
/
+1
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-3
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-34
/
+35
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Mark a couple of the X86 target classes as final. Allows the compiler to de-v...
Craig Topper
2014-03-31
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-8
/
+8
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-0
/
+1
*
X86: FrameIndex addressing modes do have a base register.
Tim Northover
2013-09-19
1
-1
/
+2
*
Use MVT instead of EVT in X86ISelDAGToDAG since all the types should be legal.
Craig Topper
2013-08-15
1
-29
/
+29
*
Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o...
Craig Topper
2013-08-15
1
-2
/
+2
*
X86: Add comment.
Jim Grosbach
2013-07-09
1
-0
/
+5
*
Don't cast away constness.
Benjamin Kramer
2013-06-27
1
-1
/
+2
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-9
/
+7
*
X86: Stop LEA64_32r doing unspeakable things to its arguments.
Tim Northover
2013-06-10
1
-1
/
+42
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-2
/
+2
*
[PATCH] Fix VGATHER* operand constraints
Michael Liao
2013-06-05
1
-0
/
+2
*
Revert r183069: "TMP: LEA64_32r fixing"
Tim Northover
2013-06-01
1
-42
/
+1
*
TMP: LEA64_32r fixing
Tim Northover
2013-06-01
1
-1
/
+42
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-06-01
1
-0
/
+28
*
Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as it
Eric Christopher
2013-05-31
1
-28
/
+0
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-05-31
1
-0
/
+28
*
X86: use sub-register sequences for MOV*r0 operations
Tim Northover
2013-05-30
1
-7
/
+25
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-3
/
+0
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-15
/
+15
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-2
/
+2
[next]