summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize path names in the file manager before performing a lookupDouglas Gregor2011-02-021-0/+77
* Support EFI target triple, from Carl Norum!Douglas Gregor2011-02-011-1/+4
* Harden Lexer::GetBeginningOfToken() against bogus source locations andDouglas Gregor2011-01-311-2/+11
* Teach Diagnostic::setClient() to free the existing, ownedDouglas Gregor2011-01-311-0/+7
* Separate the access-control diagnostics from other diagnostics that do not ha...Douglas Gregor2011-01-271-5/+9
* TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with inva...Axel Naumann2011-01-271-6/+10
* lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64!NAKAMURA Takumi2011-01-171-3/+3
* lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64.NAKAMURA Takumi2011-01-171-1/+1
* lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc.NAKAMURA Takumi2011-01-171-0/+1
* Properly propagate #pragma diagnostic mappings from PCH but not command-line ...Argyrios Kyrtzidis2011-01-142-6/+7
* wint_t is defined as 'unsigned int' on Linux. Fixes PR8938.Douglas Gregor2011-01-121-0/+1
* Update AST reader/writer to handle new AppleKext.Fariborz Jahanian2011-01-071-1/+1
* Add cortex-m3 CPU to getCPUDefineSuffix mapping.Bob Wilson2011-01-061-0/+1
* PowerPC fixes.Roman Divacky2011-01-062-17/+25
* set features for k8-sse3Roman Divacky2010-12-291-0/+3
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-1/+1
* Handle locations coming from macro instantiations properly in SourceManager::...Argyrios Kyrtzidis2010-12-241-0/+7
* In C++, if the user redeclares a builtin function with a type that isDouglas Gregor2010-12-211-0/+4
* Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Michael J. Spencer2010-12-211-3/+4
* Add missing standard includes. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer2010-12-172-5/+6
* MemoryBuffer API update.Michael J. Spencer2010-12-161-19/+18
* Fix diagnostic pragmas.Argyrios Kyrtzidis2010-12-153-22/+137
* Change MBlaze target to have the same description string as its LLVM equivalent.Wesley Peck2010-12-121-2/+1
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-091-8/+27
* attempt to fix a buildbot failure, apparently apache fails to build.Chris Lattner2010-12-022-2/+2
* Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian2010-11-302-13/+21
* Merge System into Support.Michael J. Spencer2010-11-293-3/+3
* Fix 2 problems with Chris Lattner's FileManager redesign on Windows.Francois Pichet2010-11-241-1/+1
* The final result of all this refactoring: instead of doing stat immediatelyChris Lattner2010-11-232-6/+54
* if we succeed in opening a directory but expected a file, ensure we don'tChris Lattner2010-11-231-1/+22
* hopefully resolve the windows buildbot issue (retch)Chris Lattner2010-11-231-0/+8
* change the 'is directory' indicator to be a null-or-notChris Lattner2010-11-232-16/+47
* pull "is directory" handling into FileManager::getStatValueChris Lattner2010-11-231-29/+36
* tidy up code, add a comment about dir caching.Chris Lattner2010-11-231-20/+16
* replicate a terrible hack to fix a build error on VC++Chris Lattner2010-11-231-0/+4
* simplify the cache miss handling code, eliminating CacheMissing.Chris Lattner2010-11-231-6/+1
* factor the "cache miss" handling code out of FM into a static Chris Lattner2010-11-231-21/+6
* r120013 dropped passing in the precomputed file size to Chris Lattner2010-11-232-3/+3
* PCH files only cache successful stats. Remove the code that reads/writes Chris Lattner2010-11-231-1/+1
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-233-35/+80
* tidy up. Split FileManager::getBufferForFile intoChris Lattner2010-11-231-6/+14
* reduce indentation and use early outs, to make it easier to readChris Lattner2010-11-231-72/+79
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-232-21/+11
* give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner2010-11-231-7/+7
* Partially revert Doug's PCH validation patch (r98585).Chris Lattner2010-11-232-19/+7
* stringref'ize APIChris Lattner2010-11-231-18/+16
* avoid creating sys::Path instances when -fworking-directory isn't being used.Chris Lattner2010-11-231-1/+8
* Filename.rfind("/\\") won't give us the position of the last directory sepera...Benjamin Kramer2010-11-211-11/+11
* change the various getFile routines to use StringRef as their implementation ...Chris Lattner2010-11-211-37/+32
OpenPOWER on IntegriCloud