summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...Argyrios Kyrtzidis2014-07-111-83/+2
* Handle SPARC float command line parameters for SPARCv9.Brad Smith2014-07-111-1/+2
* [PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...Zinovy Nis2014-07-111-4/+8
* GCC compatibility: Create a Group to ignore unsupported optimization.Sylvestre Ledru2014-07-111-0/+7
* Enable -gcolumn-info by default.Diego Novillo2014-07-101-1/+2
* Remove use of uniform initialization ({}) introduced in r212725 since this is...David Blaikie2014-07-101-1/+1
* [Codestyle][x32] Cosmetic codestyle fix.Zinovy Nis2014-07-101-6/+6
* [x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...Zinovy Nis2014-07-102-23/+65
* [mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchainsDaniel Sanders2014-07-103-13/+62
* [mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders2014-07-101-0/+2
* [Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.Argyrios Kyrtzidis2014-07-101-3/+8
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-092-2/+1
* cc1as: consolidate option flags with cc1 and eliminate duplicationAlp Toker2014-07-092-46/+0
* Driver: Fix think-o in adding -ivfsoverlay flag to crashdumpsJustin Bogner2014-07-071-3/+5
* Remove unused sys/stat.h includesAlp Toker2014-07-072-3/+0
* Update for llvm api change.Rafael Espindola2014-07-061-4/+7
* [Driver][Mips] Support one more MIPS CPU name - octeon.Simon Atanasyan2014-07-041-1/+2
* [Driver][Mips] If ABI name is not provided deduce it from the target tripleSimon Atanasyan2014-07-021-10/+10
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-15/+8
* Win64: Disable uwtable until we fix .pdata emission in LLVMReid Kleckner2014-07-011-1/+5
* GCC compatibility: Ignore -finput_charset=UTF-8 argument. It is the default i...Sylvestre Ledru2014-07-011-0/+8
* [Driver][Mips] MIPS ABI names "32" and "64" used as arguments of the "-mabi"Simon Atanasyan2014-07-011-2/+2
* [UBSan] Don't link UBSan runtime into shared libraries.Alexey Samsonov2014-06-301-7/+5
* Use the newly added FindInEnvPath helper in clangEhsan Akhgari2014-06-302-37/+3
* Fix a stray semi-colon. (Found by a pedantic warning)Chandler Carruth2014-06-291-1/+1
* Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...NAKAMURA Takumi2014-06-295-230/+17
* Driver: add a cygwin linker toolSaleem Abdulrasool2014-06-295-0/+206
* clang-cl: Map /EHs- to -fno-exceptionsReid Kleckner2014-06-271-4/+52
* Replace GetProgramPath("ld") with GetLinkerPath().Logan Chien2014-06-271-1/+1
* Driver: Pass -ivfsoverlay to module crashdumpsJustin Bogner2014-06-271-1/+8
* Driver: use GNU::Link for the Generic_GCC toolchainSaleem Abdulrasool2014-06-272-17/+24
* Driver: Fix a misleading comment and test for what it actually didJustin Bogner2014-06-261-1/+1
* Driver: Remove trailing whitespaceJustin Bogner2014-06-261-2/+2
* clang-cl: Don't store the cl compiler Tool on the stack (PR20131)Hans Wennborg2014-06-262-4/+18
* Implement the -fuse-ld= option.Logan Chien2014-06-263-10/+35
* Add ppc64/power8 as a targetWill Schmidt2014-06-261-0/+2
* Forward -u to the linker on gnutools toolchainsReid Kleckner2014-06-261-0/+1
* Align with new GCC options for x86 AndroidAlexey Volkov2014-06-251-2/+6
* [Driver] Follow-up to r211598, r211663. Do not build a dynamic linkerSimon Atanasyan2014-06-251-6/+6
* Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRe...NAKAMURA Takumi2014-06-251-3/+3
* Reformat.NAKAMURA Takumi2014-06-251-3/+3
* Use appropriate default PIE settings for OpenBSD.Brad Smith2014-06-241-0/+21
* [Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...Simon Atanasyan2014-06-241-2/+40
* Use lowercase windows.h for mingw cross compilation.Logan Chien2014-06-241-1/+1
* [mips] Correct linux dynamic linker for -mnan=2008Daniel Sanders2014-06-242-5/+25
* Driver: Restore proper naming of crashdump filesJustin Bogner2014-06-241-1/+2
* Driver: Skip the -ivfsoverlay argument in driver crash diagsJustin Bogner2014-06-221-1/+1
* Enable WindowsToolChain on all native Windows buildsAlp Toker2014-06-221-7/+2
* WindowsToolChain: decouple build environment from the toolchainAlp Toker2014-06-221-17/+2
* Make WindowsToolChain portableAlp Toker2014-06-221-10/+19
OpenPOWER on IntegriCloud