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
*
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
*
[clang-format] NFC clang-format the clang-format unit tests
Paul Hoad
2019-09-24
1
-324
/
+350
*
[ASTImporter] 3rd attempt to fix Windows buildbot test errors
Gabor Marton
2019-09-24
1
-4
/
+6
*
Revert "[static analyzer] Define __clang_analyzer__ macro in driver"
Jan Korous
2019-09-24
4
-8
/
+9
*
Revert "[lit] Add -D__clang_analyzer__ to clang_analyze_cc1"
Jan Korous
2019-09-24
1
-1
/
+1
*
Revert "[static analyzer][test] Test directly that driver sets D__clang_analy...
Jan Korous
2019-09-24
1
-2
/
+5
*
Fix int to bool errors exposed due to r372612.
Rumeet Dhindsa
2019-09-24
3
-4
/
+4
*
[static analyzer][test] Test directly that driver sets D__clang_analyzer__
Jan Korous
2019-09-24
1
-5
/
+2
*
[lit] Add -D__clang_analyzer__ to clang_analyze_cc1
Jan Korous
2019-09-24
1
-1
/
+1
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-24
9
-8
/
+45
*
[static analyzer] Remove --analyze-auto
Jan Korous
2019-09-24
4
-7
/
+3
*
[static analyzer] Define __clang_analyzer__ macro in driver
Jan Korous
2019-09-24
4
-9
/
+8
*
[InstCombine] Fold a shifty implementation of clamp-to-allones.
Huihui Zhang
2019-09-24
2
-35
/
+39
*
Adapt test to upstream clang compiler changes.
Adrian Prantl
2019-09-24
1
-1
/
+4
*
[InstCombine] Fold a shifty implementation of clamp-to-zero.
Huihui Zhang
2019-09-24
2
-32
/
+36
*
[GlobalISel][IRTranslator] Fix switch table lowering to use signed LE not uns...
Amara Emerson
2019-09-24
2
-4
/
+46
*
[llvm-cov] NFC: Specify a specific C++ standard in the test.
Artem Dergachev
2019-09-24
1
-3
/
+6
*
[MemorySSA] Update Phi insertion.
Alina Sbirlea
2019-09-23
2
-43
/
+71
*
Revert "Support for DWARF-5 C++ language tags."
Jonas Devlieghere
2019-09-23
9
-45
/
+8
*
[NFC][InstCombine] Add tests for shifty implementation of clamping.
Huihui Zhang
2019-09-23
2
-0
/
+473
*
[Make] Add support for building NeXT-style frameworks
Jonas Devlieghere
2019-09-23
1
-11
/
+40
*
[NFCI] Return PathSensitiveBugReport where appropriate
Alex Langford
2019-09-23
2
-7
/
+10
*
HotColdSplitting: invalidate the AssumptionCache on split
Saleem Abdulrasool
2019-09-23
2
-0
/
+43
*
[llvm-lipo] Add support for archives
Alexander Shaposhnikov
2019-09-23
2
-140
/
+230
*
[SampleFDO] Treat names in profile as not cold only when profile symbol list
Wei Mi
2019-09-23
2
-29
/
+44
*
[Diagnostics] Warn for enum constants in bool context (-Wint-in-bool-context;...
David Bolvansky
2019-09-23
3
-2
/
+47
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-23
9
-8
/
+45
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-09-23
1
-1
/
+1
*
[X86] Reduce the number of unique check prefixes in memset-nonzero.ll. NFC
Craig Topper
2019-09-23
1
-70
/
+3
*
[lld][WebAssembly] Preserve symbol flags in --relocatable output
Sam Clegg
2019-09-23
5
-28
/
+14
[next]