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
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
64
-284
/
+284
*
[MSVC Compat] Make -Wmicrosoft-cast not an error by default
David Majnemer
2015-11-18
2
-5
/
+3
*
[Sema] Don't work around a malformed AST
David Majnemer
2015-11-18
2
-3
/
+11
*
Removing the AST matcher test for thread_local storage duration. Not all plat...
Aaron Ballman
2015-11-18
1
-5
/
+5
*
[PGO] Test update for revision 253484.
Betul Buyukkurt
2015-11-18
1
-1
/
+1
*
Re-committing r253473 after hopefully fixing the bot breakage. There was a co...
Aaron Ballman
2015-11-18
4
-0
/
+147
*
[Myriad]: fix test for Windows
Douglas Katzman
2015-11-18
1
-4
/
+4
*
Reverting r253473 while I investigate build bot failures.
Aaron Ballman
2015-11-18
4
-147
/
+0
*
Adding AST matchers for VarDecl storage durations. Can now determine whether ...
Aaron Ballman
2015-11-18
4
-0
/
+147
*
[ARM] Support +feature targeting in -mcpu/-march
Bradley Smith
2015-11-18
2
-8
/
+45
*
[Myriad]: insert -L paths into linker cmd only when they exist.
Douglas Katzman
2015-11-18
7
-36
/
+25
*
[libclang] Add entry points that take a full command line including argv[0].
Benjamin Kramer
2015-11-18
7
-17
/
+93
*
Fix tests in order for them to not fail after r252604.
Igor Laevsky
2015-11-18
1
-2
/
+2
*
Set flag for lldb when qualified name lookup is being done
Eugene Leviant
2015-11-18
2
-1
/
+28
*
Update for llvm change.
Rafael Espindola
2015-11-18
2
-2
/
+2
*
BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation]
NAKAMURA Takumi
2015-11-18
1
-2
/
+0
*
[NFC] Change the evaluation context of a non-type default template argument f...
Faisal Vali
2015-11-18
2
-1
/
+16
*
Don't expose iterators into the list of types on the ASTContext; these are
Richard Smith
2015-11-18
2
-11
/
+6
*
Try to fix leak in CXStringSet from r252853
Reid Kleckner
2015-11-18
1
-0
/
+2
*
Fix for use-after-free which caused test failure in cuda-detect.cu.
Artem Belevich
2015-11-18
1
-1
/
+1
*
Produce a better diagnostic for global register variables.
Akira Hatanaka
2015-11-18
13
-25
/
+114
*
[PGO] Removed unused code. [NFC]
Betul Buyukkurt
2015-11-18
1
-1
/
+0
*
[modules] When a #include is mapped to a module import and appears somewhere
Richard Smith
2015-11-17
6
-13
/
+30
*
[Myriad]: -nostdlib implies -nostartfiles
Douglas Katzman
2015-11-17
2
-1
/
+2
*
[CUDA] Make CUDA compilation usable by default.
Artem Belevich
2015-11-17
5
-4
/
+18
*
[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
6
-4
/
+75
*
[CUDA] added include paths for both sides of CUDA compilation.
Artem Belevich
2015-11-17
8
-6
/
+66
*
[CUDA] use -aux-triple to pass target triple of opposite side of compilation
Artem Belevich
2015-11-17
9
-75
/
+109
*
Use !hasArg with two options instead of !hasArg && !hasArg.
Douglas Katzman
2015-11-17
2
-92
/
+59
*
[Lit Test] Updated 34 Lit tests to be C++11 compatible.
Charles Li
2015-11-17
34
-26
/
+260
*
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
2
-7
/
+11
*
Add trivial utility to append -L arguments to linker step. NFC
Douglas Katzman
2015-11-17
3
-35
/
+19
*
Revert "Make FP_CONTRACT ON the default."
Manuel Klimek
2015-11-17
6
-192
/
+15
*
[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
4
-32
/
+19
*
[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
6
-8
/
+49
*
Make FP_CONTRACT ON the default.
Stephen Canon
2015-11-16
6
-15
/
+192
*
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
3
-2
/
+66
*
When producing error messages for always_inline functions with the
Eric Christopher
2015-11-16
2
-2
/
+14
*
[mips] Do not add arch name in the compiler-rt's components.
Vasileios Kalintiris
2015-11-16
2
-3
/
+2
*
[Myriad]: pass the 'std=' option to moviCompile
Douglas Katzman
2015-11-16
2
-1
/
+5
*
[ARM,AArch64] Fix __rev16l and __rev16ll intrinsics
Oliver Stannard
2015-11-16
2
-16
/
+46
*
Handle ARMv6KZ naming
Artyom Skrobov
2015-11-16
2
-5
/
+8
*
clang-format: Enable #include sorting by default.
Daniel Jasper
2015-11-16
9
-17
/
+46
*
[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
4
-10
/
+10
[next]