index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
/
ToolChains.cpp
Age
Commit message (
Expand
)
Author
2013-04-21
[Mips] Do not add unnecessary Mips toolchain path to the list
Simon Atanasyan
2013-04-20
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-14
Add driver support for fedora 18 on ARM.
Rafael Espindola
2013-04-11
Fix the driver logic for recent versions of DragonFly.
John McCall
2013-04-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-03-28
Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Thomas Schwinge
2013-03-28
Rename LinuxDistro to Distro.
Thomas Schwinge
2013-03-21
[ASan] Let the users to invoke `clang -fsanitize=address` to link binaries ta...
Alexander Potapenko
2013-03-20
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-19
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-18
Centralize the logic for using the integrated assembler.
Rafael Espindola
2013-03-18
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
Use early returns when checking if we already constructed a tool and when
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
Refactor a bit of duplicated code to useIntegratedAs.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-15
Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for ...
Sylvestre Ledru
2013-03-06
Driver: add support for new style multiarch in Ubuntu 13.04
Dmitri Gribenko
2013-03-04
Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.
Bob Wilson
2013-02-21
Remove the SplitDebug action and replace with a set of commands
Eric Christopher
2013-02-05
Driver and option support for -gsplit-dwarf. This is a part of
Eric Christopher
2013-02-05
Spaces instead of tabs.
Eric Christopher
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-22
[ASan] Link with the dynamic runtime on OS X
Alexander Potapenko
2013-01-21
Port r172856: 'Include ubsan runtime even when building a shared library. We ...
Alexey Samsonov
2013-01-15
[driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".
Daniel Dunbar
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-10
ToolChains: Minor touchup to use correct type, avoid truncation.
Will Dietz
2013-01-06
Prepare for the upcoming version of Debian (jessie)
Sylvestre Ledru
2012-12-29
Fix a typo that caused a few standard library implementations of sort to
Chandler Carruth
2012-12-29
Try to re-structure the GCCVersion comparison routine to make it easier
Chandler Carruth
2012-12-21
Update comments.
Rafael Espindola
2012-12-20
Fix Generic_GCC::GCCVersion::operator<
Rafael Espindola
2012-12-19
[driver] Have -isysroot warn on nonexistent paths.
Chad Rosier
2012-12-13
Add support for current Ubuntu Quantal and the upcoming Raring.
Rafael Espindola
2012-12-13
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-07
Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linu...
NAKAMURA Takumi
2012-12-06
Revert r169557. It seems that the test is too restricted
Logan Chien
2012-12-06
Add i686-linux-android for gcc toolchain detection.
Logan Chien
2012-12-06
Hexagon TC: Reimplement Link::ConstructJob to call
Matthew Curtis
2012-12-06
Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to
Matthew Curtis
2012-12-06
Hexagon TC: Update toolchain to add appropriate include
Matthew Curtis
2012-12-04
ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last...
NAKAMURA Takumi
2012-12-04
Autotools has the same include guard for both Clang and LLVM's config.h.
Chandler Carruth
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-23
Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.
Bob Wilson
2012-11-21
Fix the '-fuse-init-array' option to actually be an option.
Chandler Carruth
2012-11-21
[Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...
Alexey Samsonov
[next]