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
*
[coroutines] Fix description of LangOption for coroutines.
Richard Smith
2015-10-22
1
-1
/
+1
*
clang-tools-extra/test/clang-tidy/modernize-use-default.cpp: Appease MS mode.
NAKAMURA Takumi
2015-10-22
1
-1
/
+1
*
[coroutines] Add feature-test macro for coroutines, defined to 1 to indicate
Richard Smith
2015-10-22
2
-0
/
+7
*
Move the launch-as-root xpc service from lldb to xcode, to
Jason Molenda
2015-10-22
9
-900
/
+36
*
[coroutines] Add lexer support for co_await, co_yield, and co_return keywords.
Richard Smith
2015-10-22
5
-1
/
+16
*
Change ModuleList::GetSharedModule so that it will reject "stub
Jason Molenda
2015-10-22
1
-12
/
+43
*
Add some verbose lldb host logging so lldb will show what SDK
Jason Molenda
2015-10-22
1
-1
/
+23
*
Fix a couple places where InsertText was being called with a pointer and size...
Craig Topper
2015-10-22
2
-5
/
+5
*
Pass an ArrayRef instead of pointer and size. NFC
Craig Topper
2015-10-22
2
-68
/
+38
*
[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
Sanjoy Das
2015-10-22
3
-0
/
+116
*
[OperandBundles] Teach AliasAnalysis about operand bundles
Sanjoy Das
2015-10-22
3
-4
/
+39
*
[OperandBundles] Make function attributes conservatively correct
Sanjoy Das
2015-10-22
6
-0
/
+176
*
WebAssembly: fix more syntax
JF Bastien
2015-10-22
5
-14
/
+14
*
Change SortAndUniqueProtocols to operate directly on a SmallVector rather tha...
Craig Topper
2015-10-22
1
-16
/
+11
*
Use front() instead of [0] to make code more consistent with the next line th...
Craig Topper
2015-10-22
1
-1
/
+1
*
Add missing load/store flags to thumb2 instructions.
Pete Cooper
2015-10-22
2
-2
/
+5
*
Attempt to fix formatting for operand bundles
David Majnemer
2015-10-22
1
-10
/
+9
*
Update LangRef for changes to the alias textual IR format to support typeless...
David Blaikie
2015-10-22
1
-1
/
+1
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-22
10
-425
/
+363
*
Fix libstdc++ data formatters on Ubuntu 15.10 x86_64
Todd Fiala
2015-10-22
7
-29
/
+195
*
[WinEH] Remove extraneous call to emitEHRegistrationOffsetLabel
David Majnemer
2015-10-21
1
-1
/
+0
*
Fix use-after-free in ModuleManager
Ben Langmuir
2015-10-21
1
-0
/
+3
*
[PM]: Fix a doc typo. NFC
Justin Bogner
2015-10-21
1
-1
/
+1
*
AMDGPU: Fix adding redundant m0 uses
Matt Arsenault
2015-10-21
1
-2
/
+0
*
AMDGPU: Fix verifier error in SIFoldOperands
Matt Arsenault
2015-10-21
2
-2
/
+5
*
AMDGPU: Split DiagnosticInfoUnsupported into its own file
Matt Arsenault
2015-10-21
4
-41
/
+76
*
[FIX] Do not hoist nested variant base pointers
Johannes Doerfert
2015-10-21
2
-7
/
+45
*
[msan] Build unit test shared library code with -fPIC.
Evgeniy Stepanov
2015-10-21
1
-5
/
+1
*
[JIT] Towards a working small memory model.
Davide Italiano
2015-10-21
1
-0
/
+55
*
Enable ARC on the fragile runtime.
John McCall
2015-10-21
3
-4
/
+149
*
[Driver] Alias -fvisibility=internal to -fvisibility=hidden
Reid Kleckner
2015-10-21
2
-1
/
+4
*
Fix lldb-server - write null terminating symbol along with port number.
Oleksiy Vyalov
2015-10-21
1
-1
/
+1
*
Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --res...
Greg Clayton
2015-10-21
1
-1
/
+1
*
AMDGPU: Simplify VOP3 operand legalization.
Matt Arsenault
2015-10-21
3
-42
/
+58
*
[InstCombine] Revise the test case to match full sequene
Michael Liao
2015-10-21
1
-4
/
+4
*
MemorySanitizer does not require PIE.
Evgeniy Stepanov
2015-10-21
3
-17
/
+23
*
AMDGPU: Fix not checking implicit operands in verifyInstruction
Matt Arsenault
2015-10-21
1
-15
/
+29
*
ELF2: Remove FIXMEs.
Rui Ueyama
2015-10-21
1
-6
/
+1
*
Use numeric_limits instead of LLONG_MAX
Matt Arsenault
2015-10-21
1
-2
/
+2
*
LegalizeDAG: Implement promote for build_vector
Matt Arsenault
2015-10-21
1
-0
/
+30
*
Revert "MemorySanitizer does not require PIE."
Evgeniy Stepanov
2015-10-21
2
-4
/
+3
*
[Verifier] Minor comment update, NFC
Vedant Kumar
2015-10-21
1
-2
/
+1
*
[RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable
Keno Fischer
2015-10-21
4
-1
/
+21
*
MemorySanitizer does not require PIE.
Evgeniy Stepanov
2015-10-21
2
-3
/
+4
*
[Orc] Clean up a comment.
Lang Hames
2015-10-21
1
-4
/
+4
*
[clang-tidy] add check cppcoreguidelines-pro-type-vararg
Matthias Gehre
2015-10-21
7
-4
/
+178
*
Drop assert that a call with struct return goes to a function with sret
Joerg Sonnenberger
2015-10-21
2
-2
/
+11
*
Revert r250925 in source/Plugins/OperatingSystem/Go to fix MSVC builds failures.
Eugene Zelenko
2015-10-21
2
-51
/
+54
*
[WinEH] Add test for llvm.va.start in catchpad
Reid Kleckner
2015-10-21
1
-0
/
+103
*
[Sema] Remove an unreachable llvm_unreachable
David Majnemer
2015-10-21
1
-1
/
+0
[next]