Age | Commit message (Expand) | Author |
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 |
2012-04-23 | Revert r155363, due to the underlying patches in LLVM causing regression | Chandler Carruth |
2012-04-23 | Hexagon V5 (floating point) support in cfe. | Sirish Pande |
2012-04-21 | Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> | Bob Wilson |
2012-04-20 | Pass -mfloat-abi= to linuxtools assembler. | Evgeniy Stepanov |
2012-04-18 | Revert some Hexagon builtin commits to match reverts done to LLVM in | Chandler Carruth |
2012-04-16 | Hexagon V5(Floating Point) support. | Sirish Pande |
2012-04-16 | use DEFAULT_SYSROOT | Sebastian Pop |
2012-04-10 | Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). | David Chisnall |
2012-04-10 | Pass -march, -mcpu, -mfpu to linuxtools assembler. | Evgeniy Stepanov |
2012-04-09 | Fix an annoying little bug I found while debugging another LTO issue. Gold | Rafael Espindola |
2012-04-09 | objective-c: remove -fobjc-default-synthesize-properties from the driver. | Fariborz Jahanian |
2012-04-09 | objective-c: Remove -fno-objc-default-synthesize-properties | Fariborz Jahanian |
2012-04-09 | Revert r154321, pending more discussion. | David Chisnall |
2012-04-09 | Add -fobjc-trace to emit a call before and after each Objective-C message send | David Chisnall |
2012-04-09 | Factor out ARM floating ABI determination to new routine | Anton Korobeynikov |
2012-04-08 | Teach Clang about PIE compilations. This is the first step of PR12380. | Chandler Carruth |
2012-04-07 | MIPS: Pass -mabi option to the assmbler when compile MIPS targets. | Simon Atanasyan |
2012-04-07 | MIPS: Move code calculates CPU and ABI names to the separate function to reus... | Simon Atanasyan |
2012-04-06 | MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit... | Simon Atanasyan |
2012-04-06 | MIPS: Pass -EB/-EL argument to the assembler according to selected endian whe... | Simon Atanasyan |
2012-04-04 | Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. | Nico Weber |
2012-04-04 | [driver] When using the -mfpmath= option, add an error message when trying to | Chad Rosier |
2012-04-04 | Test commit to check commit access. | Simon Atanasyan |
2012-04-04 | Whitespace. | Chad Rosier |
2012-04-04 | [driver] Add a static helper function for handling -mfpu= to remove some code | Chad Rosier |