summaryrefslogtreecommitdiff
path: root/lib/Driver/Types.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi2019-10-121-1/+1
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-081-1/+17
* Revert 373538 and follow-ups 373549 and 373552.Nico Weber2019-10-031-17/+1
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-021-1/+17
* [static analyzer] Remove --analyze-autoJan Korous2019-09-241-1/+1
* [NFC][clang] Adding argument based Phase list filtering to getComplicationPhasesPuyan Lotfi2019-08-131-1/+55
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 3.Puyan Lotfi2019-07-311-4/+11
* Revert "[NFC][clang] Refactor getCompilationPhases()+Types.def step 3."Sam McCall2019-07-301-11/+4
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 3.Puyan Lotfi2019-07-301-4/+11
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 2.Puyan Lotfi2019-07-251-38/+18
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 1.Puyan Lotfi2019-07-221-3/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [modules] Driver support for precompiling a collection of files as a singleRichard Smith2018-09-151-0/+2
* [HIP] Set proper triple and offload kind for the toolchainYaxun Liu2018-05-111-0/+10
* [HIP] Add driver input type for HIPYaxun Liu2018-04-181-0/+9
* [Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao2016-10-271-0/+4
* Driver: use StringRef instead of raw pointer in lookupTypeForExtension() (NFC)Mehdi Amini2016-10-071-1/+1
* clang-cl: Use the .obj file extension also in LTO modeHans Wennborg2016-10-041-6/+13
* [CUDA][OpenMP] Add a generic offload action builderSamuel Antao2016-09-301-1/+1
* Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith2016-08-301-2/+19
* PR30195: Fix clang-cl attempting to precompile bogus (non-precompilable) inpu...Richard Smith2016-08-301-0/+18
* Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber2016-08-301-19/+2
* C++ Modules TS: driver support for building modules.Richard Smith2016-08-301-2/+19
* Sort list of driver-known file extensions. It was previously approximatelyRichard Smith2016-08-261-25/+25
* Add a RenderScript language typePirama Arumuga Nainar2016-06-091-0/+1
* Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...Eugene Zelenko2016-02-121-1/+0
* [CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar2016-01-141-2/+1
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-071-0/+13
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-3/+18
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-18/+3
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-3/+18
* Revert r239213: "clang-cl: Implement /GL in terms of -flto."Hans Wennborg2015-06-131-1/+1
* clang-cl: Implement /GL in terms of -flto.Peter Collingbourne2015-06-061-1/+1
* Ensure that we still parse preprocessed CUDA files as CUDA when we useArtem Belevich2015-03-191-2/+3
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-0/+1
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-181-1/+0
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-181-0/+1
* Recognize .lib files as linker input explicitlyEhsan Akhgari2014-09-101-0/+1
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-0/+2
* Make .asm a valid extension for assembly filesHans Wennborg2013-10-171-0/+1
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-171-0/+2
* clang-cl: Support the /Fe optionHans Wennborg2013-08-121-0/+2
* clang-cl: Use .obj as object file extension instead of .oHans Wennborg2013-08-071-1/+4
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-1/+2
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-3/+1
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-1/+2
* Minor refactor of how we get compilation phases.Matthew Curtis2013-03-071-40/+22
* Fix global overflow in types::lookupTypeForTypeSpecifier.Evgeniy Stepanov2013-02-281-3/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+1
* Test commit: Remove blank line.Joey Gouly2012-11-211-1/+1