Age | Commit message (Expand) | Author |
2011-07-28 | Cut down the number of open/close system calls for output files. | Argyrios Kyrtzidis |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor |
2011-07-22 | Rename ASTReader::PerFileData to serialization::Module, pulling it out | Douglas Gregor |
2011-07-21 | Cut down one open/close pair of system calls by using Path's makeUnique inste... | Argyrios Kyrtzidis |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-07-14 | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth |
2011-06-23 | avoid using config.h in public headers | Dylan Noblesmith |
2011-06-16 | Raise the ARCMT functionality in Clang into proper FrontendActions. | Chandler Carruth |
2011-06-15 | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall |
2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |
2011-04-07 | Frontend/CC_LOG_DIAGNOSTICS: Fix thinko and open diag log in append mode. | Daniel Dunbar |
2011-04-07 | Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support. | Daniel Dunbar |
2011-04-07 | Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to | Daniel Dunbar |
2011-03-21 | Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don't | Daniel Dunbar |
2011-03-21 | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek |
2011-03-14 | Get rid of the static FileManager::FixupRelativePath. | Anders Carlsson |
2011-03-06 | Convert FileManager::FixupRelativePath over to using PathV2. | Anders Carlsson |
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 | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne |
2011-02-05 | Improve our uniquing of file entries when files are re-saved or are | Douglas Gregor |
2011-02-02 | Frontend: Add -header-include-file option, for allowing saving header include | Daniel Dunbar |
2011-02-02 | Frontend: Factor out header include dumping (-H) into its own preprocessor | Daniel Dunbar |
2011-01-31 | Frontend: Add an explicit RemoveFileOnSignal flag argument, to control the | Daniel Dunbar |
2011-01-10 | Replace all uses of PathV1::exists with PathV2::fs::exists. | Michael J. Spencer |
2010-12-16 | MemoryBuffer API update. | Michael J. Spencer |
2010-12-09 | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer |
2010-11-30 | When loading a precompiled preamble, use the file ID of the | Douglas Gregor |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-23 | don't allow remapping PTH file paths with -fworking-directory, the | 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-18 | Remove the hack where, to get the return status, we had special case for Veri... | Argyrios Kyrtzidis |
2010-11-18 | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |
2010-11-11 | Improve ASTUnit's capture of diagnostics so that the | Douglas Gregor |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-10-26 | Add support for code completion on stdin. | Dan Gohman |
2010-10-26 | Simplify this code: don't check for the same error two | Dan Gohman |
2010-10-11 | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor |
2010-10-11 | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor |
2010-10-11 | Tighten up constness of argv parameters to allow for string literals as argum... | Axel Naumann |
2010-10-05 | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl |
2010-09-17 | Use a temporary file for output which gets renamed after all the writing is f... | Argyrios Kyrtzidis |
2010-08-27 | createMainFileID doesn't need its IncludePos argument, since | Dan Gohman |
2010-08-18 | Rename the ASTReader header files. | Sebastian Redl |
2010-08-18 | Rename various classes from PCH to AST. | Sebastian Redl |
2010-08-18 | Rename PCHReader to ASTReader. | Sebastian Redl |
2010-08-18 | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor |