aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2013-03-20Fix redundant comparison in gcc::Common::ConstructJob.Hans Wennborg
2013-03-20Remove the Tools DensMap from the toolchain.Rafael Espindola
2013-03-19Go back to using the integrated assembler on windows ever when passedRafael Espindola
2013-03-19[ASan] Make -fsanitize=address always imply -fsanitize=init-orderAlexey Samsonov
2013-03-19Finish refactoring the tool selection logic.Rafael Espindola
2013-03-18Centralize the logic for using the integrated assembler.Rafael Espindola
2013-03-18Centralize the recording of which tools have been constructed.Rafael Espindola
2013-03-18Objective-C modern translator. Don't put line infoFariborz Jahanian
2013-03-18Use early returns when checking if we already constructed a tool and whenRafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola
2013-03-18Inline ShouldUseIntegratedAssembler and move the documentation toRafael Espindola
2013-03-18Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Make sure to use same EABI version for external assembler as for integrated as.Anton Korobeynikov
2013-03-15Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for ...Sylvestre Ledru
2013-03-14[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...Alexey Samsonov
2013-03-12[driver] Only enable -fmodules-autolink if we are using the integrated assemb...Ted Kremenek
2013-03-12Driver: -ccc-install-dir should affect cc1 -resource-dirJim Grosbach
2013-03-12Revert "Disallow using -fmodules with -no-integrated-as."Ted Kremenek
2013-03-11Disallow using -fmodules with -no-integrated-as.Ted Kremenek
2013-03-07Minor refactor of how we get compilation phases.Matthew Curtis
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky
2013-03-06Driver: add support for new style multiarch in Ubuntu 13.04Dmitri Gribenko
2013-03-04Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.Bob Wilson
2013-03-04Tidy up lists of Cortex-A series processors, adding entries for A7.Bob Wilson
2013-03-04Fix confused use of llvm::StringSwitch for armv7r architecture.Bob Wilson
2013-03-04Check for warnings in a bunch of the linker invocations, and add oneChandler Carruth
2013-03-03Default to enabling default-synthesized ivars on all platformsDavid Chisnall
2013-02-28Fix global overflow in types::lookupTypeForTypeSpecifier.Evgeniy Stepanov
2013-02-27[driver] The failure of any phase (e.g., preprocess, compile, assemble) for aChad Rosier
2013-02-27[Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64Simon Atanasyan
2013-02-27[Sanitizer] Change driver behavior when linking with -fsanitize=thread and -f...Alexey Samsonov
2013-02-26No need to initialize these variables.Chad Rosier
2013-02-23ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...Richard Smith
2013-02-22Propagate the split dwarf file information through into the backendEric Christopher
2013-02-22Driver: Pass down the -march setting down to -cc1as on x86 too.Benjamin Kramer
2013-02-22Split out the command handling for split debug info, we're goingEric Christopher
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith
2013-02-22Make sure we only use the output file as a base for debug splittingEric Christopher
2013-02-22Make logic smaller.Eric Christopher
2013-02-21Don't pass -split-dwarf= to the backend unless we're on linux forEric Christopher
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher
2013-02-21[driver] Add a dump method for ArgList.Chad Rosier
2013-02-21Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcdaNick Lewycky
2013-02-19[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...Alexey Samsonov
2013-02-19More grammar.Eric Christopher
2013-02-19Add support for -fvisibility-ms-compat.John McCall