summaryrefslogtreecommitdiff
path: root/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* Adjust this code so that it strictly honorsJohn McCall2012-06-211-4/+6
* Improve support for -g options accepted by Clang:Alexey Samsonov2012-06-211-7/+5
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-4/+9
* Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be de...Ted Kremenek2012-06-201-2/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-205-189/+185
* [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
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-194-2/+14
* [VS Toolchain] Correctly forward -l linker inputs to link.exe.Michael J. Spencer2012-06-181-1/+8
* Support -f[no-]rewrite-includes from the driver.David Blaikie2012-06-141-0/+4
* Provide a -no-pedantic to cancel out -pedantic.John McCall2012-06-131-1/+2
* Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel2012-06-112-0/+72
* Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet2012-06-061-7/+0
* Remove AST and Parse from Driver's dependencies.Jordan Rose2012-06-041-1/+1
* Require -pie when linking with ASan on Android.Evgeniy Stepanov2012-06-041-0/+2
* MIPS: Factor out code selects the float ABI as determined by -msoft-float,Simon Atanasyan2012-06-021-15/+22
* MIPS: Pass -KPIC argument to MIPS assembler if necessary.Simon Atanasyan2012-05-291-0/+12
* Factor out the code retrieves the last PIC related argument fromSimon Atanasyan2012-05-292-16/+67
* Make Clang driver pass the last option from -g group to the compiler.Alexey Samsonov2012-05-291-6/+13
* [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-212-8/+12
* Tell the driver that CUDA is a C++-like language, so that we get C++Peter Collingbourne2012-05-201-0/+1
* [driver] Remove obsolete support for -A link option. The standard -A option isChad Rosier2012-05-161-5/+2
* Rename the driver option to -mno-implicit-float, per Eli's suggestion.Chad Rosier2012-05-161-1/+1
* Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek2012-05-161-1/+1
* [driver] Allow the driver to directly accept the -no-implicit-float option, s...Chad Rosier2012-05-161-0/+3
* [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i...Kostya Serebryany2012-05-161-0/+22
* Add the Objective-C runtime linking arguments after user-specifiedDouglas Gregor2012-05-151-2/+2
* Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs.Bob Wilson2012-05-151-1/+3
* add embedded linux variants that occur in the fieldGabor Greif2012-05-151-2/+4
* Teach the driver on Linux to respect -nodefaultlibs.Chandler Carruth2012-05-141-13/+16
* Hexagon V5 FP support.Sirish Pande2012-05-101-1/+7
* Roll logic into a single if statement, per David's suggestion.Chad Rosier2012-05-091-3/+2
* Use the triple directly, rather then getTriple().Chad Rosier2012-05-091-1/+1
* Now the proper fix for r156497. Sorry for the churn.Chad Rosier2012-05-091-4/+5
* Move the iOSVersionMin string to a header so as to avoid a dangling pointer.Chad Rosier2012-05-092-1/+4
* [driver] Use the iOS target triple to infer the deployment target.Chad Rosier2012-05-091-2/+8
* Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502>Bob Wilson2012-05-091-1/+1
* add -fbounds-checking option.Nuno Lopes2012-05-081-0/+9
* StringRefize code because we're good even when we crash.Chad Rosier2012-05-041-6/+6
* Fix -Wlarge-by-value-copy option handling in the driver.Jean-Daniel Dupas2012-05-041-5/+5
* This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov2012-05-041-0/+2
* Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535>Bob Wilson2012-05-041-3/+0
* [driver - crash diagnostics] Convert the flags back to an array of strings an...Chad Rosier2012-05-031-1/+13
* Use array_lengthof instead of sizeof trickery.Chad Rosier2012-05-031-2/+1
* [driver - crash diagnostics] Only write the failing command in the script.Chad Rosier2012-05-031-1/+6
* Canonicalize loop.Chad Rosier2012-05-031-1/+2
* [driver crash diagnostics] Remove more flags that reference absolute paths thatChad Rosier2012-05-031-3/+16
* Rip out old code for finding libraries in GCC's directories.Bob Wilson2012-05-033-83/+0