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
...
*
Add gold plugin support to the FreeBSD link driver.
Roman Divacky
2013-11-10
1
-0
/
+4
*
Commit the changes to make libc++ the default on FreeBSD >= 10, rather than
David Chisnall
2013-11-09
1
-0
/
+37
*
Ubuntu has published its Saucy release. 'Trusty Tahr' dev has just started. A...
Sylvestre Ledru
2013-11-07
1
-1
/
+3
*
Default to use libc++ on OS X 10.9+ and iOS 7+.
Bob Wilson
2013-11-02
1
-0
/
+6
*
SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.
Peter Collingbourne
2013-11-01
1
-2
/
+4
*
Teach the driver to not try to use 'lib32' multilib spellings on ARM
Chandler Carruth
2013-10-29
1
-6
/
+19
*
Doh, got this turned around. This is in fact the consistent ordering.
Chandler Carruth
2013-10-29
1
-4
/
+0
*
Clean up the deeply misleading name of the "MultiLibSuffix". This is
Chandler Carruth
2013-10-29
1
-36
/
+31
*
Cleanup comments and braces. No functionality changed, just trying to
Chandler Carruth
2013-10-29
1
-4
/
+15
*
Revert "Support cross linking to arm on ubuntu."
Rafael Espindola
2013-10-28
1
-23
/
+11
*
Support cross linking to arm on ubuntu.
Rafael Espindola
2013-10-28
1
-11
/
+23
*
Just detect a distro as being fedora or not.
Rafael Espindola
2013-10-25
1
-18
/
+4
*
Merge two adjacent ifs.
Rafael Espindola
2013-10-25
1
-3
/
+2
*
Teach clang driver about Cortex-A53 and Cortex-A57.
Bernard Ogden
2013-10-24
1
-1
/
+0
*
ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archs
Tim Northover
2013-10-24
1
-4
/
+12
*
For NetBSD/current on X86 do not use libgcc and default to libc++.
Joerg Sonnenberger
2013-10-14
1
-0
/
+6
*
XCore target: add an xcore toolchain implementation
Robert Lytton
2013-10-11
1
-0
/
+75
*
[Mips] Support FSF Mips toolchain directories tree in the Clang driver.
Simon Atanasyan
2013-10-10
1
-25
/
+128
*
[Mips] Group MIPS-related options checking function in one place.
Simon Atanasyan
2013-10-09
1
-8
/
+8
*
[Mips] Make the isMipsR2Arch() function simpler - remove checking for
Simon Atanasyan
2013-10-09
1
-7
/
+2
*
[Mips] Do not check for options from the OPT_mips_CPUs_Group. All these
Simon Atanasyan
2013-10-09
1
-9
/
+2
*
Remove unused param from Linux::computeSysRoot().
Simon Atanasyan
2013-10-05
1
-3
/
+3
*
Separate construction of bi-arch path suffix from construction of
Simon Atanasyan
2013-09-28
1
-67
/
+57
*
Remove a use of OPT_m_Joined.
Rafael Espindola
2013-09-24
1
-28
/
+35
*
[ASan] Do not imply -undefined dynamic_lookup when linking dylibs with -fsani...
Alexander Potapenko
2013-09-20
1
-6
/
+4
*
Moving Cortex-R cores to armv7r arch
Renato Golin
2013-09-13
1
-3
/
+1
*
Add more Cortex CPUs and tests
Renato Golin
2013-09-13
1
-1
/
+5
*
Look for libstdc++ first on the clang install directory.
Rafael Espindola
2013-08-28
1
-2
/
+11
*
Teach the Linux toolchain about more modern Gentoo installations of GCC
Chandler Carruth
2013-08-26
1
-8
/
+12
*
Move SanitizerArgs to the clang Driver
Alexey Samsonov
2013-08-19
1
-5
/
+3
*
Enhance the clang -v gcc debug printing to skip obviously bad and duplicate p...
Benjamin Kramer
2013-08-14
1
-2
/
+4
*
Add a convenient way to compare GCCVersions without creating temporary objects.
Benjamin Kramer
2013-08-09
1
-15
/
+16
*
Make SanitizerArgs parsing toolchain-independent
Alexey Samsonov
2013-08-09
1
-2
/
+2
*
Find a better compromise with the default library search paths used by
Chandler Carruth
2013-07-31
1
-20
/
+39
*
Start keeping track of what work was done to detect a GCC installation
Chandler Carruth
2013-07-30
1
-0
/
+16
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+15
*
Fix gcc search for cross-compiler on Ubuntu 13.04.
Eli Friedman
2013-07-26
1
-2
/
+9
*
We don't need to know the OpenSUSE version, so don't parse it.
Rafael Espindola
2013-07-03
1
-19
/
+11
*
Use the multiple argument form of path::append.
Benjamin Kramer
2013-06-28
1
-11
/
+4
*
Add support for passing '-target armv8' through the Driver.
Joey Gouly
2013-06-26
1
-0
/
+1
*
Remove PathV1.h usage from ToolChains.cpp.
Rafael Espindola
2013-06-26
1
-34
/
+31
*
Use simpler version of llvm::sys::fs::exists.
Rafael Espindola
2013-06-25
1
-14
/
+9
*
Reword and reformat some of the "Multiarch" code in the toolchain setup.
Chandler Carruth
2013-06-22
1
-197
/
+157
*
Update a comment to clarify that searching the target triple bin
Chandler Carruth
2013-06-20
1
-2
/
+8
*
Revert "Adds support for openSUSE ARM v5/v7 triples."
Renato Golin
2013-06-19
1
-2
/
+0
*
Adds support for openSUSE ARM v5/v7 triples.
Renato Golin
2013-06-19
1
-0
/
+2
*
Revert r184302 on Renato's behalf - it broke the bots and he's asked me to re...
James Molloy
2013-06-19
1
-2
/
+0
*
Adds support for openSUSE ARM v5/v7 triples.
Renato Golin
2013-06-19
1
-0
/
+2
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-4
/
+5
[prev]
[next]