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] Consolidate tools and toolchains by target platform. (NFC)
David L. Jones
2017-03-08
1
-11005
/
+0
*
Add arch-specific directory to search path
Pirama Arumuga Nainar
2017-03-03
1
-1
/
+24
*
[PowerPC] Enable -fomit-frame-pointer by default for PPC
Nemanja Ivanovic
2017-03-03
1
-0
/
+3
*
Set ABIs correctly for OpenBSD/arm; soft float and aapcs-linux.
Brad Smith
2017-02-28
1
-0
/
+2
*
[Driver] Move architecture-specific free helper functions to their own files.
David L. Jones
2017-02-24
1
-1383
/
+33
*
Driver: inline a single caller of a function (NFC)
Saleem Abdulrasool
2017-02-19
1
-9
/
+1
*
Always use --eh-frame-hdr on OpenBSD, even for -static
Brad Smith
2017-02-19
1
-1
/
+1
*
Link static PIE programs against rcrt0.o on OpenBSD
Brad Smith
2017-02-19
1
-0
/
+4
*
[CUDA] Don't pass -stack-protector to NVPTX compilations.
Justin Lebar
2017-02-19
1
-19
/
+23
*
[XRAY][MIPS] Add -fxray-instrument for mips/mipsel/mips64/mips64el
Sagar Thakur
2017-02-15
1
-0
/
+4
*
[Driver] Use stem() and not filename().
Davide Italiano
2017-02-11
1
-1
/
+1
*
[XRay] Implement powerpc64le xray.
Tim Shen
2017-02-10
1
-0
/
+1
*
[DebugInfo] Added support to Clang FE for generating debug info for preproces...
Amjad Aboud
2017-02-09
1
-0
/
+5
*
[windows] [asan] Add wholearchive flag when including asan_cxx lib.
Marcos Pividori
2017-02-09
1
-6
/
+7
*
Driver: Do not link safestack with --whole-archive.
Peter Collingbourne
2017-02-07
1
-3
/
+5
*
Driver: Do not warn about unused -pthread when linking on darwin
Matthias Braun
2017-02-03
1
-0
/
+4
*
Revert "[Driver] Updated for Visual Studio 2017"
Reid Kleckner
2017-02-02
1
-18
/
+45
*
[Driver] Updated for Visual Studio 2017
Reid Kleckner
2017-02-02
1
-45
/
+18
*
[windows] [asan] Add wholearchive flag when including static lib asan.
Marcos Pividori
2017-01-31
1
-0
/
+5
*
[X86] Teach Clang about -mfentry flag
Nirav Dave
2017-01-31
1
-0
/
+3
*
[windows] [asan] Add linker flag when including "asan_dynamic_runtime_thunk".
Marcos Pividori
2017-01-29
1
-0
/
+4
*
Fix typo introduced in r292960 that may affect -flto -save-temps (saving the ...
Mehdi Amini
2017-01-28
1
-1
/
+1
*
ARM-Darwin: re-enable -momit-leaf-frame-pointer.
Tim Northover
2017-01-27
1
-4
/
+3
*
[mips] Add support for static model on N64
Simon Dardis
2017-01-27
1
-3
/
+57
*
Driver: ignore -fno-objc-arc-exception when -fno-objc-arc set
Saleem Abdulrasool
2017-01-25
1
-0
/
+6
*
Forward -bitcode_process_mode to ld64 in marker-only mode
Mehdi Amini
2017-01-24
1
-2
/
+6
*
Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOn...
Mehdi Amini
2017-01-24
1
-3
/
+4
*
Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...
Dehao Chen
2017-01-19
1
-0
/
+4
*
Move vtable type metadata emission behind a cc1-level flag.
Peter Collingbourne
2017-01-18
1
-1
/
+9
*
Revert "[xray] try to fix thumb buildbot"
Renato Golin
2017-01-18
1
-1
/
+0
*
[xray] try to fix thumb buildbot
Renato Golin
2017-01-17
1
-0
/
+1
*
Fix AArch64 global-merge backend option name.
Frederic Riss
2017-01-17
1
-2
/
+2
*
Address review comments on r290392:
Chandler Carruth
2017-01-12
1
-4
/
+6
*
Extend NetBSD/AArch64 to cover Big Endian as well.
Joerg Sonnenberger
2017-01-09
1
-0
/
+1
*
[Driver] Driver changes to support CUDA compilation on Windows.
Justin Lebar
2017-01-05
1
-7
/
+17
*
Add AVR target and toolchain to Clang
Dylan McKay
2017-01-05
1
-0
/
+16
*
Accept and ignore -Wa,-mbig-obj on COFF targets for gas compatibility
Reid Kleckner
2017-01-04
1
-0
/
+4
*
Add -f[no-]strict-return flag that can be used to avoid undefined behaviour
Alex Lorenz
2017-01-04
1
-0
/
+3
*
Add -plugin-opt=sample-profile for thinLTO build.
Dehao Chen
2017-01-04
1
-0
/
+9
*
[c++17] Implement P0522R0 as written. This allows a template template argument
Richard Smith
2016-12-31
1
-0
/
+7
*
Driver: warn on -fPIC/-fpic/-fPIE/-fpie on Windows
Saleem Abdulrasool
2016-12-26
1
-0
/
+11
*
[PM] Introduce options to enable the (still experimental) new pass
Chandler Carruth
2016-12-23
1
-0
/
+3
*
Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.
Chandler Carruth
2016-12-23
1
-3
/
+3
*
Driver: use the triple to query the arch, not the toolchain
Saleem Abdulrasool
2016-12-22
1
-4
/
+3
*
Driver: remove unnecessary parameter
Saleem Abdulrasool
2016-12-22
1
-18
/
+16
*
Driver: rename parameter to reduce confusion
Saleem Abdulrasool
2016-12-22
1
-7
/
+6
*
[analyzer] Add checker modeling gtest APIs.
Devin Coughlin
2016-12-19
1
-0
/
+1
*
[ARM] Add missing -backend-option for -arm-execute-only
Prakhar Bahuguna
2016-12-19
1
-0
/
+1
*
[CUDA] Add --ptxas-path= flag.
Justin Lebar
2016-12-15
1
-1
/
+5
*
[Driver] Bump default x86 cpu to Penryn when targeting macosx10.12+.
Ahmed Bougacha
2016-12-15
1
-0
/
+5
[next]