| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix -Wlarge-by-value-copy option handling in the driver. | Jean-Daniel Dupas | 2012-05-04 | 1 | -5/+5 |
* | This patch adds a new Clang compiler flag "-gline-tables-only". | Alexey Samsonov | 2012-05-04 | 1 | -0/+2 |
* | Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535> | Bob Wilson | 2012-05-04 | 1 | -3/+0 |
* | Rip out old code for finding libraries in GCC's directories. | Bob Wilson | 2012-05-03 | 1 | -2/+0 |
* | Driver: Turn the default value for -fmath-errno into a proper target hook and... | Benjamin Kramer | 2012-05-02 | 1 | -3/+2 |
* | Fix forwarding of -fpack-struct from driver to CC1, and add a test. | James Molloy | 2012-05-02 | 1 | -4/+4 |
* | Fix a long-standing bug where Clang had a different default from GCC on | Chandler Carruth | 2012-04-26 | 1 | -8/+7 |
* | Clang driver support for linking on Android. | Evgeniy Stepanov | 2012-04-25 | 1 | -36/+60 |
* | Fix default cpu for -march=armv5e. | Evgeniy Stepanov | 2012-04-25 | 1 | -1/+1 |
* | Only pass -mcpu, -march, -mfpu to linux-as on ARM. | Evgeniy Stepanov | 2012-04-24 | 1 | -4/+4 |
* | Revert r155363, due to the underlying patches in LLVM causing regression | Chandler Carruth | 2012-04-23 | 1 | -6/+0 |
* | Hexagon V5 (floating point) support in cfe. | Sirish Pande | 2012-04-23 | 1 | -0/+6 |
* | Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> | Bob Wilson | 2012-04-21 | 1 | -2/+2 |
* | Pass -mfloat-abi= to linuxtools assembler. | Evgeniy Stepanov | 2012-04-20 | 1 | -0/+4 |
* | Revert some Hexagon builtin commits to match reverts done to LLVM in | Chandler Carruth | 2012-04-18 | 1 | -6/+0 |
* | Hexagon V5(Floating Point) support. | Sirish Pande | 2012-04-16 | 1 | -0/+6 |
* | use DEFAULT_SYSROOT | Sebastian Pop | 2012-04-16 | 1 | -4/+6 |
* | Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). | David Chisnall | 2012-04-10 | 1 | -2/+2 |
* | Pass -march, -mcpu, -mfpu to linuxtools assembler. | Evgeniy Stepanov | 2012-04-10 | 1 | -0/+4 |
* | Fix an annoying little bug I found while debugging another LTO issue. Gold | Rafael Espindola | 2012-04-09 | 1 | -6/+9 |
* | objective-c: remove -fobjc-default-synthesize-properties from the driver. | Fariborz Jahanian | 2012-04-09 | 1 | -2/+1 |
* | objective-c: Remove -fno-objc-default-synthesize-properties | Fariborz Jahanian | 2012-04-09 | 1 | -3/+2 |
* | Revert r154321, pending more discussion. | David Chisnall | 2012-04-09 | 1 | -4/+0 |
* | Add -fobjc-trace to emit a call before and after each Objective-C message send | David Chisnall | 2012-04-09 | 1 | -0/+4 |
* | Factor out ARM floating ABI determination to new routine | Anton Korobeynikov | 2012-04-09 | 1 | -35/+44 |
* | Teach Clang about PIE compilations. This is the first step of PR12380. | Chandler Carruth | 2012-04-08 | 1 | -18/+48 |
* | MIPS: Pass -mabi option to the assmbler when compile MIPS targets. | Simon Atanasyan | 2012-04-07 | 1 | -10/+14 |
* | MIPS: Move code calculates CPU and ABI names to the separate function to reus... | Simon Atanasyan | 2012-04-07 | 1 | -13/+21 |
* | MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit... | Simon Atanasyan | 2012-04-06 | 1 | -0/+3 |
* | MIPS: Pass -EB/-EL argument to the assembler according to selected endian whe... | Simon Atanasyan | 2012-04-06 | 1 | -0/+6 |
* | Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. | Nico Weber | 2012-04-04 | 1 | -1/+5 |
* | [driver] When using the -mfpmath= option, add an error message when trying to | Chad Rosier | 2012-04-04 | 1 | -3/+9 |
* | Test commit to check commit access. | Simon Atanasyan | 2012-04-04 | 1 | -1/+0 |
* | Whitespace. | Chad Rosier | 2012-04-04 | 1 | -2/+2 |
* | [driver] Add a static helper function for handling -mfpu= to remove some code | Chad Rosier | 2012-04-04 | 1 | -76/+45 |
* | Reduce variable scope. | David Blaikie | 2012-04-04 | 1 | -2/+1 |
* | [driver] Create a new -mfpmath= option, which is used to control whether clang | Chad Rosier | 2012-04-04 | 1 | -0/+25 |
* | modern objc translator. Add more | Fariborz Jahanian | 2012-04-04 | 1 | -4/+9 |
* | Remove unused argument. | Fariborz Jahanian | 2012-04-04 | 1 | -2/+2 |
* | Use -rewrite-legacy-objc as clang argument for translating | Fariborz Jahanian | 2012-04-02 | 1 | -0/+2 |
* | Ignore unused --serialize-diagnostics option when using llvm-gcc. | Bob Wilson | 2012-04-01 | 1 | -0/+3 |
* | ARM backend knows about cortex-m4. The front end should too. | Jim Grosbach | 2012-03-29 | 1 | -0/+1 |
* | Move the emission of strict enum range metadata behind a flag (the same | Chandler Carruth | 2012-03-27 | 1 | -0/+3 |
* | [driver] Fix unused argument warnings. | Chad Rosier | 2012-03-26 | 1 | -11/+19 |
* | [driver] -mkernel implies -fno-common, so claim the arg to avoid an unused | Chad Rosier | 2012-03-26 | 1 | -0/+1 |
* | [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unused | Chad Rosier | 2012-03-26 | 1 | -0/+1 |
* | Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. | Akira Hatanaka | 2012-03-23 | 1 | -9/+35 |
* | Duplicated code is bad. At least make it consistent. | Bob Wilson | 2012-03-21 | 1 | -0/+2 |
* | Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer ... | Nico Weber | 2012-03-19 | 1 | -2/+2 |
* | [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches | Chad Rosier | 2012-03-15 | 1 | -0/+3 |