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
*
[analyzer] pr38668: Do not attempt to cast loaded values of non-scalar types.
Artem Dergachev
2018-12-19
3
-10
/
+34
*
Simplify code for readability. (NFC)
Adrian Prantl
2018-12-19
1
-6
/
+3
*
[sanitizer] Support running without fd 0,1,2.
Evgeniy Stepanov
2018-12-19
8
-10
/
+76
*
[analyzer] GenericTaint: Fix formatting to prepare for incoming improvements.
Artem Dergachev
2018-12-19
1
-107
/
+107
*
Simplify. NFC.
Rui Ueyama
2018-12-19
1
-7
/
+12
*
[analyzer] Improve modeling for returning an object from the top frame with RVO.
Artem Dergachev
2018-12-19
2
-19
/
+108
*
[X86] Remove TLI variable from ReplaceNodeResults. NFC
Craig Topper
2018-12-19
1
-3
/
+2
*
AMDGPU: Add patterns for v4i16/v4f16 -> v4i16/v4f16 bitcasts
Rhys Perry
2018-12-19
2
-0
/
+37
*
[CodeGenPrepare] Fix bad IR created by large offset GEP splitting.
Eli Friedman
2018-12-19
2
-6
/
+14
*
Fix line endings.
Zachary Turner
2018-12-19
1
-2
/
+2
*
Disable -faddsig by default for PS4 target.
Douglas Yung
2018-12-19
2
-0
/
+2
*
Fix test commit
Rhys Perry
2018-12-19
1
-1
/
+1
*
Test commit
Rhys Perry
2018-12-19
1
-1
/
+1
*
[llvm-mca] Rename directory for the Cortex tests (NFC)
Evandro Menezes
2018-12-19
2
-0
/
+0
*
[llvm-mca] Update Exynos test cases (NFC)
Evandro Menezes
2018-12-19
2
-108
/
+0
*
[AArch64] Improve Exynos predicates
Evandro Menezes
2018-12-19
1
-3
/
+10
*
[AArch64] Use canonical copy idiom
Evandro Menezes
2018-12-19
1
-3
/
+1
*
Revert "[BDCE][DemandedBits] Detect dead uses of undead instructions"
Nikita Popov
2018-12-19
4
-72
/
+23
*
[analyzer] CStringChecker: Add the forgotten test file.
Artem Dergachev
2018-12-19
1
-0
/
+28
*
[analyzer] CStringChecker: Fix a crash on C++ overloads of standard functions.
Artem Dergachev
2018-12-19
1
-34
/
+56
*
[llvm-ar] Simplify string table get-or-insert pattern with .insert, NFC
Reid Kleckner
2018-12-19
1
-6
/
+4
*
[x86] add test to show ddup hole; NFC (PR37502)
Sanjay Patel
2018-12-19
1
-0
/
+65
*
[gn build] Add build file for clang/lib/Basic and dependencies, 2nd try
Nico Weber
2018-12-19
10
-3
/
+350
*
Revert 349677, it contained a whole bunch of stuff I did not mean to commit
Nico Weber
2018-12-19
15
-424
/
+19
*
[gn build] Add build file for clang/lib/Basic and dependencies
Nico Weber
2018-12-19
15
-19
/
+424
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
5
-22
/
+193
*
[NativePDB] Enable function-level-linking.test in native mode.
Zachary Turner
2018-12-19
1
-1
/
+2
*
[BDCE][DemandedBits] Detect dead uses of undead instructions
Nikita Popov
2018-12-19
4
-23
/
+72
*
[NativePDB] Fix a use after free and enable corresponding native test.
Zachary Turner
2018-12-19
2
-2
/
+3
*
Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"
Alexandre Ganea
2018-12-19
1
-0
/
+6
*
[X86] Remove a bunch of 'else' after returns in reduceVMULWidth. NFC
Craig Topper
2018-12-19
1
-76
/
+75
*
llvm-dwarfdump: Improve/fix pretty printing of array dimensions
David Blaikie
2018-12-19
6
-69
/
+169
*
PR40096: Forwards-compatible with C++20 rule regarding aggregates not having ...
David Blaikie
2018-12-19
2
-5
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)
Stella Stamenova
2018-12-19
12
-20
/
+1
*
[ThinLTO] Remove dllimport attribute from locally defined symbols
Matthew Voss
2018-12-19
2
-1
/
+37
*
[sanitizer] Remove spurious semi-colon
Kostya Kortchinsky
2018-12-19
1
-1
/
+1
*
[lldbsuite] Un-xfail tests on Windows that are now passing
Stella Stamenova
2018-12-19
10
-37
/
+1
*
[GlobalISel][AArch64] Add support for @llvm.ceil
Jessica Paquette
2018-12-19
9
-0
/
+163
*
Work around GCC 9.0 regression
Eric Fiselier
2018-12-19
1
-1
/
+2
*
[llvm-mca] Rename an error variable.
Matt Davis
2018-12-19
1
-2
/
+2
*
[X86] Don't match TESTrr from (cmp (and X, Y), 0) during isel. Defer to post ...
Craig Topper
2018-12-19
4
-45
/
+42
*
[X86] Fix assert fails in pass X86AvoidSFBPass
Craig Topper
2018-12-19
2
-13
/
+108
*
[llvm-mca] Add an error handler for error from parseCodeRegions
Matt Davis
2018-12-19
1
-10
/
+14
*
Show the memory region name if there is one in the output of the "memory regi...
Greg Clayton
2018-12-19
3
-3
/
+35
*
[OPENMP]Mark the loop as started when initialized.
Alexey Bataev
2018-12-19
2
-1
/
+13
*
Revert r349517 "[CMake] Default options for faster executables on MSVC"
Alexandre Ganea
2018-12-19
3
-21
/
+0
*
[CodeComplete] Properly determine qualifiers of 'this' in a lambda
Ilya Biryukov
2018-12-19
2
-5
/
+24
*
Revert r349517 "[CMake] Default options for faster executables on MSVC"
Alexandre Ganea
2018-12-19
1
-6
/
+0
*
Initial PSTL commit
JF Bastien
2018-12-19
101
-0
/
+18755
*
[AArch64] Improve the Exynos M3 pipeline model
Evandro Menezes
2018-12-19
2
-5
/
+5
[next]