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
*
Attempt to fix greendragon bot after r326141
Adam Nemet
2018-02-27
1
-0
/
+1
*
[X86] Replace an impossible if condition with an assert.
Craig Topper
2018-02-27
1
-2
/
+1
*
Mark test_*int*_t_dwarf as failing on FreeBSD
Ed Maste
2018-02-27
1
-0
/
+9
*
[analyzer] Fix an uninitialized field.
Artem Dergachev
2018-02-27
1
-0
/
+1
*
[Driver] Allow using a canonical form of '-fuse-ld=' when cross-compiling on ...
Igor Kudrin
2018-02-27
3
-2
/
+27
*
Add new interceptors: getnetent(3) family
Kamil Rytarowski
2018-02-27
4
-0
/
+163
*
Add new interceptors: getprotoent(3) family
Kamil Rytarowski
2018-02-27
4
-0
/
+167
*
Add new interceptors: getttyent(3) family
Kamil Rytarowski
2018-02-27
5
-0
/
+121
*
[asan] Enable ASAN_INTERCEPT___CXA_THROW for x86 Android
Vitaly Buka
2018-02-27
1
-4
/
+1
*
Move "concurrent events" tests back into one folder
Pavel Labath
2018-02-27
71
-348
/
+4
*
Fix r326154 buildbots test fail
Evgeny Stupachenko
2018-02-27
2
-3
/
+2
*
[analyzer] Switch the default exploration strategy to priority queue based on...
George Karpenkov
2018-02-27
5
-6
/
+11
*
[analyzer] Logging test typo quickfix.
George Karpenkov
2018-02-27
1
-1
/
+1
*
[analyzer] Logging test quickfix.
George Karpenkov
2018-02-27
1
-2
/
+1
*
Fix PR36032, PR35432
Evgeny Stupachenko
2018-02-27
3
-0
/
+373
*
[SelectionDAG] Remove code from PromoteIntRes_CONCAT_VECTORS that was added i...
Craig Topper
2018-02-27
1
-15
/
+0
*
Revert "Revert "[analyzer] Quickfix: do not overflow in calculating offset in...
George Karpenkov
2018-02-27
3
-1
/
+61
*
[Driver] Add SafeStack to a map of incompatible sanitizers
Petr Hosek
2018-02-27
2
-6
/
+5
*
Fix build for iOS/ARM ("__Unwind_RaiseException" is not available for armv7).
Kuba Mracek
2018-02-26
1
-1
/
+1
*
[asan] Fix build for Android
Vitaly Buka
2018-02-26
1
-2
/
+2
*
[InstCombine, InstSimplify] add tests with undef elements in constant FP vect...
Sanjay Patel
2018-02-26
2
-0
/
+62
*
[AArch64] Harden test cases
Evandro Menezes
2018-02-26
2
-2
/
+5
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-02-26
5
-330
/
+366
*
Fix which Darwin versions have ObjC runtime with full subscripting support.
Volodymyr Sapsai
2018-02-26
2
-5
/
+5
*
Fix codeview-column-info.c test with a triple
Reid Kleckner
2018-02-26
1
-3
/
+3
*
Fix which Darwin versions have ObjC runtime with full subscripting support.
Volodymyr Sapsai
2018-02-26
2
-1
/
+7
*
[GISel]: Don't assert when constraining RegisterOperands which are uses.
Aditya Nandakumar
2018-02-26
5
-13
/
+14
*
Re-land "Emit proper CodeView when -gcodeview is passed without the cl driver."
Reid Kleckner
2018-02-26
3
-1
/
+20
*
Add a sanity check for inline testcases.
Adrian Prantl
2018-02-26
2
-0
/
+10
*
Revert r326134 due to broken buildbot
Ed Maste
2018-02-26
1
-8
/
+0
*
[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to handle vector consta...
Craig Topper
2018-02-26
2
-4
/
+20
*
Keep flags from phantom synthetic sections.
Rafael Espindola
2018-02-26
6
-30
/
+69
*
[analyzer] Exploration strategy prioritizing unexplored nodes first
George Karpenkov
2018-02-26
5
-0
/
+69
*
[analyzer] Do not analyze bison-generated files
George Karpenkov
2018-02-26
2
-37
/
+74
*
Mark test_*int*_t_dwarf as failing on FreeBSD
Ed Maste
2018-02-26
1
-0
/
+8
*
[X86][SSE] Reduce FADD/FSUB/FMUL costs on later targets (PR36280)
Simon Pilgrim
2018-02-26
8
-231
/
+224
*
[asan] Intercept std::rethrow_exception indirectly
Vitaly Buka
2018-02-26
3
-0
/
+115
*
Revert "[analyzer] Quickfix: do not overflow in calculating offset in RegionM...
George Karpenkov
2018-02-26
3
-60
/
+1
*
Partial fix for TestConflictingSymbol.py on Windows
Adrian McCarthy
2018-02-26
3
-4
/
+4
*
[DebugInfo] Remove target-specific instructions in test
Scott Linder
2018-02-26
1
-2
/
+0
*
[X86] Add constant folding to combineMOVMSK.
Craig Topper
2018-02-26
2
-22
/
+78
*
[opt-viewer] Kill parser processes before moving onto rendering
Adam Nemet
2018-02-26
1
-0
/
+2
*
opt-diff: Support splitting to multiple output files
Adam Nemet
2018-02-26
1
-4
/
+11
*
[opt-viewer] Set title for the source pages
Adam Nemet
2018-02-26
5
-1
/
+7
*
opt-viewer: also find thinlto opt.yaml files
Adam Nemet
2018-02-26
1
-1
/
+1
*
opt-viewer: output index first
Adam Nemet
2018-02-26
1
-7
/
+9
*
[analyzer] Quickfix: do not overflow in calculating offset in RegionManager
George Karpenkov
2018-02-26
3
-1
/
+60
*
[Darwin] Specify DWARF 2/4 when running apple accelerator tests.
Davide Italiano
2018-02-26
2
-1
/
+6
*
[libcxx] [test] Fix MSVC warnings and errors.
Stephan T. Lavavej
2018-02-26
10
-75
/
+76
*
[X86] Add a custom legalization for (i16 (bitcast v16i1)) and (i32 (bitcast v...
Craig Topper
2018-02-26
4
-1698
/
+121
[next]