summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* Driver: Support -Oz as an alias for -Os.Daniel Dunbar2010-11-131-0/+4
* Add support for -nostdlib in the linux toolchain.Rafael Espindola2010-11-121-50/+54
* Add support for -s, -pthread and -pthreads. Thanks to Hans Wennborg andRafael Espindola2010-11-111-0/+6
* Driver: Allow build system override of default non-fragile ABI version.Daniel Dunbar2010-11-111-0/+4
* Add -rdynamic to freebsd and openbsd. Patch by Ruben.Rafael Espindola2010-11-111-0/+4
* Add support for Exherbo. Patch by Elias Pipping.Rafael Espindola2010-11-111-1/+11
* Add support for Ubuntu Jaunty.Rafael Espindola2010-11-101-5/+8
* Add support for soft/hard float options to the Sparc targetBruno Cardoso Lopes2010-11-092-0/+50
* Add a forgotten break. Found by Rafael Espindola!Roman Divacky2010-11-081-0/+1
* Use integrated-as for processing .s files on FreeBSD. CopiedRoman Divacky2010-11-081-1/+8
* Pass "-z relro" as two arguments. This works with both gnu ld and gold.Rafael Espindola2010-11-081-2/+4
* Use the integrated assembler when procession .s files on OpenBSD and Linux.Rafael Espindola2010-11-071-3/+20
* Add support for -rdynamic.Rafael Espindola2010-11-071-0/+3
* Use ld directly on linux. Changes from the previous try:Rafael Espindola2010-11-074-20/+373
* Implement -working-directory.Argyrios Kyrtzidis2010-11-032-4/+15
* Revert while I debug test failures :-(Rafael Espindola2010-11-034-489/+20
* Switch clang to run ld directly on linux. I tested this on all the linuxRafael Espindola2010-11-034-20/+489
* Driver: Silently ignore -fasm-blocks for now instead of error'ing, this causeDaniel Dunbar2010-11-021-10/+3
* Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build.Benjamin Kramer2010-10-301-1/+1
* Don't test isRegularFile before calling eraseFromDisk, sinceDan Gohman2010-10-291-11/+5
* Switch to using the integrated assembler by default on x86 and x86-64 ELFRafael Espindola2010-10-292-8/+20
* Driver/IA: Ignore -L for now, which users shouldn't be using for semantic eff...Daniel Dunbar2010-10-281-0/+5
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-211-0/+12
* Fix Whitespace.Michael J. Spencer2010-10-211-9/+9
* Add support for the '--sysroot' flag, and an accompanying test of itsChandler Carruth2010-10-201-0/+9
* Use CLANG_RESOURCE_DIR define if one is provided, otherwise use the default ofChandler Carruth2010-10-191-4/+9
* Driver: Reject -fasm-blocks except on X86 (where we just ignore it, sinceDaniel Dunbar2010-10-181-1/+13
* Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -cDaniel Dunbar2010-10-181-4/+19
* Driver/Darwin: Forward -ObjC when linking, which may be needed when using staticDaniel Dunbar2010-10-181-0/+6
* Driver: Error on -fno-for-scope, which we have no intention of supporting.Daniel Dunbar2010-10-151-1/+7
* Revert r116605, a lot more were committed by mistake.Argyrios Kyrtzidis2010-10-151-10/+0
* Add '-include-pch' option to the driver, so it can get passed to the cc1 driver.Argyrios Kyrtzidis2010-10-151-0/+10
* Wire up the -fstrict-aliasing and -fno-strict-aliasing optionsDan Gohman2010-10-141-0/+4
* Driver/Darwin: Remove a useless warning about missing runtime libraries. TheseDaniel Dunbar2010-10-111-8/+2
* Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor2010-10-111-2/+0
* Declare argv parameters as const char* const* instead of to char** to clarify...Axel Naumann2010-10-112-2/+4
* lib/Driver/Driver.cpp: Use the driver g++-4 for Cygwin-1.5.NAKAMURA Takumi2010-10-111-1/+13
* lib/Driver/Tools.cpp: Disable cxa_atexit by default also on Cygwin.NAKAMURA Takumi2010-10-101-0/+1
* Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis2010-10-081-2/+7
* Teach the driver to pass -fexceptions in Objective-C inputs on ARM.John McCall2010-10-061-2/+3
* Introduce -flimit-debug-info.Devang Patel2010-09-301-0/+1
* Driver: Ignore the found PCH file if its '-include' is not the first one.Argyrios Kyrtzidis2010-09-301-7/+17
* Driver/Linux: Translate rewritten lib options back to standard -l form whenDaniel Dunbar2010-09-251-2/+11
* Driver: Add -fallow-unsupported which disables some of the eager error'ing we doDaniel Dunbar2010-09-241-12/+14
* Revert r114712 due to failure on darwin buildbot.Nick Lewycky2010-09-241-10/+4
* Make -M/-MM behave like in gcc; use -MF first then -o else use stdout.Nick Lewycky2010-09-231-4/+10
* Fix header comment so we don't break emacs.Nick Lewycky2010-09-232-2/+2
* If -fcolor-diagnostics is explicitly passed to the driver respect that even i...Argyrios Kyrtzidis2010-09-231-2/+2
* Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386Daniel Dunbar2010-09-221-4/+13
* Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actuallyDaniel Dunbar2010-09-201-5/+29
OpenPOWER on IntegriCloud