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
*
[X86] Add Intel Kaby Lake model numbers to getHostCPUName aliased to "skylake...
Craig Topper
2017-01-05
1
-2
/
+4
*
MC: support passing search paths to the IAS
Saleem Abdulrasool
2017-01-05
6
-1
/
+33
*
[X86] Change getHostCPUName to report Intel model 0x4e as "skylake" instead o...
Craig Topper
2017-01-05
1
-3
/
+11
*
[AVR] Support r26 through r31 in inline assembly
Dylan McKay
2017-01-05
1
-1
/
+12
*
Add AVR target and toolchain to Clang
Dylan McKay
2017-01-05
8
-0
/
+319
*
Fix test suite configuration when no lit.site.cfg is available
Eric Fiselier
2017-01-05
1
-3
/
+5
*
[sancov] enabling tests on ppc and s390
Mike Aizatsky
2017-01-05
1
-1
/
+2
*
Tentative fix for modules build.
Peter Collingbourne
2017-01-05
1
-0
/
+1
*
[libFuzzer] use /tmp (or $TMPDIR, if present) to store temp files during merge
Kostya Serebryany
2017-01-05
4
-2
/
+13
*
fixing build, accidentally deleted two lines
Mike Aizatsky
2017-01-05
1
-0
/
+2
*
[sancov] workaround for absence of weak symbols on win
Mike Aizatsky
2017-01-05
1
-0
/
+2
*
Per [temp.deduct.call], do not deduce an array bound of 0 from an empty initi...
Richard Smith
2017-01-05
2
-1
/
+17
*
Factor out more common logic in template argument deduction from function cal...
Richard Smith
2017-01-05
1
-71
/
+62
*
Fix build bots.
Peter Collingbourne
2017-01-05
1
-2
/
+2
*
Get test-suite configuring on Windows with clang-cl
Eric Fiselier
2017-01-05
1
-9
/
+50
*
[sancov] workaround for absence of weak symbols on win
Mike Aizatsky
2017-01-05
1
-2
/
+1
*
[gtest] Teach the sanitizer's custom gtest compilations to disable
Chandler Carruth
2017-01-05
2
-0
/
+2
*
IR: Module summary representation for type identifiers; summary test scaffold...
Peter Collingbourne
2017-01-05
6
-0
/
+239
*
[sancov] introducing SANCOV_OPTIONS
Mike Aizatsky
2017-01-05
6
-4
/
+163
*
Revert r291025 ("AMDGPU: Remove unneccessary intermediate vector")
Richard Smith
2017-01-05
1
-22
/
+18
*
[PM] Fix a typo in a comment that Davide spotted in another code review.
Chandler Carruth
2017-01-05
1
-1
/
+1
*
PR31540: install libc++abi headers into include/c++/v1 in build area.
Richard Smith
2017-01-05
1
-1
/
+9
*
Fix assertion failure on deduction failure due to too short template argument...
Richard Smith
2017-01-05
2
-2
/
+10
*
[gtest] Work around broken installs of libc++ where we don't have
Chandler Carruth
2017-01-05
1
-1
/
+7
*
break overly long line in sanitizer_win.cc
Bob Haarman
2017-01-05
1
-1
/
+2
*
[AVX-512] Update vextract64x4 intrinsic upgrade test cases to use a legal imm...
Craig Topper
2017-01-05
1
-3
/
+4
*
Fix XPASS buildbot failure related to structured bindings
Eric Fiselier
2017-01-05
1
-1
/
+1
*
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
[next]