summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch.Eli Bendersky2013-07-241-0/+7
* Remove the -ccc-echo option that is now unused.Rafael Espindola2013-07-232-3/+2
* Add a cl.exe compatible driver modeHans Wennborg2013-07-191-0/+1
* [mips] Add support for command-line options -mno-check-zero-division andAkira Hatanaka2013-07-191-0/+8
* [SystemZ] Add -march= command-line optionRichard Sandiford2013-07-192-2/+23
* [SystemZ] Enable frame-pointer elimination for -O1 and aboveRichard Sandiford2013-07-191-4/+6
* Address -Wreorder warning in Driver.cppHans Wennborg2013-07-181-2/+2
* Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,Hans Wennborg2013-07-182-29/+59
* Option parsing tables: remove some unnecessary #definesHans Wennborg2013-07-172-10/+4
* Use the simpler is_directory.Rafael Espindola2013-07-171-2/+1
* Update for llvm API change.Rafael Espindola2013-07-162-6/+4
* Replacing an empty switch with its moral equivalent. No functional changes i...Aaron Ballman2013-07-151-7/+3
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-153-4/+6
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-091-1/+4
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-1/+1
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-3/+1
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-1/+1
* Fix PR16454: Don't #include altivec.h when preprocessing assembly.Bill Schmidt2013-07-031-1/+4
* We don't need to know the OpenSUSE version, so don't parse it.Rafael Espindola2013-07-031-19/+11
* Debug Info: set default to gdwarf-2 for Darwin.Manman Ren2013-07-021-2/+7
* Use the multiple argument form of path::append.Benjamin Kramer2013-06-281-11/+4
* Add support for passing v8fp options via -mfpu.Joey Gouly2013-06-271-0/+8
* Add support for passing '-target armv8' through the Driver.Joey Gouly2013-06-263-0/+4
* Remove PathV1.h use from WindowsToolChain.cpp.Rafael Espindola2013-06-261-3/+2
* Remove PathV1.h usage from ToolChains.cpp.Rafael Espindola2013-06-261-34/+31
* Use simpler version of llvm::sys::fs::exists.Rafael Espindola2013-06-251-14/+9
* Don't use PathV1.h in Tools.cpp.Rafael Espindola2013-06-251-11/+7
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2013-06-251-8/+5
* Use the new llvm::sys::EnvPathSeparator.Rafael Espindola2013-06-251-1/+2
* Add r184803 back now that the bug in unique_file has been fixed.Rafael Espindola2013-06-251-21/+6
* Revert "Use the new PathV2 instead of implementing the logic in clang."Rafael Espindola2013-06-251-6/+21
* Make -vectorize-... proper cc1 flags instead of abusing -backend-option. FixesNick Lewycky2013-06-251-10/+5
* Remove PathV1.h from Driver.cpp.Rafael Espindola2013-06-251-2/+1
* Use the new PathV2 instead of implementing the logic in clang.Rafael Espindola2013-06-251-20/+6
* [arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is p...Argyrios Kyrtzidis2013-06-241-0/+4
* Convert some uses of llvm::sys::Path.Rafael Espindola2013-06-241-27/+27
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2013-06-241-8/+4
* Convert last use of PathV1.h in Compilation.cppRafael Espindola2013-06-241-17/+20
* Convert a use of PathV1.hRafael Espindola2013-06-241-2/+2
* The profile library must come before the C library so that it can useChandler Carruth2013-06-241-2/+3
* Fix the addition of Clang's profile runtime library to the link stepChandler Carruth2013-06-231-1/+19
* Reword and reformat some of the "Multiarch" code in the toolchain setup.Chandler Carruth2013-06-222-208/+169
* Update a comment to clarify that searching the target triple binChandler Carruth2013-06-201-2/+8
* Add -fno-assume-sane-operator-new when building with MSan.Evgeniy Stepanov2013-06-201-2/+6
* Fix typo in r184308.Richard Smith2013-06-201-1/+1
* Revert "Adds support for openSUSE ARM v5/v7 triples."Renato Golin2013-06-191-2/+0
* Adds support for openSUSE ARM v5/v7 triples.Renato Golin2013-06-191-0/+2
* [Driver] Don't forward source file input args to gccReid Kleckner2013-06-191-1/+4
* Revert r184302 on Renato's behalf - it broke the bots and he's asked me to re...James Molloy2013-06-191-2/+0
* Adds support for openSUSE ARM v5/v7 triples.Renato Golin2013-06-191-0/+2
OpenPOWER on IntegriCloud