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
path:
root
/
clang
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Update Clang for LLVM's r278896 which re-organized a header.
Chandler Carruth
2016-08-17
1
-2
/
+3
*
Add missing close brace to fix Windows bots. Oops :(
Richard Smith
2016-08-17
1
-1
/
+1
*
Some missing usage of TargetParser. NFC.
Zijiao Ma
2016-08-17
2
-3
/
+6
*
If possible, set the stack rlimit to at least 8MiB on cc1 startup, and work
Richard Smith
2016-08-17
1
-0
/
+65
*
[CMake] Workflow improvements to PGO generation
Chris Bieneman
2016-08-16
3
-10
/
+45
*
Emit debug info for dynamic classes if they are imported from a DLL.
Adrian McCarthy
2016-08-16
2
-1
/
+26
*
[OpenCL] AMDGPU: Add extensions cl_amd_media_ops and cl_amd_media_ops2
Yaxun Liu
2016-08-16
5
-0
/
+218
*
[CMake] Fixing typo in Info.plist generation
Chris Bieneman
2016-08-16
1
-1
/
+1
*
[CMake] [Apple Cache] Set CLANG_VENDOR_UTI for Apple builds
Chris Bieneman
2016-08-16
1
-0
/
+1
*
Try to work around an MSVC 2013 bug around defaulted default ctors
Reid Kleckner
2016-08-16
1
-1
/
+3
*
[ObjC] Warn on unguarded use of partial declaration
Erik Pilkington
2016-08-16
17
-49
/
+395
*
Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows p...
Reid Kleckner
2016-08-16
8
-145
/
+17
*
Reduce the number of allocations required for AST attributes. In test cases, ...
Aaron Ballman
2016-08-16
1
-2
/
+1
*
Reorder stderr redirection in test command.
Samuel Antao
2016-08-16
1
-2
/
+2
*
Add empty --gcc-toolchain empty to cuda-detect test.
Samuel Antao
2016-08-16
1
-0
/
+1
*
Left shifts of negative values are defined if -fwrapv is set
James Molloy
2016-08-16
4
-2
/
+24
*
[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows platforms
Marina Yatsina
2016-08-16
8
-17
/
+145
*
[CUDA] Fix "declared here" note on deferred wrong-side errors.
Justin Lebar
2016-08-16
3
-5
/
+29
*
PR28978: If we need overload resolution for the move constructor of an
Richard Smith
2016-08-16
2
-0
/
+23
*
[CUDA] Raise an error if a wrong-side call is codegen'ed.
Justin Lebar
2016-08-15
9
-112
/
+293
*
[ADT] Change PostOrderIterator to use NodeRef. NFC.
Tim Shen
2016-08-15
2
-0
/
+6
*
Objective-C diagnostics: isObjCNSObjectType should check through AttributedType.
Manman Ren
2016-08-15
2
-3
/
+13
*
Add the notion of deferred diagnostics.
Justin Lebar
2016-08-15
5
-0
/
+74
*
[CUDA] Include CUDA headers before anything else.
Justin Lebar
2016-08-15
2
-4
/
+10
*
[CUDA] Fix CUDA install version parsing.
Justin Lebar
2016-08-15
1
-2
/
+2
*
StaticAnalyzer: Report found fields order in PaddingChecker
Saleem Abdulrasool
2016-08-15
2
-42
/
+182
*
[CMake] Apple stage1 doesn't need to set libcxx options
Chris Bieneman
2016-08-15
1
-5
/
+0
*
Replace an obsolete company name.
Paul Robinson
2016-08-15
1
-1
/
+3
*
[CodeGen] Ignore unnamed bitfields before handling vector fields
David Majnemer
2016-08-15
2
-4
/
+14
*
[CodeGen] Correctly implement the AVX512 psABI rules
David Majnemer
2016-08-15
2
-11
/
+15
*
cxx_status: update features implemented in clang 3.9 from "svn" to "Clang 3.9...
Richard Smith
2016-08-15
1
-13
/
+13
*
cxx_status: mark decomposition declarations as "partial": the implementation is
Richard Smith
2016-08-15
1
-1
/
+1
*
Disable lambda-capture of decomposition declaration bindings for now, until CWG
Richard Smith
2016-08-15
3
-23
/
+33
*
Add a triple to this test to make buildbots happier.
Richard Smith
2016-08-15
1
-1
/
+1
*
P0217R3: code generation support for decomposition declarations.
Richard Smith
2016-08-15
9
-18
/
+178
*
Explicitly generate a reference variable to hold the initializer for a
Richard Smith
2016-08-14
5
-97
/
+80
*
Fix build broken after llvm/ADT/DenseMap.h replacement of climits with limits.
Eugene Zelenko
2016-08-13
1
-1
/
+6
*
[CUDA] Place GPU binary into .nv_fatbin section and align it by 8.
Artem Belevich
2016-08-12
2
-3
/
+14
*
Reapply [VFS] Skip non existent files from the VFS tree
Bruno Cardoso Lopes
2016-08-12
7
-8
/
+88
*
CodeGen: Replace ThinLTO backend implementation with a client of LTO/Resolution.
Teresa Johnson
2016-08-12
2
-33
/
+65
*
[Driver] Set the default driver mode based on the executable.
Zachary Turner
2016-08-12
3
-19
/
+59
*
Revert test commit
Alexander Droste
2016-08-12
1
-1
/
+0
*
Test commit - first LLVM repo commit
Alexander Droste
2016-08-12
1
-0
/
+1
*
BugReporter: Use ilist_half_embedded_sentinel_traits, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-16
/
+3
*
[ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
Martin Bohme
2016-08-12
1
-0
/
+1
*
Fix Wdocumentation unknown parameter warning
Simon Pilgrim
2016-08-12
1
-116
/
+114
*
Fix For pr28288 - Error message in shift of vector values
Andrey Bokhanko
2016-08-12
2
-11
/
+16
*
Fix cuda-detect.cu when CLANG_DEFAULT_CXX_STDLIB is set
Jonas Hahnfeld
2016-08-12
1
-1
/
+1
*
Prune unused diagnostics. NFC.
Benjamin Kramer
2016-08-12
2
-4
/
+0
*
[C++1z] Fix crash when decomposing structs with anonymous members.
Benjamin Kramer
2016-08-12
2
-2
/
+21
[next]