| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM backend knows about cortex-m4. The front end should too. | Jim Grosbach | 2012-03-29 | 1 | -0/+1 |
* | Duplicated code is bad. At least make it consistent. | Bob Wilson | 2012-03-21 | 1 | -71/+38 |
* | For Darwin, do not let -mcpu override the -arch option. <rdar://11059238> | Bob Wilson | 2012-03-21 | 1 | -5/+9 |
* | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 1 | -0/+2 |
* | Revert r149083 which is not the direction we're going in the Clang | Chandler Carruth | 2012-01-31 | 1 | -3/+2 |
* | Keep track of the original target the user specified before | Joerg Sonnenberger | 2012-01-26 | 1 | -2/+3 |
* | Switch the ToolChain types to all store a Driver reference rather than | Chandler Carruth | 2012-01-25 | 1 | -6/+5 |
* | Split the Windows toolchain definition into its own file. This is | Chandler Carruth | 2011-12-17 | 1 | -0/+34 |
* | Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow | Daniel Dunbar | 2011-12-07 | 1 | -0/+16 |
* | Switch the C++ include interface in the ToolChain to use the same naming | Chandler Carruth | 2011-11-04 | 1 | -3/+3 |
* | Sink the strange '-stdlib=...' flag handling into the C++ include | Chandler Carruth | 2011-11-04 | 1 | -1/+10 |
* | Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc | Chandler Carruth | 2011-11-04 | 1 | -16/+1 |
* | Add a system include management interface to the toolchain, and call it | Chandler Carruth | 2011-11-04 | 1 | -1/+6 |
* | Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. | Bob Wilson | 2011-10-14 | 1 | -2/+1 |
* | [driver] Default to arm mode when using the integrated assembler. | Chad Rosier | 2011-09-20 | 1 | -4/+9 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -9/+9 |
* | Call objc_terminate() instead of abort() when a cleanup throws an | John McCall | 2011-07-06 | 1 | -0/+2 |
* | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 2011-07-06 | 1 | -0/+19 |
* | Fix the default libc++ header search path to be sysrooted. Radar 9639692. | Bob Wilson | 2011-06-21 | 1 | -6/+2 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -1/+8 |
* | Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag | Daniel Dunbar | 2011-04-30 | 1 | -3/+3 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Add clang support for cortex-m0 cpus. Patch by James Orr. | Bob Wilson | 2011-03-21 | 1 | -0/+8 |
* | Remove the storage for -cxx-system-include. Make libcxx toolchain | Joerg Sonnenberger | 2011-02-22 | 1 | -1/+2 |
* | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky | 2010-12-31 | 1 | -1/+1 |
* | Driver: implement driver automagic support for -lcc_kext | Shantonu Sen | 2010-09-17 | 1 | -0/+5 |
* | Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. | Daniel Dunbar | 2010-09-17 | 1 | -2/+2 |
* | Driver: Add a toolchain hook for whether the system has native LLVM support. | Daniel Dunbar | 2010-09-17 | 1 | -0/+4 |
* | Driver: Add a -stdlib= argument which can be used to select the C++ standard | Daniel Dunbar | 2010-09-14 | 1 | -0/+19 |
* | Driver: Factor out some code for handling the C++ standard library. | Daniel Dunbar | 2010-09-14 | 1 | -0/+25 |
* | Driver: Move Clang "triple" computation routines to method on the | Daniel Dunbar | 2010-08-23 | 1 | -0/+136 |
* | Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte... | Daniel Dunbar | 2010-08-02 | 1 | -0/+4 |
* | Driver: Remove some unused arguments. | Daniel Dunbar | 2010-07-14 | 1 | -5/+2 |
* | Add ToolChain::getDriver() and use it instead of going through the HostInfo | Daniel Dunbar | 2009-12-21 | 1 | -0/+4 |
* | Change Get{File,Program}Path to return an std::string (instead of a sys::Path). | Daniel Dunbar | 2009-09-09 | 1 | -5/+5 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -3/+3 |
* | (llvm up) Use llvm::Triple for storing target triples. | Daniel Dunbar | 2009-05-22 | 1 | -3/+2 |
* | Fix searching for gcc, we only want executable files. | Mike Stump | 2009-03-27 | 1 | -2/+3 |
* | Move ToolChain::ShouldUseClangCompiler to | Daniel Dunbar | 2009-03-24 | 1 | -28/+0 |
* | Driver: Move actions into Compilation, and construct the compilation | Daniel Dunbar | 2009-03-18 | 1 | -2/+2 |
* | Driver: Add test case for -ccc-clang-archs (which, it turns out, was | Daniel Dunbar | 2009-03-18 | 1 | -2/+2 |
* | Driver: Pass HostInfo reference into ToolChain. | Daniel Dunbar | 2009-03-17 | 1 | -9/+10 |
* | Driver: Sketch Tool and ToolChain classes. | Daniel Dunbar | 2009-03-16 | 1 | -0/+62 |