summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Default to not using __cxa_atexit on Solaris.David Chisnall2012-02-181-0/+1
* Tweak link order on Solaris so that global ctors work.David Chisnall2012-02-161-1/+1
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-5/+0
* Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...David Chisnall2012-02-151-1/+1
* First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall2012-02-151-0/+120
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-101-0/+61
* Filter a few more options not recognized by gcc. <rdar://problem/10814020>Bob Wilson2012-02-071-3/+17
* Rewrite the debug action handling to take -verify into account.Eric Christopher2012-02-061-0/+1
* Update the command line here and update the comment, we're just goingEric Christopher2012-02-061-0/+2
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-7/+7
* Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson2012-02-031-6/+1
* [analyzer] Rename the checker as per Ted's comment. Remove the referenceAnna Zaks2012-01-301-1/+0
* Remove the ToolTriple logic in NetBSD, which was completely broken byJoerg Sonnenberger2012-01-261-4/+2
* Enable several checkers under --analyze for general testing.Ted Kremenek2012-01-261-0/+9
* Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth2012-01-251-1/+0
* Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky2012-01-231-0/+3
* [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.NAKAMURA Takumi2012-01-211-12/+0
* Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...Ted Kremenek2012-01-201-0/+2
* In the driver, -fmodules enables modules for C/Objective-C but oneDouglas Gregor2012-01-181-2/+10
* remove assertions in the Hexagon backend specific clang driverSebastian Pop2012-01-131-51/+28
* Adjust set of default checkers.Ted Kremenek2012-01-121-2/+0
* Fix -mfpu parsing on ARM.Evgeniy Stepanov2012-01-111-1/+12
* Add support for the androideabi environment to our triple support, andChandler Carruth2012-01-101-0/+10
* Add -g to the cc1as flags only if we're dealing with an originalEric Christopher2012-01-101-6/+15
* Remove extraneous braces.Eric Christopher2012-01-101-2/+1
* Revert r147664; it's breaking clang regression tests.Eli Friedman2012-01-061-1/+1
* Silence GCC warnings.Jakub Staszak2012-01-061-1/+1
* Driver/Darwin: Remove a hack that avoided passing -demangle to iOS linkers.Daniel Dunbar2012-01-041-7/+1
* Fixed by Chandler in r147434.Chad Rosier2012-01-031-1/+0
* Add -fno-modules to the driver, to turn off modules (although they're off by ...Douglas Gregor2012-01-031-2/+3
* Rename the command-line option for mapping #include/#import over toDouglas Gregor2012-01-031-1/+1
* Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth2012-01-021-18/+84
* Fix potential use after free.Benjamin Kramer2011-12-261-2/+1
* fix for PR11634Anton Yartsev2011-12-231-0/+1
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-221-1/+26
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+4
* Fix an abiguous-else warning from GCC. I have no idea why Clang doesn'tChandler Carruth2011-12-171-1/+2
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-0/+5
* gcov-style profiling support for OpenBSD. Patch by Jonathan Gray.Eli Friedman2011-12-151-4/+14
* Fix typos.Rafael Espindola2011-12-141-1/+1
* Don't use the frame pointer on linux x86 and x86_64 if optimizing. ThisRafael Espindola2011-12-141-2/+19
* Fix "control may reach end of non-void function" warning.Nick Lewycky2011-12-121-2/+1
* Hexagon backend supportTony Linthicum2011-12-121-4/+252
* Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, andDaniel Dunbar2011-12-091-0/+12
* Misc Minix-specific changes to clang:Eli Friedman2011-12-081-19/+17
* Minor cleanup. Avoid redundant getTriple() calls.Bob Wilson2011-12-081-2/+1
* Driver/Linux: Fix the ASAN library path to match current compiler-rtDaniel Dunbar2011-12-071-5/+7
* [asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic...Kostya Serebryany2011-12-061-2/+14
* Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky2011-12-061-2/+11
* Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger2011-12-051-4/+5
OpenPOWER on IntegriCloud