Age | Commit message (Expand) | Author |
2011-02-02 | Canonicalize path names in the file manager before performing a lookup | Douglas Gregor |
2011-02-01 | Support EFI target triple, from Carl Norum! | Douglas Gregor |
2011-01-31 | Harden Lexer::GetBeginningOfToken() against bogus source locations and | Douglas Gregor |
2011-01-31 | Teach Diagnostic::setClient() to free the existing, owned | Douglas Gregor |
2011-01-27 | Separate the access-control diagnostics from other diagnostics that do not ha... | Douglas Gregor |
2011-01-27 | TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with inva... | Axel Naumann |
2011-01-17 | lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64! | NAKAMURA Takumi |
2011-01-17 | lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64. | NAKAMURA Takumi |
2011-01-17 | lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. | NAKAMURA Takumi |
2011-01-14 | Properly propagate #pragma diagnostic mappings from PCH but not command-line ... | Argyrios Kyrtzidis |
2011-01-12 | wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. | Douglas Gregor |
2011-01-07 | Update AST reader/writer to handle new AppleKext. | Fariborz Jahanian |
2011-01-06 | Add cortex-m3 CPU to getCPUDefineSuffix mapping. | Bob Wilson |
2011-01-06 | PowerPC fixes. | Roman Divacky |
2010-12-29 | set features for k8-sse3 | Roman Divacky |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-24 | Handle locations coming from macro instantiations properly in SourceManager::... | Argyrios Kyrtzidis |
2010-12-21 | In C++, if the user redeclares a builtin function with a type that is | Douglas Gregor |
2010-12-21 | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer |
2010-12-19 | Add missing standard includes. Patch by Joerg Sonnenberger! | Nick Lewycky |
2010-12-17 | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer |
2010-12-16 | MemoryBuffer API update. | Michael J. Spencer |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-12-12 | Change MBlaze target to have the same description string as its LLVM equivalent. | Wesley Peck |
2010-12-09 | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer |
2010-12-02 | attempt to fix a buildbot failure, apparently apache fails to build. | Chris Lattner |
2010-11-30 | Such function decls,as objc's objc_msgSend, builtins in | Fariborz Jahanian |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-24 | Fix 2 problems with Chris Lattner's FileManager redesign on Windows. | Francois Pichet |
2010-11-23 | The final result of all this refactoring: instead of doing stat immediately | Chris Lattner |
2010-11-23 | if we succeed in opening a directory but expected a file, ensure we don't | Chris Lattner |
2010-11-23 | hopefully resolve the windows buildbot issue (retch) | Chris Lattner |
2010-11-23 | change the 'is directory' indicator to be a null-or-not | Chris Lattner |
2010-11-23 | pull "is directory" handling into FileManager::getStatValue | Chris Lattner |
2010-11-23 | tidy up code, add a comment about dir caching. | Chris Lattner |
2010-11-23 | replicate a terrible hack to fix a build error on VC++ | Chris Lattner |
2010-11-23 | simplify the cache miss handling code, eliminating CacheMissing. | Chris Lattner |
2010-11-23 | factor the "cache miss" handling code out of FM into a static | Chris Lattner |
2010-11-23 | r120013 dropped passing in the precomputed file size to | Chris Lattner |
2010-11-23 | PCH files only cache successful stats. Remove the code that reads/writes | Chris Lattner |
2010-11-23 | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner |
2010-11-23 | tidy up. Split FileManager::getBufferForFile into | Chris Lattner |
2010-11-23 | reduce indentation and use early outs, to make it easier to read | Chris Lattner |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-23 | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner |
2010-11-23 | Partially revert Doug's PCH validation patch (r98585). | Chris Lattner |
2010-11-23 | stringref'ize API | Chris Lattner |
2010-11-23 | avoid creating sys::Path instances when -fworking-directory isn't being used. | Chris Lattner |
2010-11-21 | Filename.rfind("/\\") won't give us the position of the last directory sepera... | Benjamin Kramer |
2010-11-21 | change the various getFile routines to use StringRef as their implementation ... | Chris Lattner |