Age | Commit message (Expand) | Author |
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 |
2012-04-04 | Reduce variable scope. | David Blaikie |
2012-04-04 | [driver] Create a new -mfpmath= option, which is used to control whether clang | Chad Rosier |
2012-04-04 | modern objc translator. Add more | Fariborz Jahanian |
2012-04-04 | Remove unused argument. | Fariborz Jahanian |
2012-04-02 | Use -rewrite-legacy-objc as clang argument for translating | Fariborz Jahanian |
2012-04-01 | Ignore unused --serialize-diagnostics option when using llvm-gcc. | Bob Wilson |
2012-03-29 | ARM backend knows about cortex-m4. The front end should too. | Jim Grosbach |
2012-03-27 | Move the emission of strict enum range metadata behind a flag (the same | Chandler Carruth |
2012-03-26 | [driver] Fix unused argument warnings. | Chad Rosier |
2012-03-26 | [driver] -mkernel implies -fno-common, so claim the arg to avoid an unused | Chad Rosier |
2012-03-26 | [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unused | Chad Rosier |
2012-03-23 | Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. | Akira Hatanaka |