Age | Commit message (Expand) | Author |
2011-03-27 | Add -f[no-]strict-overflow to the Clang driver. Use it to set the | Chandler Carruth |
2011-03-24 | Rework checker "packages" and groups to be more hierarchical. | Ted Kremenek |
2011-03-22 | Frontend: Add a more explicit -backend-option flag for passing backend command | Daniel Dunbar |
2011-03-21 | Add clang support for cortex-m0 cpus. Patch by James Orr. | Bob Wilson |
2011-03-21 | Introduce FindTargetProgramPath to check for a target-specific helper | Joerg Sonnenberger |
2011-03-21 | Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSD | Joerg Sonnenberger |
2011-03-18 | Driver: Forward -traditional and -traditional-cpp in preprocessing modes. | Daniel Dunbar |
2011-03-18 | The Darwin kernel does not provide useful guard variable support. | John McCall |
2011-03-17 | Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not* | Daniel Dunbar |
2011-03-17 | Driver/Darwin: These are command line options, not target features. | Daniel Dunbar |
2011-03-17 | Driver/Darwin: Suppress spurious warning about -force_cpusubtype_ALL. | Daniel Dunbar |
2011-03-17 | Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements. | Daniel Dunbar |
2011-03-17 | Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this | Daniel Dunbar |
2011-03-12 | Re-enable the IdempotentOperations checker for --analyze, and put it and the ... | Ted Kremenek |
2011-03-06 | If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no | Joerg Sonnenberger |
2011-03-06 | Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen! | Douglas Gregor |
2011-03-02 | build: Allow disabling movt/movw from build, for testing purposes. | Daniel Dunbar |
2011-03-01 | Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. | Daniel Dunbar |
2011-03-01 | The default CPU on FreeBSD for i386 should be i486, not pentium4. | Roman Divacky |
2011-03-01 | For linking on FreeBSD, don't add a hardcoded "-L/usr/lib", but | Roman Divacky |
2011-03-01 | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky |
2011-03-01 | Disable more warnings so that it is safe to use | Rafael Espindola |
2011-02-28 | Don't warn about "clang -use-gold-plugin -c ...". With this users can say | Rafael Espindola |
2011-02-28 | [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno... | Argyrios Kyrtzidis |
2011-02-28 | Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-bloc... | David Chisnall |
2011-02-28 | Fix a tiny goof in the Driver's logic which caused the explicit presence | Chandler Carruth |
2011-02-28 | Add a -fcxx-exceptions flag to the frontend, which can be used to enable | Anders Carlsson |
2011-02-28 | [analyzer] Move the DeadStores checker out of the 'core' package. | Argyrios Kyrtzidis |
2011-02-28 | Factor code out into a helper function, shouldUseExceptionTablesForObjCExcept... | Anders Carlsson |
2011-02-22 | Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e... | Anders Carlsson |
2011-02-21 | Pass the right linker flag in openbsd::Link::ConstructJob, | Chris Lattner |
2011-02-19 | Add a new ObjCExceptions member variable to LangOptions. This controls whethe... | Anders Carlsson |
2011-02-19 | [analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase ... | Argyrios Kyrtzidis |
2011-02-19 | Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of | Daniel Dunbar |
2011-02-17 | [analyzer] Use the new registration mechanism on the non-path-sensitive-check... | Argyrios Kyrtzidis |
2011-02-17 | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. | NAKAMURA Takumi |
2011-02-17 | Fix whitespace. | NAKAMURA Takumi |
2011-02-15 | [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. | Argyrios Kyrtzidis |
2011-02-15 | [analyzer] Use the new registration mechanism on some of the internal checks.... | Argyrios Kyrtzidis |
2011-02-14 | [analyzer] Overhauling of the checker registration mechanism. | Argyrios Kyrtzidis |
2011-02-10 | Add braces to quiet a gcc warning. | Matt Beaumont-Gay |
2011-02-10 | Adjust the object files to be linked in when mcount profiling | Roman Divacky |
2011-02-10 | Implement mcount profiling, enabled via -pg. | Roman Divacky |
2011-02-09 | Driver/Frontend: Wire up -mregparm=. | Daniel Dunbar |
2011-02-04 | Add better support for ARM EABI triples. | Bob Wilson |
2011-02-04 | Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs. | Daniel Dunbar |
2011-02-04 | build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one | Daniel Dunbar |
2011-02-02 | clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors | Daniel Dunbar |
2011-02-02 | Add NetBSD target support. Patch by Joerg Sonnenberger. | Benjamin Kramer |
2011-02-02 | Turn on -momit-leaf-frame-pointer by default on all non-Darwin platforms. | Nick Lewycky |