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
*
Fix PR26961 - Add default constructor to std::pointer_safety struct.
Eric Fiselier
2017-01-05
3
-2
/
+37
*
[Sema] Mark undefined ctors as deleted. NFC.
George Burgess IV
2017-01-05
1
-4
/
+4
*
Fix std::pointer_safety type in ABI v2
Eric Fiselier
2017-01-05
6
-3
/
+98
*
[MS] Instantiate default args during instantiation of exported default ctors
Reid Kleckner
2017-01-05
5
-63
/
+89
*
Mark test that is testing statistics output as requiring Assertions
Mehdi Amini
2017-01-05
1
-1
/
+1
*
[InstSimplify] add tests to show missing select simplifications; NFC
Sanjay Patel
2017-01-05
1
-0
/
+28
*
fix warning about noreturn in sanitizer_win's internal__exit()
Bob Haarman
2017-01-05
1
-1
/
+15
*
Correct Vectorcall Register passing and HVA Behavior
Erich Keane
2017-01-05
3
-53
/
+237
*
[PM] Edit comments in PassManager.h.
Justin Lebar
2017-01-05
1
-128
/
+122
*
Fix Sphinx build error caused by bad indentation
Eric Fiselier
2017-01-05
1
-1
/
+1
*
Patch gtest to move GTEST_IS_THREADSAFE out of unrelated GTEST_HAS_SEH ifdef
Reid Kleckner
2017-01-05
1
-2
/
+2
*
[DWARF] Null out the debug locs of load instructions that have been moved by ...
Wolfgang Pieb
2017-01-04
2
-9
/
+18
*
[gtest] The way EXPECT_TEST now works after upgrading gtest triggers an
Chandler Carruth
2017-01-04
1
-3
/
+6
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
69
-773
/
+774
*
Only instantiate members of nested classes in local classes once, rather than...
Richard Smith
2017-01-04
2
-2
/
+16
*
[gtest] Fix the way we disable a warning for unittests.
Chandler Carruth
2017-01-04
2
-5
/
+4
*
Fix private inheritance in C++03 tuple_size
Eric Fiselier
2017-01-04
1
-3
/
+3
*
Fix verify test on 32 bit systems
Eric Fiselier
2017-01-04
1
-1
/
+1
*
Bail out if we try to build a DeclRefExpr naming an invalid declaration.
Richard Smith
2017-01-04
6
-7
/
+15
*
[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.
Chandler Carruth
2017-01-04
36
-2462
/
+5451
*
Implement P0505: 'Wording for GB 50'
Marshall Clow
2017-01-04
12
-35
/
+209
*
Use lazy-loading of Metadata in MetadataLoader when importing is enabled (NFC)
Mehdi Amini
2017-01-04
4
-28
/
+443
*
Change BitstreamCursor::skipRecord to return the record code (NFC)
Mehdi Amini
2017-01-04
2
-6
/
+16
*
AMDGPU: Remove unneccessary intermediate vector
Matt Arsenault
2017-01-04
1
-18
/
+22
*
Fixup some header includes from recent IntrusiveRefCntPtr cleanup.
David Blaikie
2017-01-04
3
-3
/
+1
*
[ADT] Attempt to fix GCC warning in IntrusiveRefCntPtrTest.
Justin Lebar
2017-01-04
1
-1
/
+3
*
InstCombine: Fold cos(-x) -> cos(x)
Matt Arsenault
2017-01-04
3
-0
/
+103
*
Use C++11 static_assert in variant tests. Patch from Michael Park
Eric Fiselier
2017-01-04
3
-32
/
+32
*
[Parse] Don't ignore attributes after a late-parsed attr.
George Burgess IV
2017-01-04
2
-2
/
+10
*
[libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...
Eric Fiselier
2017-01-04
7
-36
/
+334
*
Fix for LLVM Bitcode API change (to use std::shared_ptr)
David Blaikie
2017-01-04
5
-136
/
+136
*
Remove use of intrusive ref count ownership acquisition
David Blaikie
2017-01-04
2
-5
/
+5
*
Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...
David Blaikie
2017-01-04
7
-127
/
+119
*
[Legalizer] Fix fp-to-uint to fp-tosint promotion assertion.
Tim Shen
2017-01-04
3
-2
/
+29
*
Fix failure to treat overloaded function in braced-init-list as a non-deduced...
Richard Smith
2017-01-04
6
-59
/
+17
*
Fix some buildbot issues with const objects with default ctors
David Blaikie
2017-01-04
1
-2
/
+2
*
The patch fixes (base, index, offset) match.
Evgeny Stupachenko
2017-01-04
2
-9
/
+43
*
[compiler-rt] suppress LNK4221 warning when creating static libraries
Bob Haarman
2017-01-04
1
-0
/
+11
*
[AArch64] Update the feature set for Qualcomm's Falkor CPU.
Chad Rosier
2017-01-04
2
-1
/
+12
*
Add positive test for sqrt "partial inlining". NFC.
Michael Kuperstein
2017-01-04
2
-0
/
+23
*
[AArch64] Fix over-eager early-exit in load-store combiner
Nirav Dave
2017-01-04
2
-0
/
+15
*
Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...
David Blaikie
2017-01-04
7
-119
/
+127
*
Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...
David Blaikie
2017-01-04
7
-127
/
+119
*
Remove unnecessary intrusive ref counting in favor of std::shared_ptr/make_sh...
David Blaikie
2017-01-04
1
-11
/
+7
*
Remove accidentally target-dependent test and pacify bots.
Michael Kuperstein
2017-01-04
1
-23
/
+0
*
[PowerPC] Fix logic dealing with nop after calls (and tail-call eligibility)
Hal Finkel
2017-01-04
3
-44
/
+172
*
NewGVN: Track the maximum number of iterations GVN takes on any function, so ...
Daniel Berlin
2017-01-04
1
-1
/
+4
*
Add positive test for sqrt "partial inlining". NFC.
Michael Kuperstein
2017-01-04
1
-0
/
+23
*
[lib/LTO] Simplify logic removing set but unused variable. NFCI.
Davide Italiano
2017-01-04
1
-9
/
+3
*
YAML: Remove Input::MapHNode::isValidKey(), use llvm::is_contained() instead....
Peter Collingbourne
2017-01-04
2
-11
/
+1
[next]