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