summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-38/+0
* Fix typo in comments.Logan Chien2012-10-041-2/+2
* Remove useless parameter "WantFile" from Driver::GetProgramPath().Simon Atanasyan2012-10-031-12/+6
* Fix typo in comments.Logan Chien2012-10-031-1/+1
* Modern objcective-C translator. When doing rewriting, Do not Fariborz Jahanian2012-09-281-0/+1
* Improve the driver title as shown in the --help message. <rdar://12297538>Bob Wilson2012-09-141-1/+1
* Make Option non virtual.Michael J. Spencer2012-08-201-2/+2
* clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman2012-08-081-0/+3
* Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes).Ted Kremenek2012-08-071-1/+2
* PR13529: Don't crash if the driver sees an unused input file when running asRichard Smith2012-08-061-4/+13
* No longer emitting a PCH file when using -fsyntax-only on a header file. Fix...Aaron Ballman2012-07-311-2/+8
* [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isys...Chad Rosier2012-07-251-0/+2
* [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix,Chad Rosier2012-07-251-0/+5
* [driver crash diagnostics] A few enhancements:Chad Rosier2012-07-251-1/+19
* [Win32] Rework crash-report since r145389.NAKAMURA Takumi2012-07-171-7/+1
* 80-column and whitespace.Chad Rosier2012-07-091-8/+9
* Include -D files in crash report repro scripts. (PR13255)David Blaikie2012-07-021-1/+0
* Use -frewrite-includes for crash reports.David Blaikie2012-06-291-1/+5
* [driver] Per Bob's suggestion, emphasize the file dumps.Chad Rosier2012-06-191-7/+8
* [driver] Print the compiler version before the diagnostic messages.Chad Rosier2012-06-191-3/+3
* [driver] Make the crash diagnostic message more visable. Bug reports are beingChad Rosier2012-06-191-2/+5
* [driver] Have the crash diagnostics print the clang version information.Chad Rosier2012-05-231-0/+3
* [driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis2012-05-211-1/+1
* Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek2012-05-161-1/+1
* StringRefize code because we're good even when we crash.Chad Rosier2012-05-041-6/+6
* [driver - crash diagnostics] Convert the flags back to an array of strings an...Chad Rosier2012-05-031-1/+13
* [driver - crash diagnostics] Only write the failing command in the script.Chad Rosier2012-05-031-1/+6
* [driver crash diagnostics] Remove more flags that reference absolute paths thatChad Rosier2012-05-031-3/+16
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-011-1/+1
* [driver] Don't try to set the deployment target when there is no boundChad Rosier2012-04-271-3/+2
* Fix logic such that we only call getToolChain once. No functional changeChad Rosier2012-04-271-1/+3
* Remove redundant calls to BAA->getArchName(). No functional changeChad Rosier2012-04-271-2/+3
* In r135308, -save-temps was modified to prevent a temporary file fromChad Rosier2012-04-201-7/+16
* When generating the clang crash diagnostic script, strip out the -o flag.Chad Rosier2012-04-201-2/+3
* Add a little hack to emulate a clang crash, so the diagnostics generator can beChad Rosier2012-04-201-1/+1
* When generating the clang crash diagnostic script, strip out the -D, -F, and -IChad Rosier2012-04-201-0/+14
* use DEFAULT_SYSROOTSebastian Pop2012-04-161-5/+3
* Correct indentationDavid Blaikie2012-04-151-22/+22
* [driver] In general, the driver claims redundant args and uses the last arg.Chad Rosier2012-04-071-0/+1
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-021-0/+3
* Update FIXME.Bill Wendling2012-03-121-1/+1
* [driver] Don't try to generate diagnostic information for linker crashes.Chad Rosier2012-03-071-0/+4
* Whitespace.Chad Rosier2012-03-061-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+3
* Revert part of r148839 and keep DefaultTargetTriple in the form adjustedJoerg Sonnenberger2012-02-221-0/+6
* [driver] Add a warning for when -mcpu= is specified without an argument. ThereChad Rosier2012-02-221-0/+6
* Provide a way to disable auto-generation of preprocessed files during clang Chad Rosier2012-02-221-0/+3
* Fixing the working-directory option so that it stores the proper directory.Aaron Ballman2012-02-201-5/+7
* Implement a -gcc-toolchain command line option that does the same asRafael Espindola2012-02-191-10/+10
* First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall2012-02-151-0/+3
OpenPOWER on IntegriCloud