Age | Commit message (Expand) | Author |
2012-07-12 | Revert r160052, "Default to -std=c++11 on Windows.", for now. | NAKAMURA Takumi |
2012-07-11 | Default to -std=c++11 on Windows. | Nico Weber |
2012-07-07 | Re-apply r159875 with fixes. | Ted Kremenek |
2012-07-07 | Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever... | NAKAMURA Takumi |
2012-07-06 | Implement -Wpedantic and --no-pedantic to complement -Weverything. | Ted Kremenek |
2012-07-06 | Add -ffp-contract = { fast | on | off } command line option support. | Lang Hames |
2012-07-05 | MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. | Simon Atanasyan |
2012-07-05 | MIPS: Factor out the code converting command line options to target features. | Simon Atanasyan |
2012-07-05 | MIPS: Add -mips16 / -mno-mips16 command line support. | Simon Atanasyan |
2012-07-04 | Hoist the logic for selecting the Objective-C dispatch method into the runtime | David Chisnall |
2012-07-04 | A few more cleanups for the GNU family of ObjC runtimes. | David Chisnall |
2012-07-04 | Move a comment from the commit message into the code. | Bob Wilson |
2012-07-03 | Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep | David Chisnall |
2012-07-03 | When using -pg targeting OS X 10.8, pass -no_new_main to the linker. | Bob Wilson |
2012-06-28 | Add -ftls-model command-line flag. | Hans Wennborg |
2012-06-26 | Enable -mcpu=native and -march=native for arm targets. | Benjamin Kramer |
2012-06-26 | Add template type diffing to Clang. This feature will provide a better | Richard Trieu |
2012-06-21 | Improve support for -g options accepted by Clang: | Alexey Samsonov |
2012-06-20 | Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be de... | Ted Kremenek |
2012-06-20 | Restructure how the driver communicates information about the | John McCall |
2012-06-19 | Add a -fuse-init-array option to cc1 and map to the UseInitArray target | Rafael Espindola |
2012-06-18 | [VS Toolchain] Correctly forward -l linker inputs to link.exe. | Michael J. Spencer |
2012-06-14 | Support -f[no-]rewrite-includes from the driver. | David Blaikie |
2012-06-13 | Provide a -no-pedantic to cancel out -pedantic. | John McCall |
2012-06-11 | Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu... | Hal Finkel |
2012-06-04 | Require -pie when linking with ASan on Android. | Evgeniy Stepanov |
2012-06-02 | MIPS: Factor out code selects the float ABI as determined by -msoft-float, | Simon Atanasyan |
2012-05-29 | MIPS: Pass -KPIC argument to MIPS assembler if necessary. | Simon Atanasyan |
2012-05-29 | Factor out the code retrieves the last PIC related argument from | Simon Atanasyan |
2012-05-29 | Make Clang driver pass the last option from -g group to the compiler. | Alexey Samsonov |
2012-05-16 | [driver] Remove obsolete support for -A link option. The standard -A option is | Chad Rosier |
2012-05-16 | Rename the driver option to -mno-implicit-float, per Eli's suggestion. | Chad Rosier |
2012-05-16 | [driver] Allow the driver to directly accept the -no-implicit-float option, s... | Chad Rosier |
2012-05-16 | [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i... | Kostya Serebryany |
2012-05-15 | Add the Objective-C runtime linking arguments after user-specified | Douglas Gregor |
2012-05-15 | Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. | Bob Wilson |
2012-05-14 | Teach the driver on Linux to respect -nodefaultlibs. | Chandler Carruth |
2012-05-10 | Hexagon V5 FP support. | Sirish Pande |
2012-05-09 | Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502> | Bob Wilson |
2012-05-08 | add -fbounds-checking option. | Nuno Lopes |
2012-05-04 | Fix -Wlarge-by-value-copy option handling in the driver. | Jean-Daniel Dupas |
2012-05-04 | This patch adds a new Clang compiler flag "-gline-tables-only". | Alexey Samsonov |
2012-05-04 | Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535> | Bob Wilson |
2012-05-03 | Rip out old code for finding libraries in GCC's directories. | Bob Wilson |
2012-05-02 | Driver: Turn the default value for -fmath-errno into a proper target hook and... | Benjamin Kramer |
2012-05-02 | Fix forwarding of -fpack-struct from driver to CC1, and add a test. | James Molloy |
2012-04-26 | Fix a long-standing bug where Clang had a different default from GCC on | Chandler Carruth |
2012-04-25 | Clang driver support for linking on Android. | Evgeniy Stepanov |
2012-04-25 | Fix default cpu for -march=armv5e. | Evgeniy Stepanov |
2012-04-24 | Only pass -mcpu, -march, -mfpu to linux-as on ARM. | Evgeniy Stepanov |