- e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
- da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
- d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
- 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- 891dac7 GNUstep runtime version default to 1.6, generate correct property attribute by David Chisnall · 12 years ago
- 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
- dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
- bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
- 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
- 96a6eb9 [driver] Remove redundant cases due to overlapping commits between Ted (r165531, 165532) and I by Chad Rosier · 12 years ago
- 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
- d372a70 [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion] by Chad Rosier · 12 years ago
- 2c3d8fa Don't forward -Wenum-conversion to cc1plus. by Ted Kremenek · 12 years ago
- 28e2aff Don't forward -Wint-conversion to cc1plus. by Ted Kremenek · 12 years ago
- 8e6881d Make Bitrig's clang understand -stdlib= correctly. by Chandler Carruth · 12 years ago
- 64f7ad9 Use getArch instead of getArchName + string compare. by Rafael Espindola · 12 years ago
- a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
- e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
- cbdc1a3 Prefer StringRef::startswith to the strncmp/strlen contraption. by Benjamin Kramer · 12 years ago
- 429fce9 Fix typo in comments. by Logan Chien · 12 years ago
- 2df1bd4 Fix invalid reads by memcmp. by Benjamin Kramer · 12 years ago
- 9b7dcdb [Options] Store the owning OptTable in Option so it can construct Group and Alias. by Michael J. Spencer · 12 years ago
- fc44e88 Remove useless parameter "WantFile" from Driver::GetProgramPath(). by Simon Atanasyan · 12 years ago
- f8d9bd5 Implement Adnroid MIPS toolchain support: by Simon Atanasyan · 12 years ago
- bd59a01 Fix typo in comments. by Logan Chien · 12 years ago
- 6acf8b4 During LTO, we call 'dsymutil' when we compile source files. This necessitates by Bill Wendling · 12 years ago
- f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
- 336bfa3 Add armv7s and some other arm variants supported by Mach-O files. by Bob Wilson · 12 years ago
- a5ee089 Modern objcective-C translator. When doing rewriting, Do not by Fariborz Jahanian · 12 years ago
- f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
- 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
- 99c7208 Allow -MF to be used in combination with -E -M or -E -MM. by Benjamin Kramer · 12 years ago
- 663117a [Options] Store the option ID in OptTable::Info. by Michael J. Spencer · 12 years ago
- 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
- 70e5b57 [analyzer] Really turn on dynamic-bifurcation on by default. by Anna Zaks · 12 years ago
- 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
- 76f74ad On Hexagon getArchName() never returns x86_64, simplify the function. by Rafael Espindola · 12 years ago
- 6f009b6 Fix pr13749. There is still a lot of code using getArchName that should be by Rafael Espindola · 12 years ago
- 8e1c598 Add four new command line options for MIPS CPU selection: by Simon Atanasyan · 12 years ago
- 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
- 7de3296 Add e500mc and e5500 to the list of valid PPC CPU names. by Hal Finkel · 12 years ago
- 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
- 6f85b1e Improve the driver title as shown in the --help message. <rdar://12297538> by Bob Wilson · 12 years ago
- 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
- 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
- dc6cc87 Properly link libpthread_p when using profiling on OpenBSD. by Eric Christopher · 12 years ago
- 53b43a7 Claim --param ssp-buffer-size, even if the stack protector is not active. by Joerg Sonnenberger · 12 years ago
- 8ba7541 Make -faddress-sanitizer on Android link to the new-style runtime. by Evgeniy Stepanov · 12 years ago
- a92983d Wrong crtbegin/crtend pair used for PIE on Android. by Evgeniy Stepanov · 12 years ago
- 89d83ff MIPS: Use -march=arch option to select either generic MIPS ISA, by Simon Atanasyan · 12 years ago
- f651381 Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! by Roman Divacky · 12 years ago
- c55da4b Apply some driver improvements for freebsd-*-mips*. by Eric Christopher · 12 years ago
- 5d9cb1b Revert r163076 per chandlerc's request. by Joao Matos · 12 years ago
- 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 12 years ago
- 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
- c4f0f46 Fixed typo causing tests to fail on non-MSVC machines. by Joao Matos · 12 years ago
- 601944a Refactored the Windows headers location lookup code. Expose it so standalone tools can have access to it. by Joao Matos · 12 years ago
- 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
- ecbbea4 Emit .gcda files as absolute paths instead of relative paths. by Bill Wendling · 12 years ago
- 9438016 Cleanup FreeBSD linking and add support for -pie. by Roman Divacky · 12 years ago
- 9804b76 MIPS: Use -G option to specify MIPS section threshold. Translate it by Simon Atanasyan · 12 years ago
- 80fd37a Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. by John McCall · 12 years ago
- 04a4279 Reduce the amount of state in the Option class by relying on the data from OptTable::Info. by Michael J. Spencer · 12 years ago
- a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
- 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
- 279e0be Fix -Wswitch warning introduced by r162231 by David Blaikie · 12 years ago
- 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
- 9101bc5 darwin/driver: Support using SDKROOT to define the default for -isysroot. by Daniel Dunbar · 12 years ago
- e276cfc Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead by Nick Lewycky · 12 years ago
- c9c48db Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill. by Eli Friedman · 12 years ago
- 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
- a7635f1 Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. by Bob Wilson · 12 years ago
- b019489 Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes). by Ted Kremenek · 12 years ago
- 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
- 51a0a94 Make property synthesis the default on Windows. by Fariborz Jahanian · 12 years ago
- d6261a9 [driver] Lipo can handle the lto-bc type. rdar://12000401 by Chad Rosier · 12 years ago
- ff104a1 Support ARM hard float (arm-linux-gnueabihf). by Jiangning Liu · 12 years ago
- 761322b No longer emitting a PCH file when using -fsyntax-only on a header file. Fixes PR13343. by Aaron Ballman · 12 years ago
- 6cc9dc8 Fix dynamic object linker for ARM GNUEABIHF. by Jiangning Liu · 12 years ago
- dfa210b Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on newer FreeBSD (GNU ld 2.17). by David Chisnall · 12 years ago
- 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
- 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
- 699c6cd [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. by Chad Rosier · 12 years ago
- a4ba28f [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, by Chad Rosier · 12 years ago
- 37302ea [driver crash diagnostics] A few enhancements: by Chad Rosier · 12 years ago
- d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
- f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
- 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
- a1ec3db Force the OS X version to 10.6 for old-style simulator builds. by Bob Wilson · 12 years ago
- df9b933 [Win32] Rework crash-report since r145389. by NAKAMURA Takumi · 12 years ago
- 7dae689 Enable new linker behaviour on FreeBSD. by David Chisnall · 12 years ago
- 6a1f94b Revert r160052, "Default to -std=c++11 on Windows.", for now. by NAKAMURA Takumi · 12 years ago
- 0337efd [driver] Fix so that clang can find correct path prefix for libc object files by Chad Rosier · 12 years ago
- 85663e7 Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
- 6467c9b 80-column and whitespace. by Chad Rosier · 12 years ago
- e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
- 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
- 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago