| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix passing stdc++ correctly in the FreeBSD toolchain support, Credit to Roma... | Edward O'Callaghan | 2009-11-18 | 1 | -4/+2 |
* | Added block type introspection support. | David Chisnall | 2009-11-17 | 1 | -1/+3 |
* | Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, | Daniel Dunbar | 2009-11-17 | 1 | -19/+23 |
* | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar | 2009-11-17 | 1 | -2/+6 |
* | Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt... | Daniel Dunbar | 2009-11-17 | 1 | -2/+7 |
* | Move char-is-signed defaulting to driver, instead of using | Daniel Dunbar | 2009-11-17 | 1 | -9/+22 |
* | Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me. | Daniel Dunbar | 2009-11-14 | 1 | -10/+25 |
* | Fix for FreeBSD toolchain in regards to CPP, Credit to Roman Divacky. | Edward O'Callaghan | 2009-11-08 | 1 | -0/+4 |
* | Adding -fshort-wchar option. | John Thompson | 2009-11-05 | 1 | -0/+7 |
* | Move -fcolor-diagnostics logic to driver. | Daniel Dunbar | 2009-11-04 | 1 | -3/+8 |
* | Move logic for selection -fmessage-length= to driver. | Daniel Dunbar | 2009-11-04 | 1 | -1/+12 |
* | Fix indentation. | Daniel Dunbar | 2009-11-04 | 1 | -24/+24 |
* | Merge constant array and structures. This will create a global variables for ... | Tanya Lattner | 2009-11-04 | 1 | -0/+3 |
* | Implement support for the -undef command line option, patch by | Chris Lattner | 2009-11-03 | 1 | -0/+2 |
* | Fix -pthread on dragonfly. Patch by Sascha Wildner. | Mike Stump | 2009-10-31 | 1 | -1/+1 |
* | Change the driver to do the Darwin triple mangling itself instead of forwarding | Daniel Dunbar | 2009-10-30 | 1 | -6/+55 |
* | Remove some obsolete or unnecessary FIXMEs. | Daniel Dunbar | 2009-10-29 | 1 | -17/+4 |
* | PR5328: Allow duplicatic -pedantic (and -pedantic-errors) options. | Daniel Dunbar | 2009-10-29 | 1 | -1/+3 |
* | Kill off MakeFormattedString helper function. | Daniel Dunbar | 2009-10-29 | 1 | -14/+5 |
* | Reject -I- in driver instead of clang-cc. | Daniel Dunbar | 2009-10-29 | 1 | -0/+4 |
* | [llvm up] | Douglas Gregor | 2009-10-29 | 1 | -17/+13 |
* | Fix for PR4887, Credit to Jonathan Gray. | Edward O'Callaghan | 2009-10-28 | 1 | -1/+4 |
* | Rename -nostdclanginc to -nobuiltininc. | Rafael Espindola | 2009-10-26 | 1 | -1/+1 |
* | AuroraUX toolchain should call GNU assembler not the Solaris assembler. | Edward O'Callaghan | 2009-10-19 | 1 | -1/+1 |
* | dynamic linker arg is incorrectly invoking gnu ld arg syntax instead of svr4 ... | Edward O'Callaghan | 2009-10-16 | 1 | -1/+1 |
* | fix -ansi in c++: it means -std=c++98 | Nuno Lopes | 2009-10-16 | 1 | -1/+4 |
* | Driver: Default to using PTH for C++ precompiled header support, PCH for C++ | Daniel Dunbar | 2009-10-15 | 1 | -5/+15 |
* | AuroraUX toolchain fixes. | Edward O'Callaghan | 2009-10-15 | 1 | -6/+10 |
* | -funit-at-a-time is the default however some current makefiles pass -fno-unit... | Edward O'Callaghan | 2009-10-13 | 1 | -1/+1 |
* | Add the -nostdclanginc option to clang (the driver). | Rafael Espindola | 2009-10-06 | 1 | -0/+1 |
* | Set __EXCEPTIONS by checking on darwin's triple. | Fariborz Jahanian | 2009-10-01 | 1 | -3/+8 |
* | Move the "needs exception support" logic to clang. This also fixes | Rafael Espindola | 2009-10-01 | 1 | -9/+29 |
* | Turn on 'RegionStore' as the default store manager both for 'clang --analyze'... | Ted Kremenek | 2009-09-25 | 1 | -0/+3 |
* | Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. | Daniel Dunbar | 2009-09-18 | 1 | -5/+5 |
* | Lift AddLinkRuntimeLibArgs into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -43/+2 |
* | Move isMacosxVersionLT helpers to Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -26/+18 |
* | Lift getMacosxVersionMin out into Darwin ToolChain. | Daniel Dunbar | 2009-09-18 | 1 | -13/+1 |
* | Lift AddLinkerSearchPaths() into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -17/+1 |
* | Rename a variable to match its semantics. | Daniel Dunbar | 2009-09-18 | 1 | -16/+16 |
* | Driver: Change -O to mean -O2, -O1 is meaningless. | Daniel Dunbar | 2009-09-17 | 1 | -2/+2 |
* | We don't need a -compile-ast clang-cc action, we can just use -S. | Daniel Dunbar | 2009-09-17 | 1 | -4/+1 |
* | Incremental improvement to logic determining whether we emit unwind tables or | Daniel Dunbar | 2009-09-16 | 1 | -4/+11 |
* | Support -mabi= for clang/ARM. | Daniel Dunbar | 2009-09-14 | 1 | -0/+26 |
* | Swizzle the target triple based on -mthumb, and update clang-cc to recognize | Daniel Dunbar | 2009-09-11 | 1 | -3/+12 |
* | Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. | Daniel Dunbar | 2009-09-10 | 1 | -3/+61 |
* | Move X86 handling of -m[no-]soft-float and -m[no-]red-zone into AddX86TargetA... | Daniel Dunbar | 2009-09-10 | 1 | -10/+16 |
* | Change getLLVMArchNameForARM to just get the suffix. | Daniel Dunbar | 2009-09-10 | 1 | -11/+13 |
* | Add code to mangle the triple for LLVM on ARM. | Daniel Dunbar | 2009-09-10 | 1 | -4/+58 |
* | Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support t... | Daniel Dunbar | 2009-09-10 | 1 | -0/+4 |
* | ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. | Daniel Dunbar | 2009-09-10 | 1 | -0/+67 |