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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CUDA] Added a wrapper header for inclusion of stock CUDA headers.
Artem Belevich
2015-11-17
2
-0
/
+180
*
[CUDA] Detect and link with CUDA's libdevice bitcode library.
Artem Belevich
2015-11-17
2
-0
/
+45
*
[CUDA] added include paths for both sides of CUDA compilation.
Artem Belevich
2015-11-17
5
-5
/
+36
*
[CUDA] use -aux-triple to pass target triple of opposite side of compilation
Artem Belevich
2015-11-17
4
-43
/
+62
*
Use !hasArg with two options instead of !hasArg && !hasArg.
Douglas Katzman
2015-11-17
1
-92
/
+52
*
bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targets
Hans Wennborg
2015-11-17
1
-3
/
+9
*
ARM: fix mismatch between Clang and backend on exception type.
Tim Northover
2015-11-17
1
-6
/
+2
*
Add trivial utility to append -L arguments to linker step. NFC
Douglas Katzman
2015-11-17
2
-35
/
+15
*
Revert "Make FP_CONTRACT ON the default."
Manuel Klimek
2015-11-17
1
-0
/
+1
*
[Sema] Remove unnecessary typecast of bool to int when passing arguments to d...
Craig Topper
2015-11-17
1
-9
/
+8
*
[Sema] Combine similar diagnostics using %select. NFC
Craig Topper
2015-11-17
3
-15
/
+10
*
[Sema] Minor formatting fixes. NFC
Craig Topper
2015-11-17
4
-6
/
+6
*
[modules] Fix some more cases where we used to reject a conflict between two
Richard Smith
2015-11-17
3
-8
/
+17
*
Make FP_CONTRACT ON the default.
Stephen Canon
2015-11-16
1
-1
/
+0
*
Derive nacltools::Linker from GnuTool to get response file support
Derek Schuff
2015-11-16
1
-2
/
+2
*
Correctly handle type mismatches in the __weak copy/move-initialization
John McCall
2015-11-16
1
-2
/
+12
*
When producing error messages for always_inline functions with the
Eric Christopher
2015-11-16
1
-2
/
+5
*
[mips] Do not add arch name in the compiler-rt's components.
Vasileios Kalintiris
2015-11-16
1
-2
/
+1
*
[Myriad]: pass the 'std=' option to moviCompile
Douglas Katzman
2015-11-16
1
-1
/
+1
*
[ARM,AArch64] Fix __rev16l and __rev16ll intrinsics
Oliver Stannard
2015-11-16
1
-6
/
+10
*
clang-format: Enable #include sorting by default.
Daniel Jasper
2015-11-16
1
-0
/
+6
*
[ARM] Pass in the architecture to TargetParser to cope with API change
Bradley Smith
2015-11-16
1
-2
/
+3
*
Update for the gnu flavor being renamed to old-gnu.
Rafael Espindola
2015-11-16
1
-3
/
+3
*
[CGDebugInfo] Set the size and align for reference types
Keno Fischer
2015-11-16
1
-6
/
+7
*
[Sema] Implement several unary type traits more accurately
David Majnemer
2015-11-16
1
-19
/
+32
*
[Frontend] Rangify for loop. NFC.
Vedant Kumar
2015-11-16
1
-2
/
+2
*
[analyzer] Handle calling ObjC super method from inside C++ lambda.
Devin Coughlin
2015-11-15
1
-0
/
+17
*
[Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on...
Craig Topper
2015-11-15
2
-10
/
+9
*
[Sema] Fix filename in header. NFC
Craig Topper
2015-11-15
1
-1
/
+1
*
[Sema] Remove unnecessary includes and forward declarations. NFC
Craig Topper
2015-11-15
1
-2
/
+0
*
[libclang] Visit TypeAliasTemplateDecl
Sergey Kalinichev
2015-11-15
1
-0
/
+1
*
Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.
Yaron Keren
2015-11-15
1
-0
/
+2
*
Fix a layering oddity by passing Sema to DeclSpec::Finish instead of Diagnost...
Craig Topper
2015-11-15
3
-54
/
+47
*
[analyzer] Refer to capture field to determine if capture is reference.
Devin Coughlin
2015-11-15
1
-5
/
+5
*
[Sema] Don't crash trying to diagnose abs called on a pointer type
David Majnemer
2015-11-15
1
-0
/
+13
*
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper
2015-11-15
9
-42
/
+35
*
Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiag...
Craig Topper
2015-11-14
4
-3
/
+1
*
Fix indentation. NFC
Craig Topper
2015-11-14
1
-6
/
+6
*
Merge some similar diagnostics using %select.
Craig Topper
2015-11-14
5
-20
/
+23
*
Minor formatting fixes. NFC
Craig Topper
2015-11-14
1
-2
/
+1
*
Fix 80 column violation. NFC.
Craig Topper
2015-11-14
1
-2
/
+2
*
Fix spelling error in comment.
Craig Topper
2015-11-14
1
-1
/
+1
*
[modules] Allow "redefinition" of typedef of anon tag from unimported submodule
Ben Langmuir
2015-11-14
2
-2
/
+4
*
Add support for the always_inline + target feature diagnostic to print
Eric Christopher
2015-11-14
1
-6
/
+11
*
Use %select to merge similar diagnostics. NFC
Craig Topper
2015-11-14
3
-14
/
+14
*
Clarify and elaborate the conditions on which we're checking target
Eric Christopher
2015-11-14
1
-4
/
+6
*
CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmt
Matthias Gehre
2015-11-14
1
-1
/
+9
*
Revert "[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin."
Justin Bogner
2015-11-13
1
-5
/
+3
*
Fix auto-link for text-based dynamic library SDKs.
Juergen Ributzka
2015-11-13
1
-3
/
+12
*
[Sema] __is_constructible should return false for function types
David Majnemer
2015-11-13
1
-10
/
+11
[next]