summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to theSimon Atanasyan2013-04-301-0/+6
* Exit early when $PWD isn't set. Remove unused unistd.h include.Benjamin Kramer2013-04-271-4/+5
* Use LLVM's preferred current_path API instead of calling getcwd(3) directly.Benjamin Kramer2013-04-271-5/+3
* [driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN toChad Rosier2013-04-271-2/+5
* Fix the dangling pointer.Chad Rosier2013-04-271-2/+2
* [driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the WindowsChad Rosier2013-04-271-3/+2
* [driver] Implement the -fdebug-compilation-dir in a way that is compatible withChad Rosier2013-04-261-8/+21
* [driver] Put -fvectorize under the -Ofast umbrella flag.Chad Rosier2013-04-241-1/+6
* [driver] Improve the implementation of the -Ofast option.Chad Rosier2013-04-241-13/+33
* [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVMSimon Atanasyan2013-04-211-1/+8
* Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber2013-04-171-3/+36
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-10/+15
* Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem2013-04-151-0/+7
* Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem2013-04-151-1/+1
* [Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan2013-04-141-0/+3
* [Mips] Fix indentation.Simon Atanasyan2013-04-141-1/+1
* [Mips] Follow-up to r179481. Reduce code duplication. UseSimon Atanasyan2013-04-141-10/+3
* [Mips] Remove "single" from the list of valid MIPS float ABI names. AddSimon Atanasyan2013-04-141-7/+11
* Remove duplicated comment.Simon Atanasyan2013-04-131-2/+0
* Fix the driver logic for recent versions of DragonFly.John McCall2013-04-111-37/+64
* Add a new -mimplicit-float option for symmetry with -mno-implicit-float.Bob Wilson2013-04-111-1/+4
* Hexagon: Remove -g option from the assembler command line.Jyotsna Verma2013-04-111-1/+0
* For split dwarf we should also run the objcopy action if we'reEric Christopher2013-04-101-0/+8
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-101-0/+2
* One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov2013-04-091-13/+14
* Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...Alexey Samsonov2013-04-091-5/+13
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-091-55/+41
* [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose2013-04-051-0/+3
* Initial support for struct-path aware TBAA.Manman Ren2013-04-041-0/+2
* revert r178784 since it does not have a commit messageManman Ren2013-04-041-2/+0
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-041-0/+2
* Plumb through the -fsplit-stack option using the existing backendEric Christopher2013-04-041-0/+4
* From PR9121 gcc defaulted to omitting the frame pointer on linux,Eric Christopher2013-04-031-4/+19
* [analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev2013-04-021-3/+0
* R600: Handle -mcpu option v3Tom Stellard2013-04-011-0/+28
* Add support for gcc-compatible -mfprnd -mno-fprnd PPC optionsHal Finkel2013-03-301-0/+4
* Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.Thomas Schwinge2013-03-281-10/+10
* Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel2013-03-281-0/+4
* Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel2013-03-281-4/+10
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-0/+8
* <rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor2013-03-251-0/+2
* [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev2013-03-251-0/+3
* If a .syms file is available alongside a sanitizer runtime, pass it to theRichard Smith2013-03-231-3/+14
* <rdar://problem/13477190> Give the Clang module cache directory some structur...Douglas Gregor2013-03-211-1/+2
* Split ubsan runtime into three pieces (clang part):Richard Smith2013-03-201-11/+27
* Fix redundant comparison in gcc::Common::ConstructJob.Hans Wennborg2013-03-201-1/+1
* [ASan] Make -fsanitize=address always imply -fsanitize=init-orderAlexey Samsonov2013-03-191-8/+0
* Objective-C modern translator. Don't put line infoFariborz Jahanian2013-03-181-1/+5
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-181-3/+3
* Inline ShouldUseIntegratedAssembler and move the documentation toRafael Espindola2013-03-181-10/+3
OpenPOWER on IntegriCloud