summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Clang support for iOS6.Bob Wilson2012-09-291-2/+30
* Add armv7s and some other arm variants supported by Mach-O files.Bob Wilson2012-09-291-1/+13
* Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.Rafael Espindola2012-09-231-8/+0
* On Hexagon getArchName() never returns x86_64, simplify the function.Rafael Espindola2012-09-221-3/+1
* Fix pr13749. There is still a lot of code using getArchName that should beRafael Espindola2012-09-221-1/+1
* Add C/C++ header locations for the Freescale SDK.Hal Finkel2012-09-181-0/+8
* Do not use "lib32" directory to create a library/object filesSimon Atanasyan2012-09-141-7/+24
* This patch introduces A15 as a target in Clang.Silviu Baranga2012-09-131-1/+2
OpenPOWER on IntegriCloud