summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding armv7l default to cortex-a8Renato Golin2013-02-051-0/+1
* Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet2012-12-211-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+1
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-211-1/+2
* Driver/Darwin: The -arch argument values aren't exactly the arch names from aDaniel Dunbar2012-11-081-0/+15
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-011-4/+4
* Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer2012-10-041-0/+22
* Remove useless parameter "WantFile" from Driver::GetProgramPath().Simon Atanasyan2012-10-031-2/+2
* Add armv7s and some other arm variants supported by Mach-O files.Bob Wilson2012-09-291-1/+5
* Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.Rafael Espindola2012-09-231-0/+4
* This patch introduces A15 as a target in Clang.Silviu Baranga2012-09-131-1/+1
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-1/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-20/+4
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-191-0/+3
* ARM backend knows about cortex-m4. The front end should too.Jim Grosbach2012-03-291-0/+1
* Duplicated code is bad. At least make it consistent.Bob Wilson2012-03-211-71/+38
* For Darwin, do not let -mcpu override the -arch option. <rdar://11059238>Bob Wilson2012-03-211-5/+9
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+2
* Revert r149083 which is not the direction we're going in the ClangChandler Carruth2012-01-311-3/+2
* Keep track of the original target the user specified beforeJoerg Sonnenberger2012-01-261-2/+3
* Switch the ToolChain types to all store a Driver reference rather thanChandler Carruth2012-01-251-6/+5
* Split the Windows toolchain definition into its own file. This isChandler Carruth2011-12-171-0/+34
* Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allowDaniel Dunbar2011-12-071-0/+16
* Switch the C++ include interface in the ToolChain to use the same namingChandler Carruth2011-11-041-3/+3
* Sink the strange '-stdlib=...' flag handling into the C++ includeChandler Carruth2011-11-041-1/+10
* Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arcChandler Carruth2011-11-041-16/+1
* Add a system include management interface to the toolchain, and call itChandler Carruth2011-11-041-1/+6
* Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson2011-10-141-2/+1
* [driver] Default to arm mode when using the integrated assembler.Chad Rosier2011-09-201-4/+9
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-9/+9
* Call objc_terminate() instead of abort() when a cleanup throws anJohn McCall2011-07-061-0/+2
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-0/+19
* Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson2011-06-211-6/+2
* Automatic Reference Counting.John McCall2011-06-151-1/+8
* Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flagDaniel Dunbar2011-04-301-3/+3
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add clang support for cortex-m0 cpus. Patch by James Orr.Bob Wilson2011-03-211-0/+8
* Remove the storage for -cxx-system-include. Make libcxx toolchainJoerg Sonnenberger2011-02-221-1/+2
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* Driver: implement driver automagic support for -lcc_kextShantonu Sen2010-09-171-0/+5
* Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd.Daniel Dunbar2010-09-171-2/+2
* Driver: Add a toolchain hook for whether the system has native LLVM support.Daniel Dunbar2010-09-171-0/+4
* Driver: Add a -stdlib= argument which can be used to select the C++ standardDaniel Dunbar2010-09-141-0/+19
* Driver: Factor out some code for handling the C++ standard library.Daniel Dunbar2010-09-141-0/+25
* Driver: Move Clang "triple" computation routines to method on theDaniel Dunbar2010-08-231-0/+136
* Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte...Daniel Dunbar2010-08-021-0/+4
* Driver: Remove some unused arguments.Daniel Dunbar2010-07-141-5/+2
* Add ToolChain::getDriver() and use it instead of going through the HostInfoDaniel Dunbar2009-12-211-0/+4
* Change Get{File,Program}Path to return an std::string (instead of a sys::Path).Daniel Dunbar2009-09-091-5/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
OpenPOWER on IntegriCloud