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
/
ToolChains.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start adding support for Musl.
Rafael Espindola
2016-06-14
1
-0
/
+2
*
Don't pass --build-id to ld by default.
Rafael Espindola
2016-06-03
1
-4
/
+3
*
[driver][arm] add armv7 and thumb include and lib paths
Chih-Hung Hsieh
2016-06-01
1
-1
/
+51
*
[driver][mips] Fix local variable naming. NFC
Simon Atanasyan
2016-05-28
1
-6
/
+6
*
[driver][mips] Revert support for CodeSourcery MIPS toolchain
Simon Atanasyan
2016-05-28
1
-4
/
+66
*
[CUDA] Add -fcuda-approx-transcendentals flag.
Justin Lebar
2016-05-23
1
-0
/
+4
*
Driver: support exherbo's multiarch support
Saleem Abdulrasool
2016-05-23
1
-26
/
+59
*
[driver][mips] clang-format the code. NFC
Simon Atanasyan
2016-05-22
1
-27
/
+27
*
[driver][mips] Support new versions of MIPS CodeScape toolchains
Simon Atanasyan
2016-05-22
1
-6
/
+173
*
[driver][mips] Use target triple mips-mti-linux-gnu for toolchain detection
Simon Atanasyan
2016-05-22
1
-13
/
+15
*
[driver][mips] Rename some variables to better reflect their purpose. NFC
Simon Atanasyan
2016-05-22
1
-8
/
+9
*
[driver][mips] Drop support for outdated version of CodeSourcery MIPS toolchain
Simon Atanasyan
2016-05-22
1
-56
/
+1
*
Driver: sink getLinuxDynamicLoader into the Toolchain
Saleem Abdulrasool
2016-05-22
1
-0
/
+69
*
[CUDA] Allow sm_50,52,53 GPUs
Artem Belevich
2016-05-19
1
-0
/
+4
*
[driver] Do not pass install dir to the MultilibSet include dirs callback
Simon Atanasyan
2016-05-19
1
-41
/
+25
*
[driver] Do not pass target triple to the MultilibSet include dirs callback
Simon Atanasyan
2016-05-19
1
-10
/
+8
*
[driver][mips] Hardcode triple name in case of CodeSourcery toolchain. NFC
Simon Atanasyan
2016-05-19
1
-1
/
+1
*
Teach clang to look for libcxx in /usr/local/include/c++ on Linux
Yaron Keren
2016-05-17
1
-5
/
+5
*
[PS4] Change the names of some "environmental" things to what our
Paul Robinson
2016-05-16
1
-2
/
+2
*
[mips] Enable IAS by default for 32-bit MIPS targets (O32).
Daniel Sanders
2016-05-14
1
-0
/
+2
*
Update clang support on recent Haiku
Reid Kleckner
2016-05-11
1
-0
/
+32
*
[Myriad] Use Generic_ELF::addClangTargetOptions()
Douglas Katzman
2016-05-09
1
-1
/
+1
*
Proper detection and handling of RHEL and variants.
Rafael Espindola
2016-05-09
1
-8
/
+7
*
RHEL: Look in more places to find g++ headers and runtime.
Rafael Espindola
2016-05-09
1
-2
/
+10
*
Teach header search about GCC 4.9 header search paths in Gentoo, they
Chandler Carruth
2016-05-08
1
-0
/
+1
*
Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman
2016-04-29
1
-5
/
+43
*
[esan] EfficiencySanitizer driver flags
Derek Bruening
2016-04-21
1
-0
/
+4
*
[CUDA] Raise an error if the CUDA install can't be found.
Justin Lebar
2016-04-16
1
-4
/
+7
*
[CUDA] Add -fcuda-flush-denormals-to-zero.
Justin Lebar
2016-04-05
1
-0
/
+4
*
Enable the SafeStack sanitizer on CloudABI by default.
Ed Schouten
2016-03-29
1
-0
/
+4
*
[tsan] Allow -fsanitize=thread for iOS-style simulator targets
Devin Coughlin
2016-03-20
1
-1
/
+6
*
Remove usage of LLVM_PREFIX.
Chaoren Lin
2016-03-18
1
-4
/
+0
*
[Driver] [Darwin] Fix linking libclang_rt.profile_*sim.a
Chris Bieneman
2016-03-15
1
-28
/
+2
*
Make FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIB
Jonas Hahnfeld
2016-03-14
1
-21
/
+2
*
Introduce -fembed-bitcode driver option
Steven Wu
2016-03-01
1
-0
/
+7
*
[WebAssembly] Initial driver support for standard library paths.
Dan Gohman
2016-02-22
1
-0
/
+5
*
Enable SafeStack for CloudABI.
Ed Schouten
2016-02-17
1
-0
/
+6
*
Darwin: fix stdlib handling when CLANG_DEFAULT_STDLIB is set
Tim Northover
2016-02-15
1
-1
/
+1
*
As reported in https://llvm.org/bugs/show_bug.cgi?id=25496, on FreeBSD,
Dimitry Andric
2016-02-14
1
-0
/
+16
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-7
/
+0
*
Darwin: pass -stdlib=libc++ down to cc1 whenever we're targeting libc++
Tim Northover
2016-02-12
1
-0
/
+6
*
[CMake] Add option to switch default C++ stdlib
Jonas Hahnfeld
2016-02-12
1
-19
/
+11
*
Remove decision logic for old NetBSD development versions, the 7.0
Joerg Sonnenberger
2016-02-11
1
-1
/
+1
*
Now that Sparc/Sparc64 backend is mostly usable, provide the same
Joerg Sonnenberger
2016-02-11
1
-0
/
+2
*
[asan] Add iOS support for Address Sanitizer
Anna Zaks
2016-02-02
1
-6
/
+24
*
ARMv7k: simplify logic for deciding sjlj-exceptions.
Tim Northover
2016-01-27
1
-2
/
+1
*
ARMv7k: select ABI based on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-1
/
+3
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+7
*
[CUDA] Invoke ptxas and fatbinary during compilation.
Justin Lebar
2016-01-14
1
-7
/
+20
*
[WebAssembly] Configure some simple include paths and runtime library settings.
Dan Gohman
2016-01-14
1
-0
/
+23
[next]