summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Android standalone toolchain support.Evgeniy Stepanov2012-09-031-8/+19
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-1/+1
* Tweak the ARC-requires-10.6 diagnostic according to Jordan's review.John McCall2012-08-271-2/+1
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-2/+5
* darwin/driver: Support using SDKROOT to define the default for -isysroot.Daniel Dunbar2012-08-171-0/+14
* clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman2012-08-081-0/+61
* Support ARM hard float (arm-linux-gnueabihf).Jiangning Liu2012-07-311-5/+24
* Force the OS X version to 10.6 for old-style simulator builds.Bob Wilson2012-07-191-0/+5
* [driver] Fix so that clang can find correct path prefix for libc object filesChad Rosier2012-07-111-0/+5
* Adjust this code so that it strictly honorsJohn McCall2012-06-211-4/+6
* Restructure how the driver communicates information about theJohn McCall2012-06-201-59/+28
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-191-1/+7
OpenPOWER on IntegriCloud