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
*
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
1
-3
/
+30
*
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
1
-0
/
+1
*
Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
Michael Liao
2012-10-19
2
-1
/
+81
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
2
-2
/
+21
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
2
-21
/
+2
*
Check for empty YMM use-def lists in X86VZeroUpper.
Jakob Stoklund Olesen
2012-10-17
1
-1
/
+1
*
Check SSSE3 instead of SSE4.1
Michael Liao
2012-10-17
1
-2
/
+2
*
Fix setjmp on models with non-Small code model nor non-Static relocation model
Michael Liao
2012-10-17
2
-22
/
+50
*
Support v8f32 to v8i8/vi816 conversion through custom lowering
Michael Liao
2012-10-16
2
-17
/
+39
*
Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
NAKAMURA Takumi
2012-10-16
1
-0
/
+41
*
Move X86MCInstLower class definition into implementation file. It's not neede...
Craig Topper
2012-10-16
3
-54
/
+25
*
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
7
-1
/
+260
*
[ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...
Chad Rosier
2012-10-15
1
-0
/
+3
*
[ms-inline asm] Update the end loc for ParseIntelMemOperand.
Chad Rosier
2012-10-15
1
-0
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
3
-9
/
+9
*
X86: Disable long nops for all cpus prior to pentiumpro/i686.
Benjamin Kramer
2012-10-13
1
-1
/
+3
*
X86: Fix accidentally swapped operands.
Benjamin Kramer
2012-10-13
1
-1
/
+1
*
X86: Promote i8 cmov when both operands are coming from truncates of the same...
Benjamin Kramer
2012-10-13
1
-0
/
+15
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
1
-24
/
+10
*
[ms-inline asm] Capitalize per coding standard.
Chad Rosier
2012-10-12
1
-19
/
+19
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-25
/
+14
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
3
-9
/
+9
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
3
-9
/
+9
*
Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."
NAKAMURA Takumi
2012-10-11
1
-40
/
+0
*
Change MachineInstrBuilder::addDisp to copy over target flags by default.
Evan Cheng
2012-10-11
1
-5
/
+2
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
2
-2
/
+21
*
Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
Nadav Rotem
2012-10-10
1
-0
/
+40
*
Add support for FP_ROUND from v2f64 to v2f32
Michael Liao
2012-10-10
4
-1
/
+23
*
Add alternative support for FP_ROUND from v2f32 to v2f64
Michael Liao
2012-10-10
2
-86
/
+18
*
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
[next]