- ea155f0 Require -pie when linking with ASan on Android. by Evgeniy Stepanov · 13 years ago
- 590ad8f MIPS: Factor out code selects the float ABI as determined by -msoft-float, by Simon Atanasyan · 13 years ago
- 217dc2d MIPS: Pass -KPIC argument to MIPS assembler if necessary. by Simon Atanasyan · 13 years ago
- a16b7fd Factor out the code retrieves the last PIC related argument from by Simon Atanasyan · 13 years ago
- dda3a7f Make Clang driver pass the last option from -g group to the compiler. by Alexey Samsonov · 13 years ago
- 06fd3c6 [driver] Remove obsolete support for -A link option. The standard -A option is by Chad Rosier · 13 years ago
- c14ded7 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 13 years ago
- f1985d2 [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 13 years ago
- 66e8fab [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt into the appropriate place at build time by Kostya Serebryany · 13 years ago
- 9295df0 Add the Objective-C runtime linking arguments after user-specified by Douglas Gregor · 13 years ago
- 16d9395 Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. by Bob Wilson · 13 years ago
- 94a3201 Teach the driver on Linux to respect -nodefaultlibs. by Chandler Carruth · 13 years ago
- 11ebc4e Hexagon V5 FP support. by Sirish Pande · 13 years ago
- e78227b Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502> by Bob Wilson · 13 years ago
- 3d6311d add -fbounds-checking option. by Nuno Lopes · 13 years ago
- 73d801c Fix -Wlarge-by-value-copy option handling in the driver. by Jean-Daniel Dupas · 13 years ago
- 74a3868 This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 13 years ago
- e64bd84 Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535> by Bob Wilson · 13 years ago
- f9fbc6a Rip out old code for finding libraries in GCC's directories. by Bob Wilson · 13 years ago
- c242ef2 Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 13 years ago
- cebf75e Fix forwarding of -fpack-struct from driver to CC1, and add a test. by James Molloy · 13 years ago
- 3634c66 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 13 years ago
- 7786671 Clang driver support for linking on Android. by Evgeniy Stepanov · 13 years ago
- 78eaa2c Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 13 years ago
- 582911a Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 13 years ago
- 70ac923 Revert r155363, due to the underlying patches in LLVM causing regression by Chandler Carruth · 13 years ago
- 7039d0e Hexagon V5 (floating point) support in cfe. by Sirish Pande · 13 years ago
- 7dda0cd Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> by Bob Wilson · 13 years ago
- ed943f6 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 13 years ago
- b8ae760 Revert some Hexagon builtin commits to match reverts done to LLVM in by Chandler Carruth · 13 years ago
- f02eebe Hexagon V5(Floating Point) support. by Sirish Pande · 13 years ago
- 980920a use DEFAULT_SYSROOT by Sebastian Pop · 13 years ago
- 3d127c7 Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). by David Chisnall · 13 years ago
- 70cb3d6 Pass -march, -mcpu, -mfpu to linuxtools assembler. by Evgeniy Stepanov · 13 years ago
- 9446d76 Fix an annoying little bug I found while debugging another LTO issue. Gold by Rafael Espindola · 13 years ago
- 0568407 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 13 years ago
- ba8ef29 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 13 years ago
- 58464d0 Revert r154321, pending more discussion. by David Chisnall · 13 years ago
- 4ec2af2 Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 13 years ago
- a29e462 Factor out ARM floating ABI determination to new routine by Anton Korobeynikov · 13 years ago
- c0c0455 Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 13 years ago
- 571d7bd MIPS: Pass -mabi option to the assmbler when compile MIPS targets. by Simon Atanasyan · 13 years ago
- 3b7589a MIPS: Move code calculates CPU and ABI names to the separate function to reuse this function later. by Simon Atanasyan · 13 years ago
- 1e1e2e2 MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. by Simon Atanasyan · 13 years ago
- 2390aa1 MIPS: Pass -EB/-EL argument to the assembler according to selected endian when compile for MIPS targets. by Simon Atanasyan · 13 years ago
- bea0d04 Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. by Nico Weber · 13 years ago
- 45619cb [driver] When using the -mfpmath= option, add an error message when trying to by Chad Rosier · 13 years ago
- fa4dbbf Test commit to check commit access. by Simon Atanasyan · 13 years ago
- d1717c1 Whitespace. by Chad Rosier · 13 years ago
- cfbfc58 [driver] Add a static helper function for handling -mfpu= to remove some code by Chad Rosier · 13 years ago
- 747ff7e Reduce variable scope. by David Blaikie · 13 years ago
- 1f0e52e [driver] Create a new -mfpmath= option, which is used to control whether clang by Chad Rosier · 13 years ago
- 7ebeede modern objc translator. Add more by Fariborz Jahanian · 13 years ago
- b248221 Remove unused argument. by Fariborz Jahanian · 13 years ago
- 73223bb Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 13 years ago
- 0090df2 Ignore unused --serialize-diagnostics option when using llvm-gcc. by Bob Wilson · 13 years ago
- 903e63f ARM backend knows about cortex-m4. The front end should too. by Jim Grosbach · 14 years ago
- 8b4140d Move the emission of strict enum range metadata behind a flag (the same by Chandler Carruth · 14 years ago
- 4fab82c [driver] Fix unused argument warnings. by Chad Rosier · 14 years ago
- d9d80e0 [driver] -mkernel implies -fno-common, so claim the arg to avoid an unused by Chad Rosier · 14 years ago
- f27e1c4 [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unused by Chad Rosier · 14 years ago
- 6976ec8 Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. by Akira Hatanaka · 14 years ago
- 7f05ca3 Duplicated code is bad. At least make it consistent. by Bob Wilson · 14 years ago
- 8935578 Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths. by Nico Weber · 14 years ago
- 9c76d24 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 14 years ago
- ebcbe4b Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. by David Blaikie · 14 years ago
- 2860fbb Revert r152745 as it's breaking the internal buildbots. by Chad Rosier · 14 years ago
- 1ce8dbb Provide -Wnull-conversion separately from -Wconversion. by David Blaikie · 14 years ago
- 864dfe1 [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 14 years ago
- ddc4c9d Tweak linkage order for solaris. by David Chisnall · 14 years ago
- c0938f3 Address some of the concerns by Chandler. by Bill Wendling · 14 years ago
- 281ca29 Have clang pay attention to the LIBRARY_PATH environment variable. by Bill Wendling · 14 years ago
- ddefa6d Use VersionTuple to manage macosx versions in the driver. No functionality change. by Benjamin Kramer · 14 years ago
- 97bd94b Update comment after r152140. Clarify a bit too. by Nico Weber · 14 years ago
- 0af3e06 [analyzer] Rework inlining related command line options. by Anna Zaks · 14 years ago
- c41db92 Implement -fno-dwarf2-cfi-asm on linux too. by Rafael Espindola · 14 years ago
- 64d6be9 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 14 years ago
- f7639e1 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 14 years ago
- e65b086 Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 14 years ago
- 8060318 [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 14 years ago
- d5c3027 [analyzer] Turn inlining on by default for better testing exposure. by Anna Zaks · 14 years ago
- 28a7a11 Add a flag -fthread-sanitizer. by Kostya Serebryany · 14 years ago
- 272a071 Add -C when linking on Solaris so that the error messages are understandable by actual humans. by David Chisnall · 14 years ago
- 3dbeb55 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 14 years ago
- c73fb89 Add -lm by default on Solaris. by David Chisnall · 14 years ago
- e0a7c28 It turns out -fno-cxa-atexit just produces broken code, so disable it on Solaris and we'll ship a __cxa_atexit implementation... by David Chisnall · 14 years ago
- 0c52c0f Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 14 years ago
- c616e95 Default to not using __cxa_atexit on Solaris. by David Chisnall · 14 years ago
- 96de993 Tweak link order on Solaris so that global ctors work. by David Chisnall · 14 years ago
- 040a3a2 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 14 years ago
- 1026fb0 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 14 years ago
- f571cde First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 14 years ago
- 576452b Have the driver pass CPU and target feature information to cc1as. by Jim Grosbach · 14 years ago
- 7ecbd32 Filter a few more options not recognized by gcc. <rdar://problem/10814020> by Bob Wilson · 14 years ago
- 65c05fa Rewrite the debug action handling to take -verify into account. by Eric Christopher · 14 years ago
- 3622221 Update the command line here and update the comment, we're just going by Eric Christopher · 14 years ago
- 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
- 14adb36 Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 14 years ago
- 58cc6ca [analyzer] Rename the checker as per Ted's comment. Remove the reference by Anna Zaks · 14 years ago
- d64c60e Remove the ToolTriple logic in NetBSD, which was completely broken by by Joerg Sonnenberger · 14 years ago