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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When expanding atomic load arith instructions, do not lose target flags. rdar...
Evan Cheng
2012-10-09
1
-2
/
+5
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-10
/
+10
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
5
-13
/
+22
*
Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...
Craig Topper
2012-10-09
5
-4
/
+55
*
Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...
Craig Topper
2012-10-09
2
-64
/
+15
*
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
2
-17
/
+0
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
10
-21
/
+21
*
X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...
Benjamin Kramer
2012-10-07
1
-1
/
+8
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-3
/
+3
*
Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...
Craig Topper
2012-10-05
1
-3
/
+2
*
Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...
Craig Topper
2012-10-05
3
-19
/
+17
*
Follow up to r165072. Try a different approach: only move the load when it's ...
Evan Cheng
2012-10-05
1
-11
/
+9
*
[ms-inline asm] Add support for parsing [Intel dialect] memory operands that use
Chad Rosier
2012-10-04
1
-7
/
+11
*
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
1
-1
/
+1
*
Update this a bit more to represent how the prologue should work:
Eric Christopher
2012-10-04
1
-2
/
+0
*
Add register encoding support in X86 backend
Michael Liao
2012-10-04
8
-403
/
+287
*
Use new accessor methods to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Clean up tailing whitespaces
Michael Liao
2012-10-03
1
-2
/
+2
*
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-10-03
2
-0
/
+56
*
Typos.
Chad Rosier
2012-10-03
2
-5
/
+4
*
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-03
1
-10
/
+10
*
Set up MCSchedModel after detecting the CPU type in X86SubTarget.
Preston Gurd
2012-10-03
1
-0
/
+4
*
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
2
-12
/
+9
*
Fix 80-column violation
Craig Topper
2012-10-03
1
-2
/
+2
*
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-03
1
-1
/
+7
*
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
1
-3
/
+14
*
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
1
-0
/
+2
*
Revert 165057, per Jim's request. This requires further discussion.
Chad Rosier
2012-10-02
1
-26
/
+8
*
Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!
Nick Lewycky
2012-10-02
1
-2
/
+16
*
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
Chad Rosier
2012-10-02
1
-8
/
+26
*
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
1
-2
/
+0
*
Use the existing DebugLoc.
Eric Christopher
2012-10-02
1
-1
/
+1
*
Make the location a parameter since we may not want the next one
Eric Christopher
2012-10-02
1
-7
/
+10
*
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
1
-2
/
+2
*
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
3
-8
/
+15
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
1
-29
/
+35
*
Use constants for all return values in switch. Allows clang to optimize it in...
Craig Topper
2012-10-01
1
-3
/
+8
*
Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...
Craig Topper
2012-09-30
4
-11
/
+12
*
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
3
-3
/
+3
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
3
-3
/
+3
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
5
-11
/
+11
*
X86_32: Large Symbol+Offset relocations.
Jim Grosbach
2012-09-26
1
-8
/
+40
*
Add SARX/SHRX/SHLX code generation support
Michael Liao
2012-09-26
2
-0
/
+61
*
Add RORX code generation support
Michael Liao
2012-09-26
2
-0
/
+27
*
Add MULX code generation support
Michael Liao
2012-09-26
2
-27
/
+83
*
Remove hasNoAVX method. Can just invert hasAVX instead.
Craig Topper
2012-09-26
2
-7
/
+6
*
Add 'lock' prefix output support in assembly printer
Michael Liao
2012-09-26
3
-33
/
+38
*
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
3
-0
/
+90
*
Consistently specify the assembly variant to MatchInstructionImpl.
Bob Wilson
2012-09-25
1
-4
/
+8
[next]