Age | Commit message (Expand) | Author |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-18 | Add FileManager::getNoncachedStatValue, which will resolve relative paths aga... | Anders Carlsson |
2011-03-16 | Having FileManager::getFile always open the file, brought much consternation ... | Argyrios Kyrtzidis |
2011-03-15 | lib/Basic/Targets.cpp: __declspec(attr) should be provided on mingw as macro,... | NAKAMURA Takumi |
2011-03-15 | Stop leaking file descriptors. | Argyrios Kyrtzidis |
2011-03-14 | Get rid of the static FileManager::FixupRelativePath. | Anders Carlsson |
2011-03-08 | Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the... | Argyrios Kyrtzidis |
2011-03-08 | lib/Basic/Targets.cpp: mingw-w64 should define __MINGW32__, too. | NAKAMURA Takumi |
2011-03-07 | Check in the implementation as well... | Anders Carlsson |
2011-03-06 | Convert FileManager::FixupRelativePath over to using PathV2. | Anders Carlsson |
2011-03-05 | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis |
2011-03-02 | Move some of the logic about classifying Objective-C methods into | John McCall |
2011-02-25 | Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning... | Ted Kremenek |
2011-02-23 | Switch the VerifyDiagnosticsClient to use PresumedLocs now that they | Chandler Carruth |
2011-02-21 | Targets/Darwin: mcount name on Darwin needs to be unmangled. | Daniel Dunbar |
2011-02-20 | Test commit. | Richard Smith |
2011-02-19 | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne |
2011-02-19 | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola |
2011-02-18 | Selector::getIdentifierInfoForSlot() can return NULL values, a fact | Douglas Gregor |
2011-02-18 | [Heikki Kultala] This patch contains the ABI changes for the TCE target. | NAKAMURA Takumi |
2011-02-18 | Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo | Peter Collingbourne |
2011-02-17 | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. | NAKAMURA Takumi |
2011-02-16 | Fix a thinko with llvm::Optional, which is clearly the most dangerous class t... | Douglas Gregor |
2011-02-14 | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne |
2011-02-11 | Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. | Jeffrey Yasskin |
2011-02-11 | Uses llvm::sys::path instead of hand-rolled algorithm in FileManager. | Zhanyong Wan |
2011-02-11 | Improves Clang's virtual file handling. | Zhanyong Wan |
2011-02-11 | Don't compare llvm::Optional<> objects directly; compare their | Douglas Gregor |
2011-02-10 | Implement two related optimizations that make de-serialization of | Douglas Gregor |
2011-02-10 | Implement mcount profiling, enabled via -pg. | Roman Divacky |
2011-02-10 | CMake: LLVM_NO_RTTI must be obsolete now! | NAKAMURA Takumi |
2011-02-08 | Update for API change. | Rafael Espindola |
2011-02-05 | Improve our uniquing of file entries when files are re-saved or are | Douglas Gregor |
2011-02-03 | If any Fix-Its attached to a diagnostic have invalid source locations | Douglas Gregor |
2011-02-03 | Teach SourceManager::getLocation() how to cope with a source file | Douglas Gregor |
2011-02-03 | Revert 124754 and 124760 as they made clang unusable in the presence of symbolic | Rafael Espindola |
2011-02-03 | Improve the performance of filename canonicalization by avoiding | Douglas Gregor |
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 |