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
*
Add -fprofile-dir= to clang.
Nick Lewycky
2016-08-31
1
-7
/
+23
*
DebugInfo: Fix -gsplit-dwarf + -fno-split-dwarf-inlining
David Blaikie
2016-08-31
1
-8
/
+12
*
Unrevert r280035 now that the clang-cl bug it exposed has been fixed by
Richard Smith
2016-08-30
1
-12
/
+21
*
[Hexagon] Use handleTargetFeaturesGroup to process target-specific features
Krzysztof Parzyszek
2016-08-30
1
-23
/
+7
*
Revert r280035 (and followups r280057, r280085), it caused PR30195
Nico Weber
2016-08-30
1
-21
/
+12
*
Handle -mlong-calls on Hexagon
Krzysztof Parzyszek
2016-08-30
1
-1
/
+6
*
This adds new options -fdenormal-fp-math and passes through option -ffast-math
Sjoerd Meijer
2016-08-30
1
-0
/
+6
*
C++ Modules TS: driver support for building modules.
Richard Smith
2016-08-30
1
-12
/
+21
*
[cfi] Export __cfi_check when linking with -fsanitize-cfi-cross-dso.
Evgeniy Stepanov
2016-08-29
1
-0
/
+5
*
clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
Nico Weber
2016-08-26
1
-3
/
+3
*
Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...
Hans Wennborg
2016-08-26
1
-0
/
+3
*
Omit column info for CodeView by default
Adrian McCarthy
2016-08-25
1
-4
/
+8
*
DebugInfo: Let -gsplit-dwarf and -gmlt compose if -fno-split-dwarf-inlining i...
David Blaikie
2016-08-24
1
-7
/
+17
*
DebugInfo: Add flag to CU to disable emission of inline debug info into the s...
David Blaikie
2016-08-24
1
-0
/
+4
*
ARM-Darwin: ignore and diagnose attempts to omit frame pointer.
Tim Northover
2016-08-23
1
-6
/
+22
*
clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.
Nico Weber
2016-08-23
1
-1
/
+1
*
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
[next]