summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-081-18/+48
* MIPS: Pass -mabi option to the assmbler when compile MIPS targets.Simon Atanasyan2012-04-071-10/+14
* MIPS: Move code calculates CPU and ABI names to the separate function to reus...Simon Atanasyan2012-04-071-13/+21
* MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit...Simon Atanasyan2012-04-061-0/+3
* MIPS: Pass -EB/-EL argument to the assembler according to selected endian whe...Simon Atanasyan2012-04-061-0/+6
* Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE.Nico Weber2012-04-041-1/+5
* [driver] When using the -mfpmath= option, add an error message when trying to Chad Rosier2012-04-041-3/+9
* Test commit to check commit access.Simon Atanasyan2012-04-041-1/+0
* Whitespace.Chad Rosier2012-04-041-2/+2
* [driver] Add a static helper function for handling -mfpu= to remove some codeChad Rosier2012-04-041-76/+45
* Reduce variable scope.David Blaikie2012-04-041-2/+1
* [driver] Create a new -mfpmath= option, which is used to control whether clangChad Rosier2012-04-041-0/+25
* modern objc translator. Add moreFariborz Jahanian2012-04-041-4/+9
* Remove unused argument.Fariborz Jahanian2012-04-041-2/+2
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-021-0/+2
* Ignore unused --serialize-diagnostics option when using llvm-gcc.Bob Wilson2012-04-011-0/+3
* ARM backend knows about cortex-m4. The front end should too.Jim Grosbach2012-03-291-0/+1
* Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth2012-03-271-0/+3
* [driver] Fix unused argument warnings.Chad Rosier2012-03-261-11/+19
* [driver] -mkernel implies -fno-common, so claim the arg to avoid an unusedChad Rosier2012-03-261-0/+1
* [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unusedChad Rosier2012-03-261-0/+1
* Add support for MIPS' floating ABIs (hard, soft and single) to clang driver.Akira Hatanaka2012-03-231-9/+35
* Duplicated code is bad. At least make it consistent.Bob Wilson2012-03-211-0/+2
* Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer ...Nico Weber2012-03-191-2/+2
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-151-0/+3
* Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie2012-03-151-0/+1
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-151-1/+0
* Provide -Wnull-conversion separately from -Wconversion.David Blaikie2012-03-141-0/+1
* [driver] Clang should report an error for -faltivec on non-ppc.Chad Rosier2012-03-131-0/+8
* Tweak linkage order for solaris.David Chisnall2012-03-131-1/+2
* Address some of the concerns by Chandler.Bill Wendling2012-03-121-14/+11
* Have clang pay attention to the LIBRARY_PATH environment variable.Bill Wendling2012-03-121-41/+44
* Use VersionTuple to manage macosx versions in the driver. No functionality ch...Benjamin Kramer2012-03-101-5/+2
* Update comment after r152140. Clarify a bit too.Nico Weber2012-03-091-1/+2
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-1/+1
* Implement -fno-dwarf2-cfi-asm on linux too.Rafael Espindola2012-03-081-10/+7
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-061-2/+2
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-1/+24
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-9/+26
* [driver] Add support for -fno-inline.Chad Rosier2012-03-061-0/+3
* [analyzer] Turn inlining on by default for better testing exposure.Anna Zaks2012-03-011-0/+2
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-011-0/+4
* Add -C when linking on Solaris so that the error messages are understandable ...David Chisnall2012-02-291-0/+3
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-291-0/+3
* Add -lm by default on Solaris.David Chisnall2012-02-281-0/+1
* It turns out -fno-cxa-atexit just produces broken code, so disable it on Sola...David Chisnall2012-02-281-1/+1
* Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall2012-02-281-5/+10
* Default to not using __cxa_atexit on Solaris.David Chisnall2012-02-181-0/+1
* Tweak link order on Solaris so that global ctors work.David Chisnall2012-02-161-1/+1
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-5/+0
OpenPOWER on IntegriCloud