Age | Commit message (Expand) | Author |
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 |
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 |