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
/
X86ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-44
/
+25
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-75
/
+141
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-32
/
+0
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-45
/
+53
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-10
/
+10
*
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
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Remove unneeded #includes.
Jakub Staszak
2012-11-14
1
-3
/
+0
*
Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.
Craig Topper
2012-11-10
1
-79
/
+0
*
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
1
-1
/
+3
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+2
*
Follow up to r165072. Try a different approach: only move the load when it's ...
Evan Cheng
2012-10-05
1
-11
/
+9
*
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
1
-3
/
+14
*
X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
Manman Ren
2012-09-28
1
-5
/
+28
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Add MULX code generation support
Michael Liao
2012-09-26
1
-27
/
+79
*
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
1
-0
/
+8
*
Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith
Michael Liao
2012-09-19
1
-176
/
+140
*
Revert r163761 "Don't fold indexed loads into TCRETURNmi64."
Jakob Stoklund Olesen
2012-09-13
1
-28
/
+0
*
Don't fold indexed loads into TCRETURNmi64.
Jakob Stoklund Olesen
2012-09-13
1
-0
/
+28
[next]