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
*
[GlobalISel][X86] For now don't handle not trivial function arguments lowering.
Igor Breger
2017-07-05
1
-1
/
+11
*
[GlobalISel][X86] Allow graceful fallback for struct/array argument/return va...
Igor Breger
2017-07-05
2
-11
/
+26
*
[X86][SSE4A] Add support for combining from non-v16i8 EXTRQI/INSERTQI shuffles
Simon Pilgrim
2017-07-04
1
-3
/
+3
*
Fix signed/unsigned comparison warnings
Simon Pilgrim
2017-07-04
1
-4
/
+4
*
[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodes
Simon Pilgrim
2017-07-04
4
-31
/
+41
*
[globalisel][tablegen] Partially fix compile-time regressions by converting m...
Daniel Sanders
2017-07-04
1
-0
/
+2
*
[X86] Add comment string for broadcast loads from the constant pool.
Craig Topper
2017-07-04
1
-37
/
+156
*
[X86] Add RDRAND feature to GLM CPU
Craig Topper
2017-07-04
1
-0
/
+1
*
[X86][SSE4A] Add support for combining from EXTRQI/INSERTQI shuffles
Simon Pilgrim
2017-07-03
1
-0
/
+22
*
DAGCombine: Combine BUILD_VECTOR to TRUNCATE
Zvi Rackover
2017-07-03
1
-0
/
+13
*
[GlobalISel][X86] fix %ptr(p0) = G_CONSTANT selection.
Igor Breger
2017-07-03
1
-1
/
+2
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-03
1
-1
/
+1
*
[X86][AVX512VPOPCNTDQ] Improve support for v16i8/v8i16/v16i16/ CTPOP
Simon Pilgrim
2017-07-02
1
-0
/
+14
*
[X86][SSE] Attempt to combine 64-bit and 32-bit shuffles to unary shuffles be...
Simon Pilgrim
2017-07-02
1
-32
/
+21
*
[X86][SSE] Attempt to combine 64-bit and 16-bit shuffles to unary shuffles be...
Simon Pilgrim
2017-07-02
1
-64
/
+56
*
[X86][CM] update add\sub costs of vectors of 64 in X86\SLM arch
Mohammed Agabaria
2017-07-02
1
-4
/
+9
*
[GlobalISel][X86] Support G_GLOBAL_VALUE operation.
Igor Breger
2017-07-02
2
-8
/
+64
*
[GlobalISel][X86] Support vector type G_UNMERGE_VALUES selection.
Igor Breger
2017-07-02
1
-0
/
+31
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-02
2
-2
/
+2
*
[X86] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-07-01
2
-47
/
+55
*
Make 0 argument getSubtargetImpl functions for the X86, AArch64, and PPC targ...
Eric Christopher
2017-06-30
1
-0
/
+1
*
[X86][SSE] Pulled common variables to top of matchUnaryPermuteVectorShuffle. ...
Simon Pilgrim
2017-06-30
1
-5
/
+4
*
Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"
Daniel Jasper
2017-06-29
3
-131
/
+8
*
[GlobalISel][X86] Support vector type G_MERGE_VALUES selection.
Igor Breger
2017-06-29
1
-0
/
+53
*
[LLVM][X86][Goldmont] Adding new target-cpu: Goldmont
Michael Zuckerman
2017-06-29
2
-1
/
+31
*
Reuse existing variables. NFC.
Rafael Espindola
2017-06-28
1
-11
/
+9
*
Fix PR33625.
Rafael Espindola
2017-06-28
1
-1
/
+1
*
[GlobalISel][X86] Support bitwise operations : G_AND, G_OR, G_XOR
Igor Breger
2017-06-28
1
-2
/
+2
*
Reverting commit 306414 on behalf of @gadi.haber
Michael Zuckerman
2017-06-28
2
-5225
/
+1634
*
[X86] Correct dwarf unwind information in function epilogue
Petar Jovanovic
2017-06-28
3
-8
/
+131
*
[X86][AsmParser][MS-compatability] Binary/Unary operators enhancements
Coby Tayree
2017-06-27
1
-37
/
+75
*
Updated and extended the information about each instruction in HSW and SNB to...
Gadi Haber
2017-06-27
2
-1634
/
+5225
*
Recommitting rL305465 after fixing bug in TableGen in rL306251 & rL306371
Ayman Musa
2017-06-27
2
-25
/
+715
*
Fixed the warning introduced by r306289 to make ubuntu-gcc7.1-werror bot green.
Galina Kistanova
2017-06-27
1
-1
/
+1
*
AArch64: legalize G_EXTRACT operations.
Tim Northover
2017-06-26
1
-4
/
+12
*
[inline asm] dot operator while using imm generates wrong ir + asm - llvm part
Marina Yatsina
2017-06-26
1
-2
/
+1
*
[X86][AVX-512] Don't raise inexact in ceil, floor, round, trunc.
Ahmed Bougacha
2017-06-26
1
-12
/
+12
*
[x86] transform vector inc/dec to use -1 constant (PR33483)
Sanjay Patel
2017-06-26
1
-0
/
+32
*
[X86][SSE] Remove unused memopfsf32_128/memopfsf64_128 scalar memops
Simon Pilgrim
2017-06-25
1
-10
/
+0
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-06-25
2
-2
/
+2
*
[GlobalISel][X86] Support vector type G_EXTRACT selection.
Igor Breger
2017-06-25
1
-0
/
+104
*
[AVX2] [TTI CostModel] Add cost of interleaved loads/stores for AVX2
Dorit Nuzman
2017-06-25
2
-0
/
+115
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-1
/
+1
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-1
/
+2
*
[X86] Fix SP adjustment in stack probes emitted on 32-bit Windows.
whitequark
2017-06-23
1
-2
/
+5
*
[x86] fix value types for SBB transform (PR33560)
Sanjay Patel
2017-06-23
1
-8
/
+13
*
Remove trailing whitespace. NFCI.
Simon Pilgrim
2017-06-23
1
-1
/
+1
*
COFF: Produce an error on invalid pcrel relocs.
Rafael Espindola
2017-06-23
1
-4
/
+13
*
Fixed a (product) build error that was due to an unused variable
Farhana Aleen
2017-06-22
1
-2
/
+1
*
[x86] add/sub (X==0) --> sbb(cmp X, 1)
Sanjay Patel
2017-06-22
1
-5
/
+17
[next]