summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1as_main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-1/+1
* createTargetMachine now takes a CPU string.Evan Cheng2011-06-301-1/+2
* Support -fatal-warnings for the assembler frontendJoerg Sonnenberger2011-05-191-0/+2
* Update API.Rafael Espindola2011-04-301-1/+2
* Frontend/cc1as: Add support for -L.Daniel Dunbar2011-03-281-0/+4
* Pass in the TargetMachine parameter to the inst printer.Bill Wendling2011-03-211-1/+1
* Add support for the --noexecstack option. Fixes PR8762.Rafael Espindola2011-01-231-2/+6
* MemoryBuffer API update.Michael J. Spencer2010-12-161-3/+3
* Update for LLVM API change.Daniel Dunbar2010-12-161-2/+5
* Fixed version of 121435.Rafael Espindola2010-12-101-3/+14
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-14/+3
* Update clang for the API changes in the cfi patch.Rafael Espindola2010-12-091-3/+14
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-091-1/+4
* Merge System into Support.Michael J. Spencer2010-11-291-3/+3
* getNumErrors() -> hasErrorOccurred()Argyrios Kyrtzidis2010-11-191-1/+1
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+2
* Call InitSections when assembling. This makes clang's output match that ofRafael Espindola2010-10-131-0/+1
* Straighten out target triples provided on the command lineDuncan Sands2010-08-301-1/+2
* Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor2010-08-181-3/+4
* Call llvm::remove_fatal_error_handler before deallocating objectsDan Gohman2010-08-181-2/+2
* Prepare for upcoming ownership change.Benjamin Kramer2010-07-291-8/+7
* Update for LLVM API change.Daniel Dunbar2010-07-191-1/+1
* clang -cc1as: Switch to using AsmParser constructor function.Daniel Dunbar2010-07-171-5/+7
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-011-1/+1
* Driver: Fix arg_iterator typing to reflect that it is really an iterator over...Daniel Dunbar2010-06-111-3/+4
* clang -cc1as: Add -help, -version, and -mllvm support.Daniel Dunbar2010-05-201-1/+39
* Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap...Daniel Dunbar2010-05-201-0/+335
OpenPOWER on IntegriCloud