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
*
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
*
Remove implicit fallthrough from AArch64 to Mips in lib selection
Tim Northover
2013-06-13
1
-0
/
+1
*
Add Ubuntu Saucy to the list of known Ubuntu releases
Sylvestre Ledru
2013-06-13
1
-1
/
+3
*
Add SystemZ support
Ulrich Weigand
2013-05-06
1
-1
/
+17
*
Always use / when computing mips specific paths.
Rafael Espindola
2013-04-30
1
-20
/
+18
*
Add support for -stdlib=libc++ in the NetBSD toolchain.
Joerg Sonnenberger
2013-04-30
1
-0
/
+36
*
[Mips] Do not add unnecessary Mips toolchain path to the list
Simon Atanasyan
2013-04-21
1
-5
/
+0
*
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-20
1
-29
/
+147
*
Add driver support for fedora 18 on ARM.
Rafael Espindola
2013-04-14
1
-0
/
+1
*
Fix the driver logic for recent versions of DragonFly.
John McCall
2013-04-11
1
-1
/
+4
*
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-09
1
-1
/
+19
*
Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Thomas Schwinge
2013-03-28
1
-2
/
+2
*
Rename LinuxDistro to Distro.
Thomas Schwinge
2013-03-28
1
-11
/
+11
*
[ASan] Let the users to invoke `clang -fsanitize=address` to link binaries ta...
Alexander Potapenko
2013-03-21
1
-8
/
+10
*
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-20
1
-108
/
+97
*
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-19
1
-36
/
+4
*
Centralize the logic for using the integrated assembler.
Rafael Espindola
2013-03-18
1
-37
/
+9
*
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
1
-251
/
+79
*
Use early returns when checking if we already constructed a tool and when
Rafael Espindola
2013-03-18
1
-182
/
+195
*
Remove unused argument.
Rafael Espindola
2013-03-18
1
-25
/
+22
*
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
1
-13
/
+15
*
Refactor a bit of duplicated code to useIntegratedAs.
Rafael Espindola
2013-03-18
1
-30
/
+6
*
Remove unused argument.
Rafael Espindola
2013-03-18
1
-43
/
+22
*
Remove unused argument.
Rafael Espindola
2013-03-18
1
-12
/
+12
*
Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for ...
Sylvestre Ledru
2013-03-15
1
-0
/
+3
*
Driver: add support for new style multiarch in Ubuntu 13.04
Dmitri Gribenko
2013-03-06
1
-2
/
+24
*
Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.
Bob Wilson
2013-03-04
1
-5
/
+14
*
Remove the SplitDebug action and replace with a set of commands
Eric Christopher
2013-02-21
1
-4
/
+0
[next]