summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Link with the dynamic runtime on OS XAlexander Potapenko2013-01-221-4/+2
* Port r172856: 'Include ubsan runtime even when building a shared library. We ...Alexey Samsonov2013-01-211-4/+1
* [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".Daniel Dunbar2013-01-151-3/+4
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* ToolChains: Minor touchup to use correct type, avoid truncation.Will Dietz2013-01-101-1/+1
* Prepare for the upcoming version of Debian (jessie)Sylvestre Ledru2013-01-061-2/+5
* Fix a typo that caused a few standard library implementations of sort toChandler Carruth2012-12-291-1/+1
* Try to re-structure the GCCVersion comparison routine to make it easierChandler Carruth2012-12-291-14/+27
* Update comments.Rafael Espindola2012-12-211-3/+2
* Fix Generic_GCC::GCCVersion::operator<Rafael Espindola2012-12-201-1/+2
* [driver] Have -isysroot warn on nonexistent paths.Chad Rosier2012-12-191-1/+6
* Add support for current Ubuntu Quantal and the upcoming Raring.Rafael Espindola2012-12-131-1/+5
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-0/+13
* Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linu...NAKAMURA Takumi2012-12-071-0/+1
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-061-1/+0
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-061-0/+1
* Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis2012-12-061-1/+81
* Hexagon TC: Move getHexagonTargetCPU from Tools.cpp toMatthew Curtis2012-12-061-0/+36
* Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis2012-12-061-9/+70
* ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last...NAKAMURA Takumi2012-12-041-4/+5
* Autotools has the same include guard for both Clang and LLVM's config.h.Chandler Carruth2012-12-041-1/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-11/+6
* Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.Bob Wilson2012-11-231-3/+1
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-211-3/+8
* [Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...Alexey Samsonov2012-11-211-5/+7
* Enable -fuse-init-array for Android X86/MIPS.Logan Chien2012-11-191-1/+2
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-191-20/+18
* UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...Alexey Samsonov2012-11-161-2/+19
* Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky2012-11-151-17/+82
* Remove old driver code to grab the iOS simulator version from the -D option.Bob Wilson2012-11-091-73/+6
* Remove more code related to invoking llvm-gcc. <rdar://problem/11991320>Bob Wilson2012-11-081-24/+0
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-081-82/+17
* Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson2012-11-081-15/+2
* Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header...Alexey Samsonov2012-11-061-3/+6
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-011-15/+15
* getArchTypeForDarwinArchName is only used in the clang driver, copy it there.Rafael Espindola2012-10-311-2/+2
* Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan2012-10-211-10/+30
* [Options] Make Option non clang specific.Michael J. Spencer2012-10-191-2/+2
* [Options] make Option a value type.Michael J. Spencer2012-10-191-7/+7
* Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.Argyrios Kyrtzidis2012-10-181-9/+9
* [Options] Make Option non clang specific.Michael J. Spencer2012-10-181-2/+2
* [Options] make Option a value type.Michael J. Spencer2012-10-181-7/+7
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-2/+30
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-30/+2
* Revert "[Options] make Option a value type."Eric Christopher2012-10-101-7/+7
* [Options] make Option a value type.Michael J. Spencer2012-10-101-7/+7
* Make Bitrig's clang understand -stdlib= correctly.Chandler Carruth2012-10-081-8/+32
* Use getArch instead of getArchName + string compare.Rafael Espindola2012-10-071-7/+7
* Use getArch instead of getArchName.Rafael Espindola2012-10-071-5/+1
* Implement Adnroid MIPS toolchain support:Simon Atanasyan2012-10-031-4/+33
OpenPOWER on IntegriCloud