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
*
[ScopBuilder] Slightly improve code structure [NFCI]
Tobias Grosser
2018-06-11
1
-1
/
+2
*
Fix tuple getter in std unique pointer pretty-printer
Pavel Labath
2018-06-11
3
-0
/
+18
*
[scudo] Improve the scalability of the shared TSD model
Kostya Kortchinsky
2018-06-11
6
-51
/
+83
*
[AVR] Set trackLivenessAfterRegAlloc
Dylan McKay
2018-06-11
2
-0
/
+341
*
clang-format: Introduce BreakInheritanceList option
Francois Ferrand
2018-06-11
6
-43
/
+194
*
[X86] Fix skylake server scheduling info.
Clement Courbet
2018-06-11
36
-1644
/
+2077
*
Update isl to isl-0.19-185-g8e9f55ce
Tobias Grosser
2018-06-11
26
-85
/
+733
*
[llvm-exegesis] Fix unhandled error.
Guillaume Chatelet
2018-06-11
1
-1
/
+1
*
[x86] add scalar cvtt intrinsic tests; NFC
Sanjay Patel
2018-06-11
2
-2
/
+150
*
Fix build errors on some configurations
Pavel Labath
2018-06-11
3
-4
/
+4
*
DWARFDebugNames: Fix lookup in dwo files
Pavel Labath
2018-06-11
3
-9
/
+56
*
[clang-format] text protos: put entries on separate lines if there is a subme...
Krasimir Georgiev
2018-06-11
4
-16
/
+362
*
Add support for arrays in performance-implicit-conversion-in-loop
Alexander Kornienko
2018-06-11
3
-18
/
+60
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
27
-62
/
+123
*
[NFC][AMDGPU] Add tests for all the various IR patterns equivalent to extract...
Roman Lebedev
2018-06-11
1
-0
/
+263
*
Editline: make #include <codecvt> conditional
Pavel Labath
2018-06-11
1
-0
/
+2
*
[Utils] update_llc_test_checks.py: support AMDGPU backend: AMDGCN, r600 triples
Roman Lebedev
2018-06-11
1
-0
/
+19
*
[llvm-exegesis] Program should succeed if benchmark returns StringError.
Guillaume Chatelet
2018-06-11
1
-1
/
+7
*
[Unittests] Change linker flags of dynamic library tests
Mikhail Maltsev
2018-06-11
1
-1
/
+8
*
[cmake] Detect presence of wide-char libedit at build time
Pavel Labath
2018-06-11
4
-14
/
+33
*
[ELF] Pass a pointer to InputFile to the getRelocTargetVA to escape dereferen...
Simon Atanasyan
2018-06-11
3
-23
/
+22
*
[ExynosM1][Sched] Fix resource usage in scheduling model.
Clement Courbet
2018-06-11
1
-16
/
+16
*
[ELF][MIPS] Multi-GOT implementation
Simon Atanasyan
2018-06-11
22
-459
/
+851
*
[X86] Explicitly mark unsupported classes in scheduling models.
Clement Courbet
2018-06-11
9
-111
/
+131
*
[MS ABI] Mangle unnamed empty enums (PR37723)
Hans Wennborg
2018-06-11
2
-4
/
+14
*
[X86] Add encoding tests for avx5124fmaps and avx5124vnni instructions.
Craig Topper
2018-06-11
2
-0
/
+91
*
[X86] Add test files for upgrade of vbmi2 expand load and compress store intr...
Craig Topper
2018-06-11
2
-0
/
+651
*
[X86] Remove masking from dbpsadbw builtins, use select builtin instead.
Craig Topper
2018-06-11
6
-51
/
+45
*
[X86] Remove masking from dbpsadbw intrinsics, use select in IR instead.
Craig Topper
2018-06-11
8
-53
/
+167
*
[Sparc] Add support for 13-bit PIC
Daniel Cederman
2018-06-11
10
-7
/
+91
*
[CodeView] Omit forward references for unnamed structs and unions
Brock Wyma
2018-06-11
5
-38
/
+486
*
[X86] Remove and autoupgrade the expandload and compressstore intrinsics.
Craig Topper
2018-06-11
10
-1817
/
+1181
*
[TableGen] Make better use of std::map::emplace and emplace construct the obj...
Craig Topper
2018-06-10
1
-9
/
+10
*
[TableGen] Combine two constructors by taking vectors by value instead of try...
Craig Topper
2018-06-10
1
-11
/
+3
*
[DAGCombiner] match vector compare and select sizes with extload operand (PR3...
Sanjay Patel
2018-06-10
2
-36
/
+61
*
[X86] Miscellaneous fixes to get the load folding table generator to work again.
Craig Topper
2018-06-10
3
-9
/
+9
*
Revert r334374 [TableGen] Move some shared_ptrs to avoid unnecessary copies (...
Florian Hahn
2018-06-10
2
-26
/
+21
*
Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
5
-122
/
+99
*
[TableGen] Move some shared_ptrs to avoid unnecessary copies (NFC).
Florian Hahn
2018-06-10
2
-21
/
+26
*
Revert rL334371 / D47980: "[InstCombine] Fold (x << y) >> y -> x & (-1 >> y)"
Roman Lebedev
2018-06-10
2
-14
/
+6
*
[InstCombine] Fold (x >> y) << y -> x & (-1 << y)
Roman Lebedev
2018-06-10
3
-13
/
+20
*
[InstCombine] Fold (x << y) >> y -> x & (-1 >> y)
Roman Lebedev
2018-06-10
2
-6
/
+14
*
[NFC][InstCombine] Revisit tests for D47980 / D47981 once more.
Roman Lebedev
2018-06-10
3
-4
/
+176
*
[debuginfo-tests] Always use the system python to invoke llgdb.py.
Ahmed Bougacha
2018-06-10
1
-1
/
+2
*
[X86] Add expandload and compresstore fast-isel tests for avx512f and avx512v...
Craig Topper
2018-06-10
4
-54
/
+902
*
[x86] add tests for potentially miscompiling cvttp2si (PR37751); NFC
Sanjay Patel
2018-06-10
2
-0
/
+149
*
[X86] Use target independent masked expandload and compressstore intrinsics t...
Craig Topper
2018-06-10
5
-52
/
+138
*
[X86] Remove GCCBuiltin from some intrinsics so we can custom handle them in ...
Craig Topper
2018-06-10
1
-72
/
+36
*
[lldb-mi] Re-implement MI -exec-step command.
Alexander Polyakov
2018-06-10
4
-25
/
+53
*
[ASAN] Fix crash on i?86-linux (32-bit) against glibc 2.27 and later
Peter Wu
2018-06-10
1
-7
/
+38
[next]