Age | Commit message (Expand) | Author |
2010-06-25 | Translate numbers properly. | Eric Christopher |
2010-06-25 | Fixed another double-char in PPC-specific asm constraints. | John Thompson |
2010-06-24 | Added PPC-specific asm constraints, PS3 configuration changes. | John Thompson |
2010-06-24 | More clang support for darwin tls. Add a __has_feature macro and | Eric Christopher |
2010-06-18 | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner |
2010-06-17 | Update CMake build system for ARM NEON generation. | Douglas Gregor |
2010-06-17 | Update CMake build for new attribute changes. | Sean Hunt |
2010-06-11 | Add an option -fshow-overloads=best|all to limit the number of overload | Jeffrey Yasskin |
2010-06-11 | Add an option to specify the target C++ ABI to the frontend. Use it to | Charles Davis |
2010-06-10 | Create a LinuxTargetInfo on ARM. This make clang correctly expand | Rafael Espindola |
2010-06-08 | On Darwin, initialization and destruction functions should go into the __Stat... | Anders Carlsson |
2010-06-08 | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar |
2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
2010-06-04 | Correctly align large arrays in x86-64. This fixes PR5599. | Rafael Espindola |
2010-05-30 | Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. | Daniel Dunbar |
2010-05-28 | Roll back r104941. | John McCall |
2010-05-28 | Add a new attribute on records, __attribute__((adl_invisible)), and define | John McCall |
2010-05-27 | Darwin/ARM seems to support mac68k align as well. | Daniel Dunbar |
2010-05-27 | Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. | Daniel Dunbar |
2010-05-21 | don't make _Bool be a keyword in -fms-extensions mode, patch by | Chris Lattner |
2010-05-13 | Update the types for warning option subgroup arrays to 'short', we have more | Chandler Carruth |
2010-05-07 | clean up isBeforeInTranslationUnit by factoring out some common | Chris Lattner |
2010-05-07 | reimplement the guts of SourceManager::isBeforeInTranslationUnit | Chris Lattner |
2010-05-07 | start using the caching now that it appears to work! | Chris Lattner |
2010-05-07 | reimplement the caching in the SourceManager::isBeforeInTranslationUnit() | Chris Lattner |
2010-05-06 | Basic: Update getClangRepositoryPath for my change to integration branch layout. | Daniel Dunbar |
2010-05-06 | Workaround a really serious caching bug in SourceManager::isBeforeInTranslati... | Ted Kremenek |
2010-05-04 | When -fdiagnostics-print-source-range-info is specified, | Chris Lattner |
2010-05-04 | add the ability to associate 'category' names with diagnostics | Chris Lattner |
2010-04-23 | david conrad points out that {|} in inline assembly on arm are not asm | Chris Lattner |
2010-04-22 | another tweak for haiku support, patch by Paul Davey! | Chris Lattner |
2010-04-22 | ARM/APCS: Don't respect bit-field types when laying out structures. | Daniel Dunbar |
2010-04-21 | Sink the _GNU_SOURCE definition down into the target configuration, | Douglas Gregor |
2010-04-20 | change FullSourceLoc to have a *const* SourceManager&, eliminating | Chris Lattner |
2010-04-20 | push some source location information down through the compiler, | Chris Lattner |
2010-04-20 | enhance sourcemgr to detect various UTF BOM's and emit a fatal error | Chris Lattner |
2010-04-20 | Introduce a limit on the depth of the template instantiation backtrace | Douglas Gregor |
2010-04-17 | Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not | Chandler Carruth |
2010-04-15 | clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. | Daniel Dunbar |
2010-04-15 | Tweak spelling (Bitfield -> BitField) | Daniel Dunbar |
2010-04-15 | Add TargetInfo::useBitfieldTypeAlignment(). | Daniel Dunbar |
2010-04-14 | Once we've emitted a fatal diagnostic, keep counting errors but with a | Douglas Gregor |
2010-04-12 | fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic | Chris Lattner |
2010-04-12 | Fix null dereference in 'WriteSourceLocation' when the FileEntry is null. | Ted Kremenek |
2010-04-11 | add haiku support, patch by Paul Davey! | Chris Lattner |
2010-04-10 | Disable diag::err_file_modified on Win32 completely, until someone cares to fix | Daniel Dunbar |
2010-04-09 | On Windows, disable the modification-time check for files used in | Douglas Gregor |
2010-04-07 | add clang -cc1 level support for "-ferror-limit 42" | Chris Lattner |
2010-04-07 | add capabilities to stop emitting errors after some limit. | Chris Lattner |
2010-04-07 | Instead of counting totally diagnostics, split the count into a count | Chris Lattner |