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
/
Driver
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[Driver] Compute effective target triples once per job (NFCI)"
Vedant Kumar
2016-07-27
7
-338
/
+187
*
Refactor how include paths are appended to the command arguments.
Samuel Antao
2016-07-27
1
-57
/
+30
*
Add flags to toggle preservation of assembly comments
Nirav Dave
2016-07-27
1
-0
/
+4
*
[ARM] Pass thumb as architecture to the underlying tools, when targeting windows
Renato Golin
2016-07-27
1
-1
/
+3
*
[ARM] Pass -mimplcit-it= to integrated assembler
Oliver Stannard
2016-07-27
1
-0
/
+21
*
Support setting default value for -rtlib at build time
Jonas Hahnfeld
2016-07-27
3
-18
/
+29
*
Fix for compiling with clang <= 3.7 and g++6 headers
Vedant Kumar
2016-07-27
1
-3
/
+3
*
Modules: follow up to r276769.
Manman Ren
2016-07-26
1
-0
/
+1
*
[Myriad]: better compatibility with vendor source
Douglas Katzman
2016-07-25
1
-9
/
+3
*
Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. NFC
Jonas Hahnfeld
2016-07-25
1
-0
/
+2
*
[MSVCToolChain] Guard hardcoded Windows paths with LLVM_ON_WIN32
David Majnemer
2016-07-25
1
-0
/
+2
*
[Driver] Switch some getenv calls to llvm::sys::Process::GetEnv
David Majnemer
2016-07-24
2
-27
/
+29
*
[Profile] Enable profile merging with -fprofile-generat[=<dir>]
Xinliang David Li
2016-07-22
1
-1
/
+1
*
Add support of the latest Ubuntu (Yakkety Yak - 16.10)
Sylvestre Ledru
2016-07-19
1
-1
/
+3
*
[driver][mips] Support MIPS targets in modern Android NDK
Simon Atanasyan
2016-07-19
1
-17
/
+81
*
Append clang system include path for offloading tool chains.
Samuel Antao
2016-07-19
1
-1
/
+19
*
Allow iOS and tvOS version numbers with 2-digit major version numbers.
Bob Wilson
2016-07-18
1
-2
/
+2
*
[Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-18
7
-187
/
+338
*
[Driver] Make Driver::DefaultTargetTriple private (NFCI)
Vedant Kumar
2016-07-18
1
-3
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
7
-9
/
+8
*
Support -masm= flag for x86 assembly targets.
Yunzhong Gao
2016-07-18
2
-0
/
+21
*
[Driver] Add flags for enabling both types of PGO Instrumentation
Sean Silva
2016-07-16
1
-7
/
+26
*
Remove extra semi-colon. Fixes warning and Werror bots.
Eric Christopher
2016-07-16
1
-1
/
+1
*
Use std::string instead of StringRef when generating the auxiliar triple in t...
Samuel Antao
2016-07-16
1
-1
/
+1
*
Attempt to fix breakage caused by r275645 for Windows bots.
Samuel Antao
2016-07-15
1
-1
/
+1
*
[CUDA][OpenMP] Create generic offload action
Samuel Antao
2016-07-15
5
-162
/
+541
*
XRay: Remove duplicate checks for xray instrumentation flags
Dean Michael Berris
2016-07-15
1
-10
/
+0
*
Use hasFlag instead of hasArg
Dean Michael Berris
2016-07-14
1
-2
/
+2
*
Add C++ dependencies to xray runtime
Dean Michael Berris
2016-07-14
1
-2
/
+17
*
Add XRay flags to Clang. We implement two flags to control the XRay behaviour:
Aaron Ballman
2016-07-13
1
-0
/
+37
*
Reapply SVN r274797.
Saleem Abdulrasool
2016-07-10
1
-12
/
+0
*
[clang-cl] Add support for /Zd
David Majnemer
2016-07-09
1
-6
/
+13
*
[OpenCL] Add missing -cl-no-signed-zeros option into driver
Yaxun Liu
2016-07-08
1
-0
/
+3
*
Revert "Driver: Stop linking to C++ when using sanitizers on Darwin"
Saleem Abdulrasool
2016-07-08
1
-0
/
+12
*
Driver: Stop linking to C++ when using sanitizers on Darwin
Saleem Abdulrasool
2016-07-07
1
-12
/
+0
*
[CUDA] s/OPT_nocuda_version_chec/OPT_no_cuda_version_check/.
Justin Lebar
2016-07-07
2
-2
/
+2
*
[CUDA] Check that our CUDA install supports the requested architectures.
Justin Lebar
2016-07-07
3
-2
/
+96
*
[CUDA] Add missing namespace qualification on CudaArch in Action.cpp.
Justin Lebar
2016-07-06
1
-1
/
+1
*
[CUDA] Rename member variables in CudaInstallationDetector.
Justin Lebar
2016-07-06
2
-40
/
+39
*
[CUDA] Add utility functions for dealing with CUDA versions / architectures.
Justin Lebar
2016-07-06
3
-50
/
+22
*
[CUDA] Add support for CUDA 8 and sm_60-62.
Justin Lebar
2016-07-06
2
-0
/
+8
*
[Sparc] Allow LEON cpu models to be selected with -mcpu
Jacob Baungard Hansen
2016-07-04
1
-0
/
+8
*
[Driver] Delete some dead code (NFC)
Vedant Kumar
2016-07-01
1
-3
/
+0
*
Driver: support -L for MSVC toolchain under the GNU driver
Saleem Abdulrasool
2016-07-01
1
-0
/
+4
*
[OpenCL] Allow -cl-std and other standard -cl- options in driver
Yaxun Liu
2016-06-29
1
-0
/
+34
*
Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.
Andrey Turetskiy
2016-06-29
2
-27
/
+22
*
[Driver][AArch64] Add support for Broadcom Vulcan core.
Pankaj Gode
2016-06-29
1
-1
/
+1
*
[Driver] Add method to redirect output of Compilation.
Nikolay Haustov
2016-06-28
1
-0
/
+5
*
[clang-cl] Implement support for /std
David Majnemer
2016-06-27
1
-4
/
+19
*
Add support for musl-libc on ARM Linux.
Rafael Espindola
2016-06-24
2
-2
/
+21
[prev]
[next]