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
*
Enhance SymbolFileDWARF::ParseDeclsForContext performance
Pavel Labath
2019-09-24
5
-34
/
+36
*
ConstantFold - silence static analyzer dyn_cast<> null dereference warning. N...
Simon Pilgrim
2019-09-24
1
-0
/
+1
*
Fix cppcheck "reduce variable scope" warning. NFCI.
Simon Pilgrim
2019-09-24
1
-2
/
+1
*
[LLDB] Add tests for PECOFF arm architecture identification
Martin Storsjo
2019-09-24
4
-2
/
+176
*
[LLDB] [test] Allow differing order of some matches
Martin Storsjo
2019-09-24
1
-2
/
+2
*
[LLDB] [test] Add a few missing cases of REQUIRES: python
Martin Storsjo
2019-09-24
2
-0
/
+2
*
[LLDB] Fix typo in RegisterContextDarwin_arm64
Martin Storsjo
2019-09-24
1
-1
/
+1
*
[lldb] Also force posix paths in CppModuleConfigurationTest
Raphael Isemann
2019-09-24
1
-1
/
+1
*
[lldb][NFC] Use default member initializers in ReadStringAndDumpToStreamOptions
Raphael Isemann
2019-09-24
1
-16
/
+10
*
[ELF] Delete SectionBase::assigned
Fangrui Song
2019-09-24
2
-22
/
+9
*
[ELF] Make MergeInputSection merging aware of output sections
Fangrui Song
2019-09-24
12
-152
/
+207
*
[IR] IntrinsicInst - silence static analyzer dyn_cast<> null dereference warn...
Simon Pilgrim
2019-09-24
1
-2
/
+2
*
LoopVectorize - silence static analyzer dyn_cast<CmpInst> null dereference wa...
Simon Pilgrim
2019-09-24
1
-1
/
+1
*
[tblgen] Disable Leak detection for ASan/GCC and LSan/LLVM
Kamil Rytarowski
2019-09-24
1
-4
/
+9
*
[TSAN] Add read/write range interface functions with PC
Joachim Protze
2019-09-24
3
-0
/
+53
*
[lldb] Use convert_to_slash in CppModuleConfiguration
Raphael Isemann
2019-09-24
1
-3
/
+3
*
[SimplifyCFG] FoldTwoEntryPHINode - silence static analyzer null dereference ...
Simon Pilgrim
2019-09-24
1
-0
/
+1
*
SimplifyCFG - silence static analyzer dyn_cast<LandingPadInst> null dereferen...
Simon Pilgrim
2019-09-24
1
-1
/
+1
*
SimplifyCFG - silence static analyzer dyn_cast<Instruction> null dereference ...
Simon Pilgrim
2019-09-24
1
-2
/
+1
*
[clangd] Collect macros in the preamble region of the main file
Haojian Wu
2019-09-24
9
-113
/
+126
*
[lldb][NFC] Use llvm::StringRef in formatters::NSStringSummaryProvider
Raphael Isemann
2019-09-24
1
-11
/
+11
*
[ModuloSchedule] KernelRewriter::rewrite - silence static analyzer dyn_cast<>...
Simon Pilgrim
2019-09-24
1
-0
/
+1
*
[ARM] Split large widening MVE loads
David Green
2019-09-24
2
-304
/
+118
*
lowerObjCCall - silence static analyzer dyn_cast<CallInst> null dereference w...
Simon Pilgrim
2019-09-24
1
-1
/
+1
*
[ARM] MVE sext and widen/narrow tests from larger types. NFC
David Green
2019-09-24
2
-2
/
+859
*
[ARM] Split large truncating MVE stores
David Green
2019-09-24
3
-109
/
+157
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
62
-203
/
+437
*
[clang-tidy][test] Add -fexceptions to bugprone-infinite-loop.test
Fangrui Song
2019-09-24
1
-1
/
+1
*
[modularize] Fix compilation warning after r372681
Mikael Holmen
2019-09-24
1
-0
/
+2
*
gn build: Merge r372712
GN Sync Bot
2019-09-24
1
-0
/
+1
*
[llvm-objcopy] Refactor ELF-specific config out to ELFCopyConfig. NFC.
Seiya Nuta
2019-09-24
7
-128
/
+220
*
[clang-tidy] Add bugprone-infinite-loop.rst from D64736 to fix buildbot
Fangrui Song
2019-09-24
1
-0
/
+32
*
MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH
Pavel Labath
2019-09-24
10
-51
/
+47
*
[NFC] Update test after r372708
David Bolvansky
2019-09-24
1
-1
/
+1
*
[Diagnostics] Do not diagnose unsigned shifts in boolean context (-Wint-in-bo...
David Bolvansky
2019-09-24
3
-32
/
+39
*
gn build: Merge r372706
GN Sync Bot
2019-09-24
1
-0
/
+1
*
[clang-tidy] Add missing InfiniteLoopCheck.h, InfiniteLoopCheck.cpp and test ...
Fangrui Song
2019-09-24
7
-0
/
+533
*
[ASTImporter] 4th attempt to fix Windows buildbot test errors
Gabor Marton
2019-09-24
1
-4
/
+8
*
Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting...
Simon Pilgrim
2019-09-24
4
-89
/
+0
*
[Debuginfo] dbg.value points to undef value after Induction Variable Simplifi...
Alexey Lapshin
2019-09-24
3
-9
/
+190
*
[lldb][NFC] Relax completion tests for log command to make them pass on Linux
Raphael Isemann
2019-09-24
1
-15
/
+4
*
[LLDB] Avoid warnings about redefining posix mode defines on MinGW
Martin Storsjo
2019-09-24
1
-1
/
+11
*
[LLDB] [Windows] Add missing ifdefs to fix building for non-x86 architectures
Martin Storsjo
2019-09-24
1
-1
/
+14
*
sanitizer_common: fix freebsd build error
Dmitry Vyukov
2019-09-24
1
-1
/
+0
*
[lldb] Fix log output and UtilityTests/LogChannelTest.List
Raphael Isemann
2019-09-24
1
-0
/
+1
*
[LV] Forced vectorization with runtime checks and OptForSize
Sjoerd Meijer
2019-09-24
2
-3
/
+44
*
[clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite ...
Adam Balogh
2019-09-24
4
-0
/
+89
*
[lldb] Remove redundant argument lists in CompletionRequest
Raphael Isemann
2019-09-24
4
-20
/
+13
*
[lldb] Add completion support for log enable/disable/list
Raphael Isemann
2019-09-24
4
-7
/
+110
*
Ignore generated @import statements in the expression evaluator
Raphael Isemann
2019-09-24
3
-6
/
+22
[next]