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
*
[driver] Associate a JobAction with each result file. This enables the driver
Chad Rosier
2013-01-24
1
-3
/
+4
*
[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style
Chad Rosier
2013-01-22
1
-4
/
+0
*
Port r172856: 'Include ubsan runtime even when building a shared library. We ...
Alexey Samsonov
2013-01-21
1
-3
/
+3
*
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-20
1
-2
/
+17
*
Include ubsan runtime even when building a shared library. We don't require t...
Richard Smith
2013-01-18
1
-11
/
+9
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-17
1
-0
/
+6
*
Do not pass -pie flag to linker if -shared specified. This matches
Peter Collingbourne
2013-01-17
1
-1
/
+1
*
Add initial rough support for synthesizing linker options when passed
Chandler Carruth
2013-01-17
1
-1
/
+10
*
Fix uninitialized bool flag access in SanitizerArgs parser
Alexey Samsonov
2013-01-16
1
-2
/
+2
*
Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that
Douglas Gregor
2013-01-16
1
-1
/
+13
*
Refactor the x86 CPU name logic in the driver and pass -march and -mcpu
Chandler Carruth
2013-01-13
1
-61
/
+71
*
[Mips] Pass a combination of +soft-float and -mips16-hard-float flags to
Simon Atanasyan
2013-01-10
1
-1
/
+8
*
Silence some warnings and allow passing down some feature flags to the linker.
Rafael Espindola
2012-12-31
1
-0
/
+12
*
[ubsan] Recover by default, use -fno-sanitize-recover to disable.
Will Dietz
2012-12-30
1
-0
/
+5
*
Support -fsanitize-memory-track-origins.
Evgeniy Stepanov
2012-12-24
1
-0
/
+7
*
Add ARM cortex-r5 subtarget as available mcpu
Quentin Colombet
2012-12-21
1
-0
/
+1
*
Enable the loop vectorizer in clang via -fvectorize
Nadav Rotem
2012-12-18
1
-2
/
+2
*
Add support for passing the main file name down to the assembler
Eric Christopher
2012-12-18
1
-9
/
+14
*
Fix PR14625 by teaching the driver to detect PWD for assembly files.
Chandler Carruth
2012-12-17
1
-10
/
+21
*
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-13
1
-0
/
+16
*
[driver] Don't warn about an unused -flto option.
Chad Rosier
2012-12-12
1
-0
/
+4
*
Add -fslp-vectorize to enable bb-vectorize
Hal Finkel
2012-12-11
1
-0
/
+7
*
[driver] Add the -fvectorize flag to enable the loop vectorization passes.
Chad Rosier
2012-12-11
1
-0
/
+7
*
Add support to Darwin for the -export_dynamic' flag to the linker.
Bill Wendling
2012-12-10
1
-0
/
+3
*
Hexagon TC: forward appropriate args to assembler
Matthew Curtis
2012-12-07
1
-0
/
+4
*
Hexagon TC: add cc1 defaults for hexagon-gcc
Matthew Curtis
2012-12-07
1
-3
/
+2
*
Hexagon TC: Add/improve support for small data
Matthew Curtis
2012-12-06
1
-6
/
+40
*
Hexagon TC: Reimplement Link::ConstructJob to call
Matthew Curtis
2012-12-06
1
-46
/
+136
*
Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to
Matthew Curtis
2012-12-06
1
-52
/
+6
*
Hexagon TC: Update toolchain to add appropriate include
Matthew Curtis
2012-12-06
1
-1
/
+0
*
[driver, ms-inline asm] MS-Style inline assembly is controlled by the
Chad Rosier
2012-12-05
1
-3
/
+4
*
Reuse an existing diagnostic for tsan/msan needing -pie error.
Evgeniy Stepanov
2012-12-05
1
-4
/
+13
*
Add -whole-archive around the ASan runtime archive in the link command.
Chandler Carruth
2012-12-04
1
-2
/
+8
*
Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to
Matt Beaumont-Gay
2012-12-04
1
-2
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-10
/
+7
*
Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...
Alexey Samsonov
2012-12-03
1
-0
/
+13
*
Add -fsanitize=memory.
Evgeniy Stepanov
2012-12-03
1
-0
/
+26
*
[MIPS] Add -mxgot/-mno-xgot command line options
Simon Atanasyan
2012-12-01
1
-0
/
+7
*
Remove restriction on combining ubsan with asan or tsan. This has worked for ...
Richard Smith
2012-12-01
1
-5
/
+4
*
Add ARM cortex-a5 subtarget
Quentin Colombet
2012-11-29
1
-2
/
+2
*
Revert commit revision r168953, to change the commit message, which was empty
Quentin Colombet
2012-11-29
1
-2
/
+2
*
(no commit message)
Quentin Colombet
2012-11-29
1
-2
/
+2
*
This patch exposes to Clang users three more sanitizers are experimental feat...
Alexey Samsonov
2012-11-29
1
-0
/
+7
*
Make sure that we put the rest of the sanitizer libraries on the link line
Eric Christopher
2012-11-29
1
-7
/
+5
*
[driver] -mkernel implies -mstrict-align; don't add the redundant option.
Chad Rosier
2012-11-29
1
-1
/
+2
*
Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...
Alexey Samsonov
2012-11-28
1
-44
/
+4
*
PR14306: Move -fbounds-checking to -fsanitize=bounds.
Joey Gouly
2012-11-23
1
-8
/
+4
*
Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.
Bob Wilson
2012-11-23
1
-612
/
+10
*
Fix the '-fuse-init-array' option to actually be an option.
Chandler Carruth
2012-11-21
1
-1
/
+1
*
Add -ldl for non-static libgcc in Android.
Logan Chien
2012-11-19
1
-3
/
+11
[next]