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] Add a comment.
Chad Rosier
2012-10-26
1
-0
/
+1
*
[ms-inline asm] Emit an error for unsupported SIZE and LENGTH directives.
Chad Rosier
2012-10-26
1
-5
/
+11
*
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
1
-1
/
+52
*
[ms-inline asm] Have the target AsmParser create the asmrewrite for the offsetof
Chad Rosier
2012-10-26
1
-1
/
+4
*
[ms-inline asm] Perform field lookups with the dot operator.
Chad Rosier
2012-10-25
1
-4
/
+19
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-3
/
+6
*
[ms-inline asm] Add error handling to the ParseIntelDotOperator() function.
Chad Rosier
2012-10-25
1
-16
/
+35
*
Atom has SIMD instruction set extension up to SSSE3
Michael Liao
2012-10-25
1
-1
/
+1
*
Clean up where SlotSize should be used instead of pointer size.
Michael Liao
2012-10-25
2
-19
/
+17
*
[ms-inline asm] Add support for parsing the '.' operator. Given,
Chad Rosier
2012-10-24
1
-0
/
+34
*
Tidy up. No functional change intended.
Chad Rosier
2012-10-24
1
-14
/
+15
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-2
/
+2
*
[ms-inline asm] Create a register operand, rather than a memory operand when we
Chad Rosier
2012-10-24
1
-40
/
+45
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
2
-5
/
+8
*
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
2
-0
/
+78
*
Add custom conversion from v2u32 to v2f32 in 32-bit mode
Michael Liao
2012-10-24
2
-0
/
+24
*
Change x86_fastcallcc to require inreg markers. This allows it to known
Rafael Espindola
2012-10-24
1
-1
/
+1
*
[ms-inline asm] Offset operator - the size should be based on the size of a
Chad Rosier
2012-10-23
1
-0
/
+4
*
[ms-inline asm] Clean up comment.
Chad Rosier
2012-10-23
1
-3
/
+3
*
[ms-inline asm] When parsing inline assembly we set the base register to a
Chad Rosier
2012-10-23
1
-2
/
+9
*
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
1
-30
/
+16
*
Fix PR14161
Michael Liao
2012-10-23
1
-1
/
+4
*
Silence -Wsign-compare
Matt Beaumont-Gay
2012-10-23
1
-1
/
+1
*
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
1
-12
/
+20
*
Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to v4f32/v8f32
Michael Liao
2012-10-23
2
-19
/
+52
*
Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1
Michael Liao
2012-10-23
4
-0
/
+186
*
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
1
-2
/
+30
*
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
1
-0
/
+5
*
[ms-inline asm] Add support for parsing the offset operator. Callback for
Chad Rosier
2012-10-22
1
-5
/
+21
*
[ms-inline asm] Reset the opcode prior to parsing a statement.
Chad Rosier
2012-10-19
1
-3
/
+0
*
[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
[next]