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
*
Remove duplicate MemVT to fix shadow variable warning. NFCI.
Simon Pilgrim
2019-11-09
1
-1
/
+0
*
Statistic - Fix shadow variable warning. NFCI.
Simon Pilgrim
2019-11-09
1
-4
/
+4
*
Remove superfluous break after return. NFC.
Simon Pilgrim
2019-11-09
1
-2
/
+0
*
Fix shadow variable warning by reducing scope of CC/InverseCC CondCodes. NFCI.
Simon Pilgrim
2019-11-09
1
-3
/
+3
*
Remarks - fix shadow variable warnings. NFCI.
Simon Pilgrim
2019-11-09
2
-14
/
+16
*
[cxx_status] Update with Belfast motions.
Richard Smith
2019-11-09
1
-11
/
+40
*
Refactor SimplifySelectsFeedingBinaryOp for D64713. NFC.
Jay Foad
2019-11-09
1
-25
/
+32
*
[Diagnostics] Fixed crash with non pointer type (PR43950)
Dávid Bolvanský
2019-11-09
1
-1
/
+2
*
[analyzer] Fix skipping the call during inlined defensive check suppression.
Artem Dergachev
2019-11-08
2
-11
/
+25
*
[analyzer] Nullability: Don't infer nullable when passing as nullable parameter.
Artem Dergachev
2019-11-08
2
-5
/
+12
*
Temporarily change the default for use-g-packet-for-reading to false,
Jason Molenda
2019-11-08
3
-2
/
+5
*
Revert "Add a testcase for .dSYM path remapping dictionaries."
Jonas Devlieghere
2019-11-08
3
-69
/
+0
*
[clang][IFS][test] Fixing buildbot test fails for clang-ifs.
Puyan Lotfi
2019-11-08
8
-16
/
+16
*
[clang][IFS] Adds support for more decl types in clang interface stubs.
Puyan Lotfi
2019-11-08
11
-6
/
+157
*
ThinLTO : Import always_inline functions irrespective of the threshold
Teresa Johnson
2019-11-08
15
-14
/
+67
*
Test case to verify that lldb falls back to p/P if g is unsupported
Jason Molenda
2019-11-08
1
-0
/
+98
*
DebugInfo: Remove redundant conditionals/checks from macro info emission
David Blaikie
2019-11-08
1
-18
/
+8
*
DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma...
David Blaikie
2019-11-08
10
-46
/
+31
*
llvm-ranlib/nm: Don't print usage message except for usage errors
Sam Clegg
2019-11-08
4
-26
/
+50
*
NVPTX: Don't insert an extra empty line at the end of the last section.
David Blaikie
2019-11-08
6
-7
/
+0
*
Debug Info: Nest Objective-C property function decls inside their container.
Adrian Prantl
2019-11-08
3
-25
/
+82
*
[clangd] NFC, reuse the source manager variable in the RawStringLiteral apply...
Alex Lorenz
2019-11-08
1
-2
/
+1
*
[MC] Emit unused undefined symbol even if its binding is not set
Fangrui Song
2019-11-08
5
-9
/
+37
*
[www] More HTTPS and outdated link fixes.
Stephan T. Lavavej
2019-11-08
7
-16
/
+16
*
clang-format: refresh the list of options
Sylvestre Ledru
2019-11-08
1
-45
/
+52
*
Reland "[compiler-rt] Fix tests after 03b84e4f6d0"
Jan Korous
2019-11-08
2
-2
/
+2
*
Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1""
Jan Korous
2019-11-08
6
-21
/
+62
*
clang-format: Add to the release notes the new --dry-run/-n option
Sylvestre Ledru
2019-11-08
1
-0
/
+3
*
Revert "Reapply "Fix crash on switch conditions of non-integer types in templ...
Melanie Blower
2019-11-08
9
-32
/
+8
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)...
joanlluch
2019-11-08
3
-0
/
+88
*
Don't attempt to upgrade debug-info-tests to Python3.
Adrian Prantl
2019-11-08
1
-35
/
+0
*
Add a testcase for .dSYM path remapping dictionaries.
Adrian Prantl
2019-11-08
3
-0
/
+69
*
Basic: fix FileManager invalidation issue for file redirect
Alex Suhan
2019-11-08
1
-7
/
+11
*
[llvm-xray] Add basic test for AArch64 support
Shoaib Meenai
2019-11-08
2
-0
/
+173
*
[clang] Fix -fsanitize-system-blacklist processing in cc1
Jan Korous
2019-11-08
1
-0
/
+5
*
Reland "[clang] Report sanitizer blacklist as a dependency in cc1"
Jan Korous
2019-11-08
6
-62
/
+21
*
Reland "[clang] Report sanitizer blacklist as a dependency in cc1"
Jan Korous
2019-11-08
6
-21
/
+62
*
DebugInfo: Use separate macinfo contributions for each CU
David Blaikie
2019-11-08
11
-63
/
+69
*
[clang-format] NFC allow Format.h to be clang-formatted but still maintain th...
paul_hoad
2019-11-08
2
-7
/
+14
*
gn build: Merge f0af11d86f8
LLVM GN Syncbot
2019-11-08
1
-0
/
+1
*
[DDG] Data Dependence Graph - Pi Block
bmahjour
2019-11-08
11
-318
/
+751
*
[AArch64][X86] Don't assume __powidf2 is available on Windows.
Eli Friedman
2019-11-08
7
-64
/
+144
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Gil Rapaport
2019-11-08
8
-209
/
+131
*
[ELF] Fix stack-use-after-scope after D69592 and 69650
Fangrui Song
2019-11-08
1
-2
/
+4
*
Reapply [LVI] Normalize pointer behavior
Nikita Popov
2019-11-08
2
-90
/
+99
*
[clang] Add VFS support for sanitizers' blacklists
Jan Korous
2019-11-08
7
-10
/
+69
*
[cmake] Remove LLVM_{BUILD,LINK}_LLVM_DYLIB options on Windows
Tom Stellard
2019-11-08
5
-7
/
+18
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Melanie Blower
2019-11-08
9
-8
/
+32
*
[ThinLTO] Fix bug when importing writeonly variables
evgeny
2019-11-08
5
-8
/
+80
*
[cmake] Remove SVN support from VersionFromVCS.cmake
Tom Stellard
2019-11-08
2
-79
/
+30
[next]