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
*
Adjust for TimePoint interface change in llvm: D25730. NFC
Pavel Labath
2016-10-24
1
-3
/
+5
*
[Driver][Darwin] Pass -no_deduplicate to ld64
Bruno Cardoso Lopes
2016-10-21
1
-0
/
+27
*
New clang option -mpie-copy-relocations to use copy relocations for PIE builds.
Sriraman Tallam
2016-10-19
1
-0
/
+6
*
[Driver] Use stem rather than filename for executable name
Petr Hosek
2016-10-17
1
-1
/
+1
*
Fix a typo.
Adrian Prantl
2016-10-17
1
-1
/
+1
*
Revert r284256 due to test failure
Ed Maste
2016-10-14
1
-4
/
+0
*
Link static PIE programs against rcrt0.o on OpenBSD
Ed Maste
2016-10-14
1
-0
/
+4
*
Pass -ffunction-sections/-fdata-sections along to gold-plugin
Teresa Johnson
2016-10-13
1
-5
/
+22
*
Guard flag –fdenormal-fp-math with –fno-fast-math.
Sjoerd Meijer
2016-10-13
1
-3
/
+10
*
Revert - When optimizing for size, enable loop rerolling by default
Mike Edwards
2016-10-11
1
-10
/
+1
*
Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel
2016-10-11
1
-0
/
+33
*
[Driver] Let -gline-tables-only win when it comes after -gmodules.
Adrian Prantl
2016-10-10
1
-1
/
+3
*
When optimizing for size, enable loop rerolling by default
Hal Finkel
2016-10-09
1
-1
/
+10
*
Use StringReg in TargetParser APIs (NFC)
Mehdi Amini
2016-10-07
1
-33
/
+34
*
[Driver] Add driver support for Fuchsia
Petr Hosek
2016-10-06
1
-0
/
+107
*
Revert "[XRay] Check in Clang whether XRay supports the target when -fxray-in...
Dean Michael Berris
2016-10-04
1
-14
/
+1
*
[XRay] Check in Clang whether XRay supports the target when -fxray-instrument...
Dean Michael Berris
2016-10-04
1
-1
/
+14
*
[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
Gor Nishanov
2016-10-02
1
-0
/
+6
*
[PowerPC] Enable soft-float for PPC64, and +soft-float -> -hard-float
Hal Finkel
2016-10-02
1
-9
/
+2
*
P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we
Richard Smith
2016-09-30
1
-0
/
+18
*
[Myriad] Silently ignore -fno-split-dwarf-inlining
Douglas Katzman
2016-09-29
1
-6
/
+8
*
CC1: Add -save-stats option
Matthias Braun
2016-09-26
1
-0
/
+27
*
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
*
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
*
Myriad: nominally "support" ASAN.
Douglas Katzman
2016-09-09
1
-4
/
+11
*
[Driver] Report invalid -mtune/-mcpu parameters when -arch=arm64
Vedant Kumar
2016-09-08
1
-9
/
+11
*
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
[next]