Age | Commit message (Expand) | Author |
2011-06-04 | Identifiers with _CapitalLetter are reserved, so don't use them. Prefer the | Nick Lewycky |
2011-06-03 | We were looking at /usr/lib only if the distro had multilib. This is bogus: | Rafael Espindola |
2011-06-03 | Add support for centos. | Rafael Espindola |
2011-06-03 | 80-col cleanup. | Eric Christopher |
2011-06-03 | Untabify and fix whitespace. | NAKAMURA Takumi |
2011-06-02 | We already have support for using c++ headers from a custom location. | Rafael Espindola |
2011-06-02 | Add Debian wheezy/sid to ToolChains.cpp. Patch by Michael Wild. PR10064. | Eli Friedman |
2011-06-02 | Change how we link libprofile_rt.a. While at it, refactor the code a bit. | Rafael Espindola |
2011-06-02 | Add -fno-gnu89-inline. | Rafael Espindola |
2011-06-02 | Implement -fgnu89-inline. Fixes PR10041. | Rafael Espindola |
2011-06-01 | Add the necessary -L option for finding libprofile_rt.a. It might be a good | Rafael Espindola |
2011-05-31 | Driver/Clang: Simplify code to use arch enumerations. | Daniel Dunbar |
2011-05-25 | A StringRef-ication of the DiagnosticIDs API and internals. | Argyrios Kyrtzidis |
2011-05-24 | When given one of the applicable coverage flags, try to link against | Nick Lewycky |
2011-05-24 | Let amd64 be used in target triple instead of x86_64 on FreeBSD. | Roman Divacky |
2011-05-24 | For non-Darwin, a plain 'char' type is unsigned. | Jim Grosbach |
2011-05-24 | Fix a bug in the most recent openSUSE support patch. | Chandler Carruth |
2011-05-22 | add opensuse toolchain support, patch by Ismail Donmez! | Chris Lattner |
2011-05-22 | Add Redhat Enterprise Linux to the Linux toolchain, PR9769, | Chris Lattner |
2011-05-21 | Introduce the -fdiagnostics-format=xxx option to control how Clang | Douglas Gregor |
2011-05-19 | Correction for r131662, the GNU as option is --fatal-warnings. | Joerg Sonnenberger |
2011-05-19 | Support -fatal-warnings for the assembler frontend | Joerg Sonnenberger |
2011-05-19 | - Fixes openSUSE detection for 11.4 and upcoming 12.1 | David Chisnall |
2011-05-17 | Add some support for RHEL5 systems. | Eric Christopher |
2011-05-17 | Fix comment. | Rafael Espindola |
2011-05-17 | The logic about -static is darwin only. For now assume that all non | Rafael Espindola |
2011-05-16 | Make the triple an explicit argument of FindTargetProgramPath. | Joerg Sonnenberger |
2011-05-09 | Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf | Daniel Dunbar |
2011-05-06 | Move logic for passing down -mrelax-all / -relax-all into a common | Joerg Sonnenberger |
2011-05-06 | Rename ContainsCompileAction to ContainsCompileOrAssembleAction to | Joerg Sonnenberger |
2011-05-05 | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky |
2011-05-04 | Record where the GCOV data files should be placed. | Nick Lewycky |
2011-05-04 | No, fix this use after free properly. | Nick Lewycky |
2011-05-04 | Fix use after free through StringRef. | Nick Lewycky |
2011-05-02 | Add the -mstackrealign option which just communicates the need to | Eric Christopher |
2011-05-02 | Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin. | Daniel Dunbar |
2011-05-02 | Disable CFI if not using the integrated assembler. We should probably do this... | Rafael Espindola |
2011-04-30 | Implement -fno-dwarf2-cfi-asm. | Rafael Espindola |
2011-04-30 | Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator, | Daniel Dunbar |
2011-04-30 | Driver/Darwin: When using -mios-simulator-version-min, explicitly pass this on | Daniel Dunbar |
2011-04-30 | Driver/Darwin: Reject invalid arch combinations with | Daniel Dunbar |
2011-04-30 | Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and | Daniel Dunbar |
2011-04-30 | Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag | Daniel Dunbar |
2011-04-29 | Add -Oz option and use it to set the inline threshold to 25. | Bob Wilson |
2011-04-29 | Driver/cc1as: Forward -mllvm arguments when compiling assembly files. | Daniel Dunbar |
2011-04-28 | Driver/Darwin/ld: Set the deployment target following the version information in | Daniel Dunbar |
2011-04-28 | Make the top-level driver ignore -fobjc-default-synthesize-properties while t... | Ted Kremenek |
2011-04-25 | Driver: When compilation fails, don't try to remove output files we don't have | Daniel Dunbar |
2011-04-25 | Let clang detect gcc triple on Ubuntu Natty. Patch by Thomas Jablin. | Nico Weber |
2011-04-23 | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth |