index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Driver: avoid failing in the backend
Saleem Abdulrasool
2016-09-26
1
-3
/
+8
*
Use llvm::to_string instead of std::to_string to fix bot
Teresa Johnson
2016-09-23
1
-2
/
+3
*
[LTO] Add -flto-jobs=N to control backend parallelism
Teresa Johnson
2016-09-23
1
-4
/
+26
*
[asan] Fix incorrect SEH symbol mangling on win64.
Etienne Bergeron
2016-09-23
1
-1
/
+4
*
Remove some boilerplate comments that don't explain anything.
Eric Christopher
2016-09-20
1
-4
/
+0
*
[CUDA] Don't try to run sanitizers on NVPTX.
Justin Lebar
2016-09-15
1
-0
/
+6
*
[mips][ias] Enable IAS by default for N64 on Debian mips64el.
Simon Dardis
2016-09-15
1
-0
/
+7
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
1
-2
/
+5
*
Reapply r281276 with passing -emit-llvm in one of the tests
Adam Nemet
2016-09-13
1
-0
/
+5
*
Revert "Add -fdiagnostics-show-hotness"
Adam Nemet
2016-09-13
1
-5
/
+0
*
Add -fdiagnostics-show-hotness
Adam Nemet
2016-09-12
1
-0
/
+5
*
Debug info: Bump the default DWARF version on Darwin to 4.
Adrian Prantl
2016-09-09
1
-1
/
+1
*
Myriad: nominally "support" ASAN.
Douglas Katzman
2016-09-09
3
-4
/
+16
*
[Driver] Report invalid -mtune/-mcpu parameters when -arch=arm64
Vedant Kumar
2016-09-08
1
-9
/
+11
*
[EfficiencySanitizer] [MIPS64] Enables esan clang driver options for MIPS64
Sagar Thakur
2016-09-07
1
-1
/
+1
*
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
*
Revert "Driver: use the canonical static library naming"
Saleem Abdulrasool
2016-08-31
1
-3
/
+3
*
Driver: use the canonical static library naming
Saleem Abdulrasool
2016-08-30
1
-3
/
+3
*
Unrevert r280035 now that the clang-cl bug it exposed has been fixed by
Richard Smith
2016-08-30
3
-17
/
+47
*
PR30195: Fix clang-cl attempting to precompile bogus (non-precompilable) inpu...
Richard Smith
2016-08-30
2
-2
/
+24
*
typo + indentation [NFC]
Etienne Bergeron
2016-08-30
2
-2
/
+2
*
[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
3
-51
/
+17
*
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
*
[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...
Kostya Serebryany
2016-08-30
1
-2
/
+8
*
C++ Modules TS: driver support for building modules.
Richard Smith
2016-08-30
3
-17
/
+51
*
[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
*
Sort list of driver-known file extensions. It was previously approximately
Richard Smith
2016-08-26
1
-25
/
+25
*
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
2
-6
/
+34
*
clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.
Nico Weber
2016-08-23
1
-1
/
+1
*
[CUDA] Collapsed offload actions should not be top-level jobs.
Artem Belevich
2016-08-22
1
-1
/
+1
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
1
-0
/
+7
*
[Darwin] Stop linking libclang_rt.eprintf.a
Chris Bieneman
2016-08-17
1
-8
/
+13
*
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
*
[CUDA] Fix CUDA install version parsing.
Justin Lebar
2016-08-15
1
-2
/
+2
*
[Driver] Set the default driver mode based on the executable.
Zachary Turner
2016-08-12
1
-18
/
+26
*
Don't enable PIE on i686-unknown-cloudabi.
Ed Schouten
2016-08-11
3
-6
/
+20
*
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
*
[Driver] Enable CFI for WebAssembly
Derek Schuff
2016-08-08
1
-1
/
+3
*
[ARM] Command-line options for embedded position-independent code
Oliver Stannard
2016-08-08
1
-1
/
+56
[next]