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
*
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
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-23
/
+12
*
Catch another case where SD fails to propagate node order.
Andrew Trick
2013-04-13
1
-1
/
+4
*
Skip moving call address loading into callseq when targets prefer register in...
Michael Liao
2013-03-28
1
-1
/
+3
*
Add obvious constantness.
Jakub Staszak
2013-02-19
1
-2
/
+2
*
Fix typo in comment.
Nick Lewycky
2013-01-13
1
-1
/
+1
*
Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...
Evan Cheng
2013-01-06
1
-0
/
+5
*
Move 'break' to the right place to prevent fallthru. There is no test-case
Jakub Staszak
2013-01-04
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
[next]