Age | Commit message (Expand) | Author |
2009-11-17 | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar |
2009-11-17 | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar |
2009-11-17 | Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt... | Daniel Dunbar |
2009-11-17 | Move char-is-signed defaulting to driver, instead of using | Daniel Dunbar |
2009-11-15 | Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes. | Edward O'Callaghan |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-14 | Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by A... | Benjamin Kramer |
2009-11-12 | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner |
2009-11-11 | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar |
2009-11-07 | teach the various targets what native integer types they have. | Chris Lattner |
2009-11-05 | Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there | Douglas Gregor |
2009-11-05 | Eliminate tabls | John Thompson |
2009-11-05 | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner |
2009-11-05 | Adding -fshort-wchar option. | John Thompson |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-03 | pr5371 likely has nothing to do with this. | Chris Lattner |
2009-11-02 | Add note to FIXME about PR5371. | Edward O'Callaghan |
2009-10-25 | rename getTypeSigned() -> isTypeSigned() per daniel's review. | Chris Lattner |
2009-10-24 | Fix cmake failure trying to get SVN info for non-SVN trees. | Daniel Dunbar |
2009-10-24 | Add a preprocessor define for adding a "near" section attribute for allowing | Sanjiv Gupta |
2009-10-23 | Fixed undefined behavior in pushMappings when the stack has to resize. | John Thompson |
2009-10-21 | add helpful methods to TargetInfo for querying builtin integer type properties, | Chris Lattner |
2009-10-21 | hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). | Chris Lattner |
2009-10-20 | teach FormatDiagnostic to aggregate previously formatted arguments and | Chris Lattner |
2009-10-18 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-18 | The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h he... | Edward O'Callaghan |
2009-10-17 | Avoid std::string thrashing in MultiKeywordSelector::getName(), and simplify. | Daniel Dunbar |
2009-10-17 | Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStr | Daniel Dunbar |
2009-10-16 | Add support for a chain of stat caches in the FileManager, rather than | Douglas Gregor |
2009-10-16 | increase helpfulness of assert message. | Chris Lattner |
2009-10-15 | Disallow arbitrary custom inline asm constraints for msp430. | Anton Korobeynikov |
2009-10-14 | fix some cfstring related issues: | Chris Lattner |
2009-10-13 | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor |
2009-10-13 | fix PR4938 by recognizing % as a modifier on outputs, | Chris Lattner |
2009-10-08 | "Someone pointed out that in my previous Targets.cpp patch I didn't | Mike Stump |
2009-10-08 | Installation of Clang libraries and headers, from Axel Naumann! | Douglas Gregor |
2009-10-05 | Provide a common set of routines in Version.h that return Subversion | Douglas Gregor |
2009-10-05 | Pre-commit commit to get URL keyword expansion for Clang version information | Douglas Gregor |
2009-09-27 | Handle Eli remark on mingw __declspec macro definition | Cedric Venet |
2009-09-23 | Factor Windows target into VS, MinGW and Cygwin variants. | Daniel Dunbar |
2009-09-23 | implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. | Chris Lattner |
2009-09-22 | Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness). | Daniel Dunbar |
2009-09-22 | Replace the -code-completion-dump option with | Douglas Gregor |
2009-09-18 | don't stick an uninitialized 'stat' buf into the stat cache, fill it | Chris Lattner |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |
2009-09-17 | Fix typo. | Mike Stump |
2009-09-17 | ARM: Incremental improvement to preprocessor defines. | Daniel Dunbar |
2009-09-17 | Add ARM register names and aliases. | Daniel Dunbar |
2009-09-16 | fix some ppc register name issues, patch by Richard Pennington! | Chris Lattner |
2009-09-14 | Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. | Daniel Dunbar |