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
/
Tools.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
1
-0
/
+7
*
Some missing usage of TargetParser. NFC.
Zijiao Ma
2016-08-17
1
-1
/
+4
*
[CUDA] Include CUDA headers before anything else.
Justin Lebar
2016-08-15
1
-4
/
+7
*
Don't enable PIE on i686-unknown-cloudabi.
Ed Schouten
2016-08-11
1
-4
/
+6
*
Pass in frame pointer omitting compiler flags for CloudABI as well.
Ed Schouten
2016-08-11
1
-1
/
+1
*
[OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrt
Yaxun Liu
2016-08-09
1
-0
/
+3
*
[clang-cl] Make -gline-tables-only imply -gcodeview
Reid Kleckner
2016-08-09
1
-4
/
+5
*
[ARM] Command-line options for embedded position-independent code
Oliver Stannard
2016-08-08
1
-1
/
+56
*
[CUDA] Unswitch enumerators in the selection of the offloading tool chain.
Samuel Antao
2016-07-28
1
-2
/
+2
*
[OpenMP][CUDA] Do not forward OpenMP flags for CUDA device actions.
Samuel Antao
2016-07-28
1
-2
/
+6
*
[AArch64] Using AArch64TargetParser in Clang.
Zijiao Ma
2016-07-28
1
-41
/
+14
*
Retry: [Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-27
1
-15
/
+9
*
Revert "[Driver] Compute effective target triples once per job (NFCI)"
Vedant Kumar
2016-07-27
1
-187
/
+126
*
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 -mimplcit-it= to integrated assembler
Oliver Stannard
2016-07-27
1
-0
/
+21
*
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
*
[Profile] Enable profile merging with -fprofile-generat[=<dir>]
Xinliang David Li
2016-07-22
1
-1
/
+1
*
Append clang system include path for offloading tool chains.
Samuel Antao
2016-07-19
1
-1
/
+19
*
[Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-18
1
-126
/
+187
*
Support -masm= flag for x86 assembly targets.
Yunzhong Gao
2016-07-18
1
-0
/
+19
*
[Driver] Add flags for enabling both types of PGO Instrumentation
Sean Silva
2016-07-16
1
-7
/
+26
*
Use std::string instead of StringRef when generating the auxiliar triple in t...
Samuel Antao
2016-07-16
1
-1
/
+1
*
[CUDA][OpenMP] Create generic offload action
Samuel Antao
2016-07-15
1
-38
/
+72
*
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
*
[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
*
[CUDA] s/OPT_nocuda_version_chec/OPT_no_cuda_version_check/.
Justin Lebar
2016-07-07
1
-1
/
+1
*
[CUDA] Check that our CUDA install supports the requested architectures.
Justin Lebar
2016-07-07
1
-0
/
+6
*
[CUDA] Add utility functions for dealing with CUDA versions / architectures.
Justin Lebar
2016-07-06
1
-3
/
+4
*
[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
1
-6
/
+4
*
[Driver][AArch64] Add support for Broadcom Vulcan core.
Pankaj Gode
2016-06-29
1
-1
/
+1
*
[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
1
-0
/
+4
*
Restructure the propagation of -fPIC/-fPIE.
Rafael Espindola
2016-06-23
1
-4
/
+2
*
Add support for /Ob1 and -finline-hint-functions flags
Hans Wennborg
2016-06-22
1
-0
/
+1
*
Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.
Rafael Espindola
2016-06-20
1
-1
/
+1
*
[X86] Add -mno-iamcu option.
Andrey Turetskiy
2016-06-20
1
-4
/
+6
*
Driver: introduce and use `-isystem-after` for cross-windows
Saleem Abdulrasool
2016-06-17
1
-0
/
+7
*
Compilation for Intel MCU (Part 3/3)
Andrey Turetskiy
2016-06-16
1
-14
/
+33
*
Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy
2016-06-16
1
-3
/
+14
*
Add support to clang-cl driver for /GS switch
Etienne Bergeron
2016-06-15
1
-0
/
+13
[next]