Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MemoryBuffer API update. | Michael J. Spencer | 2010-12-16 | 1 | -3/+3 |
| | | | | llvm-svn: 121956 | ||||
* | Update for LLVM API change. | Daniel Dunbar | 2010-12-16 | 1 | -2/+5 |
| | | | | llvm-svn: 121950 | ||||
* | Fixed version of 121435. | Rafael Espindola | 2010-12-10 | 1 | -3/+14 |
| | | | | llvm-svn: 121472 | ||||
* | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola | 2010-12-10 | 1 | -14/+3 |
| | | | | llvm-svn: 121460 | ||||
* | Update clang for the API changes in the cfi patch. | Rafael Espindola | 2010-12-09 | 1 | -3/+14 |
| | | | | llvm-svn: 121435 | ||||
* | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer | 2010-12-09 | 1 | -1/+4 |
| | | | | llvm-svn: 121378 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -3/+3 |
| | | | | llvm-svn: 120297 | ||||
* | getNumErrors() -> hasErrorOccurred() | Argyrios Kyrtzidis | 2010-11-19 | 1 | -1/+1 |
| | | | | llvm-svn: 119765 | ||||
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+2 |
| | | | | | | | | | | | -Move the stuff of Diagnostic related to creating/querying diagnostic IDs into a new DiagnosticIDs class. -DiagnosticIDs can be shared among multiple Diagnostics for multiple translation units. -The rest of the state in Diagnostic object is considered related and tied to one translation unit. -Have Diagnostic point to the SourceManager that is related with. Diagnostic can now accept just a SourceLocation instead of a FullSourceLoc. -Reflect the changes to various interfaces. llvm-svn: 119730 | ||||
* | Call InitSections when assembling. This makes clang's output match that of | Rafael Espindola | 2010-10-13 | 1 | -0/+1 |
| | | | | | | llvm-mc. llvm-svn: 116405 | ||||
* | Straighten out target triples provided on the command line | Duncan Sands | 2010-08-30 | 1 | -1/+2 |
| | | | | | | before using them. llvm-svn: 112468 | ||||
* | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor | 2010-08-18 | 1 | -3/+4 |
| | | | | | | | convoluted and a bit leaky. Now, the Diagnostic object owns its DiagnosticClient. llvm-svn: 111437 | ||||
* | Call llvm::remove_fatal_error_handler before deallocating objects | Dan Gohman | 2010-08-18 | 1 | -2/+2 |
| | | | | | | which are used by the error handling functions. llvm-svn: 111427 | ||||
* | Prepare for upcoming ownership change. | Benjamin Kramer | 2010-07-29 | 1 | -8/+7 |
| | | | | llvm-svn: 109766 | ||||
* | Update for LLVM API change. | Daniel Dunbar | 2010-07-19 | 1 | -1/+1 |
| | | | | llvm-svn: 108665 | ||||
* | clang -cc1as: Switch to using AsmParser constructor function. | Daniel Dunbar | 2010-07-17 | 1 | -5/+7 |
| | | | | llvm-svn: 108605 | ||||
* | MC: Pass the target instance to the AsmParser constructor. | Daniel Dunbar | 2010-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 107427 | ||||
* | Driver: Fix arg_iterator typing to reflect that it is really an iterator ↵ | Daniel Dunbar | 2010-06-11 | 1 | -3/+4 |
| | | | | | | over Arg*s. llvm-svn: 105838 | ||||
* | clang -cc1as: Add -help, -version, and -mllvm support. | Daniel Dunbar | 2010-05-20 | 1 | -1/+39 |
| | | | | | | Also, fix output defaulting to match llvm-mc. llvm-svn: 104246 | ||||
* | Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ↵ | Daniel Dunbar | 2010-05-20 | 1 | -0/+335 |
approximately the same interface as 'llvm-mc'. llvm-svn: 104239 |