index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-0
/
+2
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-51
/
+101
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-118
/
+240
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-484
/
+466
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-232
/
+1033
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-18
/
+18
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-96
/
+113
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
1
-7
/
+2
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
1
-0
/
+1
*
[X86][FastISel] Add a comment to help understanding changes made in r192636.
Quentin Colombet
2013-10-22
1
-0
/
+23
*
[X86][FastISel] During X86 fastisel, the address of indirect call was resolved
Quentin Colombet
2013-10-14
1
-7
/
+14
*
Followup to r191252.
Bill Wendling
2013-09-24
1
-113
/
+127
*
Selecting the address from a very long chain of GEPs can blow the stack.
Bill Wendling
2013-09-24
1
-3
/
+12
*
Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o...
Craig Topper
2013-08-15
1
-1
/
+1
*
Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho...
Craig Topper
2013-07-18
1
-2
/
+2
*
Teach x86 fast-isel to use AVX opcodes for vector stores when AVX is enabled.
Craig Topper
2013-07-17
1
-6
/
+6
*
Make x86 fast-isel correctly choose between aligned and unaligned operations ...
Craig Topper
2013-07-17
1
-12
/
+28
*
Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Charles Davis
2013-07-12
1
-11
/
+14
*
X86 fast-isel: Avoid explicit AH subreg reference for [SU]Rem.
Jim Grosbach
2013-07-09
1
-4
/
+31
*
DebugInfo: Don't lose unreferenced non-trivial by-value parameters
David Blaikie
2013-06-21
1
-2
/
+0
*
Use the Copy we defined above here.
Eric Christopher
2013-06-11
1
-2
/
+2
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-5
/
+2
*
X86: use sub-register sequences for MOV*r0 operations
Tim Northover
2013-05-30
1
-6
/
+25
*
X86: change zext moves to use sub-register infrastructure.
Tim Northover
2013-05-30
1
-9
/
+30
*
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
1
-9
/
+5
*
Allow misaligned stores in x86 fast-isel.
Derek Schuff
2013-04-18
1
-5
/
+0
*
This patch teaches x86 fast-isel to generate the native div/idiv instructions
Eli Bendersky
2013-04-17
1
-0
/
+125
*
[fast-isel] Use the correct API to disable FastLowerArguments for Win64.
Chad Rosier
2013-04-02
1
-1
/
+1
*
Make Win32 put the SRet address into EAX, fixes PR15556
Timur Iskhodzhanov
2013-03-28
1
-4
/
+6
*
[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handle
Chad Rosier
2013-03-14
1
-0
/
+3
*
[fast-isel] Make sure the FastLowerArguments function checks to make sure the
Chad Rosier
2013-02-26
1
-0
/
+1
*
[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Chad Rosier
2013-02-25
1
-0
/
+73
*
Remove a useless assert.
Chad Rosier
2013-02-18
1
-1
/
+0
*
Return false instead of 0.
Jakub Staszak
2013-02-17
1
-1
/
+1
*
Simplify code. Remove "else after return".
Jakub Staszak
2013-02-14
1
-5
/
+4
*
Move MRI liveouts to X86 return instructions.
Jakob Stoklund Olesen
2013-02-05
1
-4
/
+10
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-7
/
+7
*
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
1
-4
/
+2
*
Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of
Patrik Hagglund
2012-12-19
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-10
/
+10
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-2
/
+2
*
Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of
Patrik Hagglund
2012-12-11
1
-2
/
+2
*
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-11
1
-0
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Return 0 instead of false.
Jakub Staszak
2012-11-15
1
-3
/
+3
*
Simplify code.
Jakub Staszak
2012-11-15
1
-1
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-6
/
+4
*
Cleanup another place redundant SP maintained
Michael Liao
2012-11-01
1
-4
/
+4
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-4
/
+6
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-10
/
+10
[next]