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
*
Sort. NFC.
Rui Ueyama
2017-03-21
1
-25
/
+25
*
Add support for -fno-auto-profile and -fno-profile-sample-use
Dehao Chen
2017-03-21
5
-2
/
+34
*
Define Config::Endianness.
Rui Ueyama
2017-03-21
4
-10
/
+12
*
AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel
Matt Arsenault
2017-03-21
714
-6249
/
+6249
*
Apply clang-tidy's performance-unnecessary-value-param to parts of clang.
Benjamin Kramer
2017-03-21
9
-22
/
+29
*
Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.
Benjamin Kramer
2017-03-21
4
-6
/
+6
*
[c-index-test] Fix memory leak in c-index-test tool.
Argyrios Kyrtzidis
2017-03-21
1
-0
/
+1
*
Revert "Improve StringMap iterator support."
Zachary Turner
2017-03-21
3
-110
/
+32
*
GlobalISel: widen booleans by zero-extending to a byte.
Tim Northover
2017-03-21
2
-2
/
+2
*
Fix test failure I introduced
Marshall Clow
2017-03-21
1
-6
/
+6
*
Fix clang errors caused by StringMap iterator changes.
Zachary Turner
2017-03-21
1
-7
/
+17
*
Improve StringMap iterator support.
Zachary Turner
2017-03-21
3
-32
/
+100
*
Remove eol-style:native from StringMap.h
Zachary Turner
2017-03-21
0
-0
/
+0
*
Don't make unqualified calls to functions that could well be found via
Chandler Carruth
2017-03-21
1
-2
/
+2
*
iFix Test deprecation behavior in C89 mode as a result of r298410
Erich Keane
2017-03-21
1
-1
/
+4
*
[InstCombine] regenerate checks; NFC
Sanjay Patel
2017-03-21
1
-55
/
+54
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
7
-71
/
+75
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
16
-97
/
+237
*
Clang change: Do not inline hot callsites for samplepgo in thinlto compile ph...
Dehao Chen
2017-03-21
3
-1
/
+27
*
Do not inline hot callsites for samplepgo in thinlto compile phase.
Dehao Chen
2017-03-21
5
-6
/
+12
*
[ADT] Add a version of llvm::join() that takes a range.
Zachary Turner
2017-03-21
2
-0
/
+9
*
[X86][MS-compatability][clang] allow MS TYPE/SIZE/LENGTH operators as a part ...
Coby Tayree
2017-03-21
1
-0
/
+7
*
[X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH operators as a part o...
Coby Tayree
2017-03-21
1
-45
/
+60
*
[CMake] fix CLANG_INCLUDE_DIRS CMake export
Guillaume Papin
2017-03-21
1
-1
/
+1
*
[X86] Remove extra semicolon to placate GCC. NFCI.
Davide Italiano
2017-03-21
1
-1
/
+1
*
Fix a couple of 'C++11'-isms from the last checkin, which broke the '03 bot.
Marshall Clow
2017-03-21
3
-4
/
+11
*
Prevent cppcoreguidelines-pro-bounds-array-to-pointer-decay from diagnosing a...
Aaron Ballman
2017-03-21
2
-4
/
+29
*
Fix array sizes where address space is not yet known
Konstantin Zhuravlyov
2017-03-21
2
-2
/
+13
*
Fix build broken by StringList move.
Zachary Turner
2017-03-21
2
-0
/
+2
*
Add a bit more to one of the chrono tests
Marshall Clow
2017-03-21
1
-0
/
+11
*
[ARM] Recommit the glueless lowering of addc/adde in Thumb1,
Artyom Skrobov
2017-03-21
4
-39
/
+299
*
Implement P0548: 'common_type and duration' This involves a subtle change in ...
Marshall Clow
2017-03-21
6
-13
/
+50
*
Delete eol-style:native SVN property.
Zachary Turner
2017-03-21
0
-0
/
+0
*
Modules: Remove an invalid check in unit tests for r298278
Duncan P. N. Exon Smith
2017-03-21
1
-1
/
+0
*
[compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library tests
Bob Haarman
2017-03-21
3
-14
/
+7
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
34
-38
/
+34
*
[OpenMP] libomptarget: Disable on MacOS X
George Rokos
2017-03-21
1
-1
/
+4
*
Correct class-template deprecation behavior
Erich Keane
2017-03-21
13
-43
/
+141
*
Create instance of DynamicLoaderPOSIXDYLD on NetBSD
Kamil Rytarowski
2017-03-21
1
-2
/
+3
*
Add stub for PluginProcessNetBSD
Kamil Rytarowski
2017-03-21
9
-0
/
+234
*
Enable AUXV and QPassSignals in gdb-remote for NetBSD
Kamil Rytarowski
2017-03-21
2
-2
/
+2
*
Enable ProcessPOSIXLog on NetBSD
Kamil Rytarowski
2017-03-21
1
-2
/
+2
*
Add NetBSD case in Entry::Type::ThreadID
Kamil Rytarowski
2017-03-21
1
-1
/
+2
*
Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummary
Dehao Chen
2017-03-21
2
-2
/
+6
*
Update comment.
Rui Ueyama
2017-03-21
1
-2
/
+2
*
Remove stray paren that got in while attempting to fix the build for Attribut...
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Revert 298388 and 298389 because they broke some AMDGPU tests.
Adrian Prantl
2017-03-21
3
-186
/
+23
*
Recommit r298282 with fixes for memory allocation/deallocation
Krzysztof Parzyszek
2017-03-21
2
-17
/
+808
*
Update for LLVM API rename of AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-5
/
+2
*
Fix RST docs AttributeList heading underline
Reid Kleckner
2017-03-21
1
-1
/
+1
[next]