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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][AVX] Use extract128BitVector helper. NFCI.
Simon Pilgrim
2017-12-16
1
-4
/
+1
*
[sanitizer] Define __sanitizer_clockid_t on FreeBSD
Kostya Kortchinsky
2017-12-16
1
-1
/
+1
*
[X86][AVX] Fix failed broadcast fold
Simon Pilgrim
2017-12-16
2
-19
/
+11
*
[Memcpy Loop Lowering] Only calculate residual size/bytes copied when needed.
Sean Fertile
2017-12-16
2
-14
/
+14
*
[X86] Don't pass a zero input to the passthru operand of getVectorMaskingNode...
Craig Topper
2017-12-16
1
-9
/
+6
*
[X86] Have getVectorMaskingNode return an ISD::AND for X86ISD::VPSHUFBITQMB i...
Craig Topper
2017-12-16
1
-0
/
+1
*
[X86] When using vpopcntdq for ctpop of v8i16 vectors, only promote to v8i32.
Craig Topper
2017-12-16
3
-26
/
+28
*
[libcxx] Add WebAssembly support
Sam Clegg
2017-12-16
2
-1
/
+3
*
[X86] Combine some more scheduler model entries using regular expressions.
Craig Topper
2017-12-16
4
-200
/
+100
*
[X86] Use instrs instead of instregex for gather/scatter instructions in the ...
Craig Topper
2017-12-16
4
-130
/
+116
*
[InstCombine] Regenerate FMUL/FMA combine tests with update_test_checks.py
Simon Pilgrim
2017-12-16
2
-100
/
+186
*
[InstCombine] canonicalize shifty abs(): ashr+add+xor --> cmp+neg+sel
Sanjay Patel
2017-12-16
2
-12
/
+32
*
[Driver, CodeGen] pass through and apply -fassociative-math
Sanjay Patel
2017-12-16
7
-13
/
+62
*
[X86] Implement kand/kandn/kor/kxor/kxnor/knot intrinsics using native IR.
Craig Topper
2017-12-16
2
-16
/
+74
*
[X86] Remove GCCBuiltin from kand/kandn/kor/kxor/kxnor/knot intrinsics so cla...
Craig Topper
2017-12-16
1
-6
/
+6
*
[X86] Remove unneeded code for handling the old kunpck intrinsics.
Craig Topper
2017-12-16
2
-13
/
+1
*
[X86] Add the two files I forgot to commit in r320915.
Craig Topper
2017-12-16
2
-0
/
+172
*
[X86] Add builtins and tests for 128 and 256 bit vpopcntdq.
Craig Topper
2017-12-16
4
-0
/
+14
*
Move Transforms/LoopVectorize/consecutive-ptr-cg-bug.ll into the X86 subdirec...
Hal Finkel
2017-12-16
1
-0
/
+0
*
[LV] Extend InstWidening with CM_Widen_Recursive
Hal Finkel
2017-12-16
2
-5
/
+84
*
Fixed warning 'function declaration isn’t a prototype [-Werror=strict-proto...
Galina Kistanova
2017-12-16
1
-1
/
+1
*
[PowerPC, AsmParser] Enable the mnemonic spell corrector
Hal Finkel
2017-12-16
2
-2
/
+59
*
[X86] Add 128 and 256-bit VPOPCNTDQ instructions. Adjust some tablegen classe...
Craig Topper
2017-12-16
5
-64
/
+324
*
[LTO] Update tests for r320905
Vitaly Buka
2017-12-16
2
-2
/
+2
*
[VerifyDiagnosticConsumer] support -verify=<prefixes>
Hal Finkel
2017-12-16
10
-554
/
+315
*
Remove trailing whitespace
Vitaly Buka
2017-12-16
1
-1
/
+1
*
[WebAssembly] Return ArrayRef's rather than const std::vector&
Sam Clegg
2017-12-16
1
-21
/
+11
*
[LTO] Make processing of combined module more consistent
Vitaly Buka
2017-12-16
25
-56
/
+75
*
[TextDiagnosticBuffer] Fix diagnostic note emission order
Hal Finkel
2017-12-16
3
-13
/
+39
*
Add another missing -enable-import-metadata to test
Teresa Johnson
2017-12-16
1
-1
/
+1
*
[CodeGen] Specialize mixed-sign mul-with-overflow (fix PR34920)
Vedant Kumar
2017-12-16
2
-0
/
+214
*
[SimplifyLibCalls] Inline calls to cabs when it's safe to do so
Hal Finkel
2017-12-16
7
-0
/
+192
*
[LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp ...
Hal Finkel
2017-12-16
3
-392
/
+415
*
Add -enable-import-metadata to test
Teresa Johnson
2017-12-16
1
-1
/
+1
*
[X86] Add back the assert from r320830 that was reverted in r320850
Craig Topper
2017-12-16
1
-0
/
+2
*
Fix NDEBUG build problem in r320895
Teresa Johnson
2017-12-16
1
-1
/
+1
*
[COFF] Clean up debug option handling
Shoaib Meenai
2017-12-16
4
-22
/
+24
*
[ThinLTO] Enable importing of aliases as copy of aliasee
Teresa Johnson
2017-12-16
14
-81
/
+236
*
[COFF] Update an outdated comment. NFC
Shoaib Meenai
2017-12-15
1
-1
/
+1
*
Fix WebAssembly backend for some LLVM API changes
David Blaikie
2017-12-15
6
-11
/
+10
*
[COFF] Simplify hasArgs calls. NFC
Shoaib Meenai
2017-12-15
1
-4
/
+3
*
[CMake] darwin-debug is an hard dependency for tests on macOS.
Davide Italiano
2017-12-15
1
-0
/
+5
*
[TableGen][GlobalISel] Make the different Matcher comparable
Quentin Colombet
2017-12-15
1
-0
/
+52
*
[TableGen][GlobalISel] Fix unused variable warning in release mode
Quentin Colombet
2017-12-15
1
-0
/
+1
*
Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""
Paul Robinson
2017-12-15
7
-86
/
+27
*
[TableGen][GlobalISel] Have the predicate directly know which data they are d...
Quentin Colombet
2017-12-15
1
-101
/
+169
*
Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-15
7
-27
/
+86
*
Fix unused variable in non-assert builds
Matthias Braun
2017-12-15
1
-2
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
242
-843
/
+829
*
[MacOSX/Queues] Relax an overly aggressive assertion in a test.
Davide Italiano
2017-12-15
1
-1
/
+2
[next]