summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1as_main.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-1/+1
| | | | llvm-svn: 134526
* createTargetMachine now takes a CPU string.Evan Cheng2011-06-301-1/+2
| | | | llvm-svn: 134128
* Support -fatal-warnings for the assembler frontendJoerg Sonnenberger2011-05-191-0/+2
| | | | llvm-svn: 131662
* Update API.Rafael Espindola2011-04-301-1/+2
| | | | llvm-svn: 130588
* Frontend/cc1as: Add support for -L.Daniel Dunbar2011-03-281-0/+4
| | | | llvm-svn: 128432
* Pass in the TargetMachine parameter to the inst printer.Bill Wendling2011-03-211-1/+1
| | | | llvm-svn: 127987
* Add support for the --noexecstack option. Fixes PR8762.Rafael Espindola2011-01-231-2/+6
| | | | llvm-svn: 124078
* MemoryBuffer API update.Michael J. Spencer2010-12-161-3/+3
| | | | llvm-svn: 121956
* Update for LLVM API change.Daniel Dunbar2010-12-161-2/+5
| | | | llvm-svn: 121950
* Fixed version of 121435.Rafael Espindola2010-12-101-3/+14
| | | | llvm-svn: 121472
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-14/+3
| | | | llvm-svn: 121460
* Update clang for the API changes in the cfi patch.Rafael Espindola2010-12-091-3/+14
| | | | llvm-svn: 121435
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-091-1/+4
| | | | llvm-svn: 121378
* Merge System into Support.Michael J. Spencer2010-11-291-3/+3
| | | | llvm-svn: 120297
* getNumErrors() -> hasErrorOccurred()Argyrios Kyrtzidis2010-11-191-1/+1
| | | | llvm-svn: 119765
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-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 ofRafael Espindola2010-10-131-0/+1
| | | | | | llvm-mc. llvm-svn: 116405
* Straighten out target triples provided on the command lineDuncan Sands2010-08-301-1/+2
| | | | | | before using them. llvm-svn: 112468
* Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor2010-08-181-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 objectsDan Gohman2010-08-181-2/+2
| | | | | | which are used by the error handling functions. llvm-svn: 111427
* Prepare for upcoming ownership change.Benjamin Kramer2010-07-291-8/+7
| | | | llvm-svn: 109766
* Update for LLVM API change.Daniel Dunbar2010-07-191-1/+1
| | | | llvm-svn: 108665
* clang -cc1as: Switch to using AsmParser constructor function.Daniel Dunbar2010-07-171-5/+7
| | | | llvm-svn: 108605
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-011-1/+1
| | | | llvm-svn: 107427
* Driver: Fix arg_iterator typing to reflect that it is really an iterator ↵Daniel Dunbar2010-06-111-3/+4
| | | | | | over Arg*s. llvm-svn: 105838
* clang -cc1as: Add -help, -version, and -mllvm support.Daniel Dunbar2010-05-201-1/+39
| | | | | | Also, fix output defaulting to match llvm-mc. llvm-svn: 104246
* Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ↵Daniel Dunbar2010-05-201-0/+335
approximately the same interface as 'llvm-mc'. llvm-svn: 104239
OpenPOWER on IntegriCloud