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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[InstCombine] Add test cases for BITWISE_OP( BSWAP(x), CONSTANT ) -> BSWAP( B...
Craig Topper
2017-07-03
1
-0
/
+33
*
[InstCombine] Support BITWISE_OP(BSWAP(A),BSWAP(B))->BSWAP(BITWISE_OP(A, B)) ...
Craig Topper
2017-07-03
1
-12
/
+9
*
[InstCombine] Add test cases showing missed opportunity to fold BITWISE_OP(BS...
Craig Topper
2017-07-03
1
-0
/
+40
*
AMDGPU: Add operand target flags serialization
Matt Arsenault
2017-07-02
1
-0
/
+29
*
[X86][AVX512] Test AVX512VPOPCNTDQ CTPOP with/without AVX512BW
Simon Pilgrim
2017-07-02
1
-29
/
+57
*
[X86][AVX512VPOPCNTDQ] Improve support for v16i8/v8i16/v16i16/ CTPOP
Simon Pilgrim
2017-07-02
6
-156
/
+111
*
[X86][AVX512] Cleanup tzcnt tests triples and attributes
Simon Pilgrim
2017-07-02
1
-36
/
+36
*
[X86][AVX512] Cleanup popcnt tests triples and attributes
Simon Pilgrim
2017-07-02
1
-15
/
+15
*
[InstCombine] fix crash when folding cmp+bswap vector
Sanjay Patel
2017-07-02
2
-30
/
+36
*
[x86] auto-generate complete checks for tests; NFC
Sanjay Patel
2017-07-02
4
-72
/
+126
*
[x86] remove unnecessary RUN for test after auto-generating checks; NFC
Sanjay Patel
2017-07-02
1
-5
/
+21
*
[x86] update test to use FileCheck and auto-generate checks; NFC
Sanjay Patel
2017-07-02
1
-1
/
+50
*
[x86] auto-generate complete checks for tests; NFC
Sanjay Patel
2017-07-02
4
-32
/
+41
*
[InstCombine] look through bswap/bitreverse for equality comparisons
Sanjay Patel
2017-07-02
1
-12
/
+4
*
llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is availab...
NAKAMURA Takumi
2017-07-02
1
-0
/
+1
*
[X86][SSE] Attempt to combine 64-bit and 32-bit shuffles to unary shuffles be...
Simon Pilgrim
2017-07-02
2
-2
/
+2
*
[X86][SSE] Attempt to combine 64-bit and 16-bit shuffles to unary shuffles be...
Simon Pilgrim
2017-07-02
1
-5
/
+2
*
[X86][SSE] Add test showing missed opportunity to combine to pshuflw
Simon Pilgrim
2017-07-02
1
-0
/
+18
*
[X86][CM] update add\sub costs of vectors of 64 in X86\SLM arch
Mohammed Agabaria
2017-07-02
2
-7
/
+69
*
[X86] Rerun "update_llc_test_checks" tool on CodeGen tests. NFC.
Gadi Haber
2017-07-02
3
-0
/
+75
*
[GlobalISel][X86] Support G_GLOBAL_VALUE operation.
Igor Breger
2017-07-02
4
-0
/
+220
*
[GlobalISel][X86] Support vector type G_UNMERGE_VALUES selection.
Igor Breger
2017-07-02
3
-17
/
+283
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-02
1
-1
/
+1
*
[InstCombine] Fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and (a & b) ^ (~a & ~b) -...
Craig Topper
2017-07-02
2
-32
/
+16
*
[X86][RDSEED] Split off i64 intrinsic tests and test i16/i32 on 32-bit target...
Simon Pilgrim
2017-07-01
2
-29
/
+56
*
[X86][RDRAND] Split off i64 intrinsic tests and test i16/i32 on 32-bit target...
Simon Pilgrim
2017-07-01
2
-36
/
+102
*
[X86] Removed reference to update_test_checks.py
Simon Pilgrim
2017-07-01
1
-1
/
+1
*
[X86][AVX] Remove duplicate autogeneration note
Simon Pilgrim
2017-07-01
1
-3
/
+2
*
fix trivial typos, NFC
Hiroshi Inoue
2017-07-01
1
-2
/
+2
*
[AVR] Remove a bunch of now-obselete tests
Dylan McKay
2017-07-01
4
-20
/
+0
*
Remove the default ARMSubtarget from the ARM TargetMachine.
Eric Christopher
2017-07-01
1
-10
/
+0
*
[Cloner] Re-map simplfied cloned instructions.
Davide Italiano
2017-07-01
1
-0
/
+25
*
Recommit "r306541 - Add zero-length check to memcpy/memset load store loop ex...
Teresa Johnson
2017-07-01
1
-0
/
+4
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Teresa Johnson
2017-07-01
11
-76
/
+67
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
11
-67
/
+76
*
revert r306336 for breaking ppc test.
Teresa Johnson
2017-07-01
11
-76
/
+67
*
Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
11
-67
/
+76
*
Rewrite ARM execute only support to avoid the use of a command line flag and ...
Eric Christopher
2017-07-01
4
-15
/
+15
*
[ORE] Add diagnostics hotness threshold
Brian Gesiak
2017-06-30
2
-1
/
+44
*
[llvm-pdbutil] Output the symbol offset when dumping.
Zachary Turner
2017-06-30
1
-50
/
+50
*
[codeview] Use the first valid source location at the top of every MBB
Reid Kleckner
2017-06-30
2
-1
/
+98
*
[Hexagon] Implement frame pointer elimination with -fomit-frame-pointer
Krzysztof Parzyszek
2017-06-30
3
-24
/
+92
*
[LV] Sink casts to unravel first order recurrence
Ayal Zaks
2017-06-30
1
-0
/
+80
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
4
-8
/
+19
*
[Hexagon] Guard the generation of lookup table
Sumanth Gundapaneni
2017-06-30
2
-0
/
+67
*
[SystemZ] Add all remaining instructions
Ulrich Weigand
2017-06-30
9
-3
/
+4172
*
GlobalISel: add G_IMPLICIT_DEF instruction.
Tim Northover
2017-06-30
6
-22
/
+52
*
[Hexagon] Emit jump tables in text section based on a flag
Sumanth Gundapaneni
2017-06-30
1
-0
/
+57
*
Revert "[Hexagon] Guard the generation of lookup table"
Sumanth Gundapaneni
2017-06-30
1
-57
/
+0
*
[Hexagon] Guard the generation of lookup table
Sumanth Gundapaneni
2017-06-30
1
-0
/
+57
[prev]
[next]