index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify operand folding when rematerializing a load.
Andrew Trick
2013-11-12
1
-1
/
+6
*
Lower X86::MORESTACK_RET and X86::MORESTACK_RET_RESTORE_R10 in
Lang Hames
2013-11-11
1
-12
/
+12
*
Fix the recently added anyregcc convention to handle spilled operands.
Andrew Trick
2013-11-11
1
-1
/
+10
*
[Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
2013-11-09
3
-3
/
+29
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
7
-10
/
+101
*
X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()
Jim Grosbach
2013-11-08
1
-1
/
+3
*
X86 Disassembler: remove unused bool typedef-name
David Majnemer
2013-11-05
1
-2
/
+0
*
Lift alignment restrictions on load folding for a significant portion of AVX ...
Craig Topper
2013-11-05
1
-166
/
+166
*
Check for both styles of clobbers, those produced by dragonegg and
Eric Christopher
2013-11-04
1
-11
/
+19
*
Add support for AVX512 masked vector blend intrinsics.
Cameron McInally
2013-11-04
1
-15
/
+39
*
X86: Add a description for AMD bdver3 aka Steamroller.
Benjamin Kramer
2013-11-04
1
-0
/
+8
*
AVX-512: added VPCONFLICT instruction and intrinsics,
Elena Demikhovsky
2013-11-03
2
-1
/
+119
*
Fix PR17764
Michael Liao
2013-11-02
1
-1
/
+1
*
Fix unused variable warnings.
Dan Gohman
2013-10-31
1
-0
/
+3
*
Add new calling convention for WebKit Java Script.
Andrew Trick
2013-10-31
1
-0
/
+22
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
4
-5
/
+178
*
whitespace
Andrew Trick
2013-10-31
2
-10
/
+10
*
Add AVX512 unmasked integer broadcast intrinsics and support.
Cameron McInally
2013-10-31
1
-0
/
+10
*
AVX-512: Implemented CMOV for 512-bit vectors
Elena Demikhovsky
2013-10-31
2
-2
/
+24
*
This commit adds some (but not all) of the x86-64 relocations that are not
Tom Roeder
2013-10-30
1
-0
/
+6
*
Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...
Juergen Ributzka
2013-10-30
1
-10
/
+1
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-10-30
1
-1
/
+10
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
1
-2
/
+2
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
2
-9
/
+9
*
The asm printer has a mangler. Don't keep a second pointer to it.
Rafael Espindola
2013-10-29
1
-10
/
+11
*
AVX-512: PMIN/PMAX intrinsics and patterns
Elena Demikhovsky
2013-10-27
2
-1
/
+45
*
[X86][AVX512] Add patterns that match the AVX512 floating point register vbro...
Quentin Colombet
2013-10-25
1
-0
/
+5
*
[X86][AVX512] Add patterns that match the AVX512 floating point vbroadcast in...
Quentin Colombet
2013-10-25
1
-0
/
+5
*
Optimize concat_vectors(X, undef) -> scalar_to_vector(X).
Nadav Rotem
2013-10-25
1
-46
/
+0
*
AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
Elena Demikhovsky
2013-10-24
1
-0
/
+36
*
(this is a corrected patch)
Yaron Keren
2013-10-23
3
-2
/
+4
*
Revert "Calling _chkstk is required on ELF as well as COFF on Windows. Withou...
Rafael Espindola
2013-10-23
3
-4
/
+2
*
X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.
Benjamin Kramer
2013-10-23
3
-6
/
+14
*
Calling _chkstk is required on ELF as well as COFF on Windows.
Yaron Keren
2013-10-23
3
-2
/
+4
*
X86: Custom lower zext v16i8 to v16i16.
Benjamin Kramer
2013-10-23
2
-19
/
+8
*
Fix PR17631
Michael Liao
2013-10-23
1
-1
/
+10
*
X86: Make concat_vectors combine a bit more conservative.
Jim Grosbach
2013-10-23
1
-0
/
+6
*
[X86][FastISel] Add a comment to help understanding changes made in r192636.
Quentin Colombet
2013-10-22
1
-0
/
+23
*
AVX-512: aligned / unaligned load and store for 512-bit integer vectors.
Elena Demikhovsky
2013-10-22
2
-30
/
+36
*
Replace (V)MOVZDI2PDIrr/rm instructions with patterns that select (V)MOVDI2PD...
Craig Topper
2013-10-22
2
-37
/
+22
*
X86 vector element shift-by-immediate instructions take i8 immediates. Make
Lang Hames
2013-10-21
3
-60
/
+73
*
AVX-512: MUL operation lowering for v8i64
Elena Demikhovsky
2013-10-21
1
-3
/
+4
*
Mark some command line flags as hidden
Nadav Rotem
2013-10-18
1
-2
/
+2
*
MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
Hans Wennborg
2013-10-18
1
-0
/
+2
*
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
Hans Wennborg
2013-10-18
1
-3
/
+1
*
x86: Move bitcasts outside concat_vector.
Jim Grosbach
2013-10-17
1
-0
/
+40
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
1
-1
/
+3
*
Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,
Yunzhong Gao
2013-10-16
2
-7
/
+7
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
2
-3
/
+2
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-0
/
+1
[next]