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
*
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
*
Remove dead and unused variable NumSentinelElements.
Eric Christopher
2017-01-04
1
-2
/
+2
*
Revert accidentally-committed file.
Richard Smith
2017-01-04
1
-2
/
+2
*
Factor out duplicated code and simplify.
Richard Smith
2017-01-04
2
-134
/
+83
*
Remove dead variable Len.
Eric Christopher
2017-01-04
1
-4
/
+1
*
Add missing CHECK: line to test case added in 29097
Tobias Grosser
2017-01-04
1
-0
/
+1
*
[Sema] Replace remove_if+erase with erase_if. NFC.
George Burgess IV
2017-01-04
2
-7
/
+3
*
Support -fno-delayed-template-parsing in clang-cl.exe
Reid Kleckner
2017-01-04
2
-2
/
+11
*
Reverting commit r290983 while debugging test failure on windows.
Arpith Chacko Jacob
2017-01-04
3
-364
/
+323
*
Delete stale test.
Rafael Espindola
2017-01-04
1
-39
/
+1
*
ADT: IntrusiveRefCntPtr: Broaden the definition of correct usage of RefCounte...
David Blaikie
2017-01-04
1
-5
/
+2
*
ELF: Round p_memsz of the PT_GNU_RELRO program header up to the page size.
Peter Collingbourne
2017-01-04
3
-3
/
+8
*
Use -### so the mbig-obj.c test passes when there is no registered x86 target
Reid Kleckner
2017-01-04
1
-7
/
+4
*
[OpenMP] Update target codegen for NVPTX device.
Arpith Chacko Jacob
2017-01-04
3
-323
/
+364
*
[CUDA] Pre-include sm_60 and sm_61 headers.
Artem Belevich
2017-01-04
1
-0
/
+5
[next]