aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Driver.cpp
AgeCommit message (Expand)Author
2012-10-18[Options] Make Option non clang specific.Michael J. Spencer
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-10-04Fix typo in comments.Logan Chien
2012-10-03Remove useless parameter "WantFile" from Driver::GetProgramPath().Simon Atanasyan
2012-10-03Fix typo in comments.Logan Chien
2012-09-28Modern objcective-C translator. When doing rewriting, Do not Fariborz Jahanian
2012-09-14Improve the driver title as shown in the --help message. <rdar://12297538>Bob Wilson
2012-08-20Make Option non virtual.Michael J. Spencer
2012-08-08clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman
2012-08-07Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes).Ted Kremenek
2012-08-06PR13529: Don't crash if the driver sees an unused input file when running asRichard Smith
2012-07-31No longer emitting a PCH file when using -fsyntax-only on a header file. Fix...Aaron Ballman
2012-07-25[driver crash diagnostics] Strip -internal-isystem and -internal-externc-isys...Chad Rosier
2012-07-25[driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix,Chad Rosier
2012-07-25[driver crash diagnostics] A few enhancements:Chad Rosier
2012-07-17[Win32] Rework crash-report since r145389.NAKAMURA Takumi
2012-07-0980-column and whitespace.Chad Rosier
2012-07-02Include -D files in crash report repro scripts. (PR13255)David Blaikie
2012-06-29Use -frewrite-includes for crash reports.David Blaikie
2012-06-19[driver] Per Bob's suggestion, emphasize the file dumps.Chad Rosier
2012-06-19[driver] Print the compiler version before the diagnostic messages.Chad Rosier
2012-06-19[driver] Make the crash diagnostic message more visable. Bug reports are beingChad Rosier
2012-05-23[driver] Have the crash diagnostics print the clang version information.Chad Rosier
2012-05-21[driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis
2012-05-16Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek
2012-05-04StringRefize code because we're good even when we crash.Chad Rosier
2012-05-03[driver - crash diagnostics] Convert the flags back to an array of strings an...Chad Rosier
2012-05-03[driver - crash diagnostics] Only write the failing command in the script.Chad Rosier
2012-05-03[driver crash diagnostics] Remove more flags that reference absolute paths thatChad Rosier
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy
2012-04-27[driver] Don't try to set the deployment target when there is no boundChad Rosier
2012-04-27Fix logic such that we only call getToolChain once. No functional changeChad Rosier
2012-04-27Remove redundant calls to BAA->getArchName(). No functional changeChad Rosier
2012-04-20In r135308, -save-temps was modified to prevent a temporary file fromChad Rosier
2012-04-20When generating the clang crash diagnostic script, strip out the -o flag.Chad Rosier
2012-04-20Add a little hack to emulate a clang crash, so the diagnostics generator can beChad Rosier
2012-04-20When generating the clang crash diagnostic script, strip out the -D, -F, and -IChad Rosier
2012-04-16use DEFAULT_SYSROOTSebastian Pop
2012-04-15Correct indentationDavid Blaikie
2012-04-07[driver] In general, the driver claims redundant args and uses the last arg.Chad Rosier
2012-04-02Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian
2012-03-12Update FIXME.Bill Wendling
2012-03-07[driver] Don't try to generate diagnostic information for linker crashes.Chad Rosier
2012-03-06Whitespace.Chad Rosier
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-22Revert part of r148839 and keep DefaultTargetTriple in the form adjustedJoerg Sonnenberger
2012-02-22[driver] Add a warning for when -mcpu= is specified without an argument. ThereChad Rosier
2012-02-22Provide a way to disable auto-generation of preprocessed files during clang Chad Rosier
2012-02-20Fixing the working-directory option so that it stores the proper directory.Aaron Ballman
2012-02-19Implement a -gcc-toolchain command line option that does the same asRafael Espindola