- 6625335 [analyzer] Rework inlining related command line options. by Anna Zaks · 13 years ago
- 701ec8d Implement -fno-dwarf2-cfi-asm on linux too. by Rafael Espindola · 13 years ago
- 8ba9a62 [driver] Don't try to generate diagnostic information for linker crashes. by Chad Rosier · 13 years ago
- 53cb2b4 Whitespace. by Chad Rosier · 13 years ago
- 634a4b1 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 13 years ago
- 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
- 2a25396 Enable default @synthesize by default. by Ted Kremenek · 13 years ago
- ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
- 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 13 years ago
- 278f1f8 [analyzer] Turn inlining on by default for better testing exposure. by Anna Zaks · 13 years ago
- 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 13 years ago
- 41d476d Add -C when linking on Solaris so that the error messages are understandable by actual humans. by David Chisnall · 13 years ago
- 5840dd9 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 13 years ago
- 7dbefe1 Add -lm by default on Solaris. by David Chisnall · 13 years ago
- d706a8d 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 · 13 years ago
- 165329c Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 13 years ago
- 033d300 Re-enable the Darwin ARM integrated assembler. by Jim Grosbach · 13 years ago
- 079d2bb A follow-up to r151482 which added support for powerpc and powerpc64 by Chandler Carruth · 13 years ago
- 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 13 years ago
- f186879 Temporarily revert r151288: by Chad Rosier · 13 years ago
- d649586 ARM: enable the integrated assembler by default for Darwin. by Jim Grosbach · 13 years ago
- 8a988c3 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted by Joerg Sonnenberger · 13 years ago
- 2dd17a1 [driver] Add a warning for when -mcpu= is specified without an argument. There by Chad Rosier · 13 years ago
- 2639ac6 Provide a way to disable auto-generation of preprocessed files during clang by Chad Rosier · 13 years ago
- 1367c9b Fixing the working-directory option so that it stores the proper directory. by Aaron Ballman · 13 years ago
- 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 13 years ago
- b8197bc Default to not using __cxa_atexit on Solaris. by David Chisnall · 13 years ago
- d1ac03e Tweak link order on Solaris so that global ctors work. by David Chisnall · 13 years ago
- ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 13 years ago
- b622959 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 13 years ago
- badb6cd Fix copy-and-paste error in comment by David Chisnall · 13 years ago
- 31c4690 First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 13 years ago
- cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 13 years ago
- c563891 When generating diagnostic information due to a clang failure, allow multiple by Chad Rosier · 13 years ago
- 9b338a7 Delete a simplistic helper function now that llvm::Triple can provide by Chandler Carruth · 13 years ago
- d747efa Begin refactoring to use the newly added triple predicates for by Chandler Carruth · 13 years ago
- fc30829 Have the driver pass CPU and target feature information to cc1as. by Jim Grosbach · 13 years ago
- b9da557 Correct comment Clang C++ use in production. by David Blaikie · 13 years ago
- 2872c8d Filter a few more options not recognized by gcc. <rdar://problem/10814020> by Bob Wilson · 13 years ago
- b822f72 Rewrite the debug action handling to take -verify into account. by Eric Christopher · 13 years ago
- 1c79dc4 Update the command line here and update the comment, we're just going by Eric Christopher · 13 years ago
- afe55fb - Turn the other distribution checks into range compares. by Benjamin Kramer · 13 years ago
- 668ecd9 Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 aka precise pangolin. by Benjamin Kramer · 13 years ago
- f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
- 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
- 71fd6cc Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 13 years ago
- 353300c Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
- f2462be back out r149504 by Dylan Noblesmith · 13 years ago
- 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 13 years ago
- 4c5ffb3 Use new Triple::getMacOSXVersion function. by Bob Wilson · 13 years ago
- 1085377 Fix more fallout from the introduction of "macosx" and "ios" triples. by Bob Wilson · 13 years ago
- 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
- 7fc8003 [analyzer] Rename the checker as per Ted's comment. Remove the reference by Anna Zaks · 13 years ago
- 1bd9137 Remove the ToolTriple logic in NetBSD, which was completely broken by by Joerg Sonnenberger · 13 years ago
- 66de97f Remove obviously incorrect branch. by Joerg Sonnenberger · 13 years ago
- 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 13 years ago
- c01dfc1 Revert r148249: "Make the auto-detection hack for the iOS simulator set the target triple correctly." by Bob Wilson · 13 years ago
- 8dc0506 Enable several checkers under --analyze for general testing. by Ted Kremenek · 13 years ago
- 24248e3 Reintroduce r148981 with significantly improved regression test. Now it by Chandler Carruth · 13 years ago
- 10afce3 Revert r148981 because it fails test/Driver/freebsd.c by Argyrios Kyrtzidis · 13 years ago
- d081baa Try to unbreak the FreeBSD toolchain's detection of 32-bit targets by Chandler Carruth · 13 years ago
- 1621e75 Restore a tiny bit of functionality that I completely overlooked in the by Chandler Carruth · 13 years ago
- 00646ba The Linux pattern of adding all the search paths that exist doesn't seem by Chandler Carruth · 13 years ago
- 32f88be Remove the 'ToolTriple' concept from the NetBSD toolchain along with my by Chandler Carruth · 13 years ago
- 0671555 Delete still more remnants of the now dead HostInfo. The janitoring will by Chandler Carruth · 13 years ago
- 18d7f3a Delete the driver's HostInfo class. This abstraction just never really by Chandler Carruth · 13 years ago
- 4d7ff6e Switch the ToolChain types to all store a Driver reference rather than by Chandler Carruth · 13 years ago
- 08386a9 Remove the TargetTriple object that I added to the Driver recently. This by Chandler Carruth · 13 years ago
- ea04285 Have FreeBSD use even more of the same smarts as Linux is now using for by Chandler Carruth · 13 years ago
- 6f75cc3 Switch FreeBSD to just include both '/usr/lib32' and '/usr/lib' in the by Chandler Carruth · 13 years ago
- fc52f75 Switch the Linux C++ standard library header search logic over to use by Chandler Carruth · 13 years ago
- 1c6f04a Make a major refactoring to how the GCC installation detection works. by Chandler Carruth · 13 years ago
- 8908879 Fix one of the (larger) FIXMEs where we were misusing the Driver's idea by Chandler Carruth · 13 years ago
- fa5be91 Address one part of the FIXME I introduced my switching the triple by Chandler Carruth · 13 years ago
- 5d84bb4 At least within these classes, consistently spell 'GCC' as 'GCC'. by Chandler Carruth · 13 years ago
- 58f2b29 Start hoisting the logic for computing the target triple into its own by Chandler Carruth · 13 years ago
- 4a04d0b Remove HostInfo::useDriverDriver(). This was only used in two places by Chandler Carruth · 13 years ago
- 91e6076 Hoist the targeted triple object into an actual object in the Driver. by Chandler Carruth · 13 years ago
- 1db772b Add support for -fno-optimize-sibling-calls. Currently only implemented in the by Nick Lewycky · 13 years ago
- b4f90c2 [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. by NAKAMURA Takumi · 13 years ago
- 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
- a8180e5 Reenable DeadStoresChecker under --analyze, and move the IdempotentOperationsChecker to the 'experimental' category. Fixes <rdar://problem/10146347>. by Ted Kremenek · 13 years ago
- 64554ba In the driver, -fmodules enables modules for C/Objective-C but one by Douglas Gregor · 13 years ago
- 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
- 100d041 Make the auto-detection hack for the iOS simulator set the target triple correctly. Getting the target triple wrong mostly appears to work, but messes up in subtle cases; for example, we incorrectly conclude that fwrite is actually named fwrite$UNIX2003. Also shuffles around the auto-detection code a bit to try and make it a bit more reliable. Fixes <rdar://problem/10664848>. by Eli Friedman · 13 years ago
- abac441 Fix 80-column violation. by Chad Rosier · 13 years ago
- 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
- 43115d4 remove assertions in the Hexagon backend specific clang driver by Sebastian Pop · 13 years ago
- edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
- 9606a57 rename DefaultHostTriple into DefaultTargetTriple by Sebastian Pop · 13 years ago
- 704e732 Remove --hash-style from link command on Android. by Evgeniy Stepanov · 13 years ago
- 3d33622 Adjust set of default checkers. by Ted Kremenek · 13 years ago
- 35dd732 Fix -mfpu parsing on ARM. by Evgeniy Stepanov · 13 years ago
- 983d835 Revert changes to lib/Driver in r147917; I didn't mean to commit this. by Eli Friedman · 13 years ago
- b69b42c Start refactoring code for capturing variables and 'this' so that it is shared between lambda expressions and block literals. by Eli Friedman · 13 years ago
- b43550b Add support for the androideabi environment to our triple support, and by Chandler Carruth · 13 years ago
- 8f0a403 Add -g to the cc1as flags only if we're dealing with an original by Eric Christopher · 13 years ago
- 46d2a5c Remove extraneous braces. by Eric Christopher · 13 years ago
- d97927d Revert r147664; it's breaking clang regression tests. by Eli Friedman · 13 years ago
- 2d5f095 Silence GCC warnings. by Jakub Staszak · 13 years ago