summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Types.def
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-0/+1
* [HIP] Add driver input type for HIPYaxun Liu2018-04-181-0/+3
* Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith2016-08-301-0/+3
* Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber2016-08-301-3/+0
* C++ Modules TS: driver support for building modules.Richard Smith2016-08-301-0/+3
* Add a RenderScript language typePirama Arumuga Nainar2016-06-091-0/+1
* [CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar2016-01-141-0/+1
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+1
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-1/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+1
* Driver: Don't crash when generating crash reports for *-header inputsJustin Bogner2015-06-041-5/+5
* Ensure that we still parse preprocessed CUDA files as CUDA when we useArtem Belevich2015-03-191-1/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-11/+11
* Add file suffix for assembler-with-cpp.Eli Friedman2013-07-031-1/+1
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-0/+1
* Fix typoMatt Beaumont-Gay2012-11-141-1/+1
* Use -frewrite-includes for crash reports.David Blaikie2012-06-291-6/+6
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-021-0/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+1
* OpenCL: add driver/frontend support for precompiled headersPeter Collingbourne2011-10-091-0/+1
* Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.Nico Weber2011-08-131-0/+2
* Driver, Frontend: add CUDA language supportPeter Collingbourne2010-12-011-0/+1
* Driver: Support 'clang -x ir ...'.Daniel Dunbar2010-07-151-2/+2
* Driver: .dSYM suffix should be appended, not replace the existing suffix.Daniel Dunbar2010-07-011-1/+1
* Driver: Support invoking Clang on .ll or .bc inputs.Daniel Dunbar2010-06-071-2/+7
* Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which isDaniel Dunbar2010-06-041-0/+1
* Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.Daniel Dunbar2010-02-111-0/+1
* Allow clang to pass -x cl through to compiler driver.Nate Begeman2010-01-051-0/+1
* Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar2009-09-011-2/+3
* Driver: Support -M and -MM.Daniel Dunbar2009-03-301-0/+1
* Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc.Daniel Dunbar2009-03-241-2/+2
* Driver: Some minor bug fixes.Daniel Dunbar2009-03-131-1/+1
* Driver: Add information on Driver input/temporary types.Daniel Dunbar2009-03-121-0/+77