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
*
llvm-undname: Name a bool param, no behavior change
Nico Weber
2019-04-11
1
-5
/
+6
*
llvm-undname: Fix out-of-bounds read on invalid intrinsic function code
Nico Weber
2019-04-11
3
-3
/
+16
*
llvm-undname: Don't crash on incomplete enum tag manglings
Nico Weber
2019-04-11
2
-1
/
+6
*
llvm-undname: Fix crash on incomplete virtual this adjusts
Nico Weber
2019-04-11
2
-2
/
+8
*
[X86AsmPrinter] refactor static functions into private methods. NFC
Nick Desaulniers
2019-04-11
2
-77
/
+84
*
[TSan][libdispatch] Delete old tests
Julian Lettner
2019-04-11
2
-69
/
+0
*
llvm-undname: Fix crash on invalid name in a template parameter pointer to me...
Nico Weber
2019-04-11
2
-0
/
+7
*
[Pipeliner] Fix incorrect loop carried dependence calculation
Brendon Cahoon
2019-04-11
4
-5
/
+181
*
Revert r357610, it caused PR41471
Nico Weber
2019-04-11
2
-63
/
+0
*
[C++20] Implement context-sensitive header-name lexing and pp-import parsing ...
Richard Smith
2019-04-11
21
-116
/
+652
*
Remove use of lookahead from _Pragma handling and from all other
Richard Smith
2019-04-11
6
-122
/
+125
*
[CVP] Generate full test checks for overflows.ll; NFC
Nikita Popov
2019-04-11
1
-16
/
+275
*
[ConstantRange] Add unsignedMulMayOverflow()
Nikita Popov
2019-04-11
3
-0
/
+35
*
[ConstantRangeTest] Fix typos in test names; NFC
Nikita Popov
2019-04-11
1
-4
/
+4
*
[cmake] Fix dependency issue in TableGen
Pengxuan Zheng
2019-04-11
1
-1
/
+2
*
[PGO] Better handling of profile hash mismatch
Rong Xu
2019-04-11
3
-6
/
+127
*
[lldb] [lit/Register] XFAIL on Darwin
Michal Gorny
2019-04-11
1
-0
/
+1
*
[AArch64][GlobalISel] Flesh out vector load/store support for more types.
Amara Emerson
2019-04-11
6
-71
/
+448
*
[AArch64][GlobalISel] Legalization and ISel support for load/stores of vector...
Amara Emerson
2019-04-11
8
-25
/
+260
*
[DebugInfo] Combine Trivial and NonTrivial flags
Aaron Smith
2019-04-11
14
-35
/
+34
*
[DebugInfo] Combine Trivial and NonTrivial flags
Aaron Smith
2019-04-11
2
-10
/
+14
*
[X86] Restrict vselect handling in scalarizeExtEltFP to only case to pre type...
Craig Topper
2019-04-11
2
-0
/
+29
*
[X86] Add 32-bit command line to extractelement-fp.ll so I can add a test cas...
Craig Topper
2019-04-11
1
-246
/
+806
*
[test] Fix & re-enable CommandScriptImmediateOutputFile on Windows
Jonas Devlieghere
2019-04-11
2
-4
/
+5
*
[X86] Add patterns for using movss/movsd for atomic load/store of f32/64. Rem...
Craig Topper
2019-04-11
4
-141
/
+130
*
Recommit r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ...
Craig Topper
2019-04-11
8
-396
/
+428
*
[test] Disable CommandScriptImmediateOutputFile on Windows
Jonas Devlieghere
2019-04-11
1
-0
/
+2
*
Revert r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ta...
Craig Topper
2019-04-11
8
-382
/
+323
*
[X86] Use FILD/FIST to implement i64 atomic load on 32-bit targets with X87, ...
Craig Topper
2019-04-11
8
-323
/
+382
*
[X86] Pre-commit i64 volatile test case for D60156. NFC
Craig Topper
2019-04-11
1
-0
/
+32
*
[TSan][libdispatch] Re-enable disabled tests
Julian Lettner
2019-04-11
2
-6
/
+0
*
[TSan][libdispatch] Turn ignore_noninstrumented_modules=1 back on for Darwin
Julian Lettner
2019-04-11
1
-0
/
+3
*
[libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.
Max Moroz
2019-04-11
1
-3
/
+3
*
[TSan][libdispatch] Replace usage of NSMutableData with stack array
Julian Lettner
2019-04-11
5
-10
/
+10
*
[TSan][libdispatch] Change test to have two simultaneous timers
Julian Lettner
2019-04-11
1
-1
/
+1
*
[TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 2
Julian Lettner
2019-04-11
11
-83
/
+97
*
Revert "tsan: Update test expectations."
Matt Morehouse
2019-04-11
1
-2
/
+2
*
Support objc_nonlazy_class attribute on Objective-C implementations
Erik Pilkington
2019-04-11
6
-16
/
+29
*
Add support for attributes on @implementations in Objective-C
Erik Pilkington
2019-04-11
15
-32
/
+106
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
9
-32
/
+45
*
Fix sphinx documentation warning.
Zachary Turner
2019-04-11
1
-1
/
+1
*
[PDB Docs] Add skeleton of documentation for CodeView symbols.
Zachary Turner
2019-04-11
2
-28
/
+259
*
[pstl] Remove our custom FindTBB CMake file
Louis Dionne
2019-04-11
2
-67
/
+0
*
Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.
Eric Fiselier
2019-04-11
2
-4
/
+31
*
New document skeleton describing how to add a constrained floating-point
Kevin P. Neal
2019-04-11
2
-0
/
+99
*
[pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notes
Louis Dionne
2019-04-11
4
-8
/
+68
*
[ConstantFold] ExtractConstantBytes - handle shifts on large integer types
Simon Pilgrim
2019-04-11
2
-14
/
+52
*
[NFC] Correct outdated links to the Itanium C++ ABI documentation
Louis Dionne
2019-04-11
10
-10
/
+10
*
[libFuzzer] Fallback to default Mutate when MutateWithMask fails.
Max Moroz
2019-04-11
2
-1
/
+4
*
[libc++] Make sure we don't eagerly diagnose non-const comparators for contai...
Louis Dionne
2019-04-11
10
-21
/
+165
[next]