summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1as_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* driver: fix unused variable warningDylan Noblesmith2011-12-261-1/+1
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-231-8/+20
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-221-0/+8
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-011-2/+2
* Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky2011-10-171-1/+3
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-6/+7
* Fix up MCInstPrinter creation to take the new SubtargetInfo parameter (see LL...James Molloy2011-09-071-1/+1
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-241-4/+4
* Update createMCAsmParser() to match r137735.Jim Grosbach2011-08-161-1/+1
* Assembler really doesn't need to create TargetMachine anymore.Evan Cheng2011-07-261-24/+6
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-261-6/+6
* Rename createAsmParser to createMCAsmParser.Evan Cheng2011-07-261-3/+4
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-7/+6
* Assembler doesn't need to initialize TargetMachine's anymore.Evan Cheng2011-07-251-2/+0
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-2/+2
* Match LLVM API change.Evan Cheng2011-07-221-5/+1
* Match MCContext change.Evan Cheng2011-07-201-4/+3
* Match LLVM API change.Evan Cheng2011-07-201-1/+7
* Match createTargetMachine API change.Evan Cheng2011-07-191-0/+1
* MCContext now takes MCRegisterInfo.Evan Cheng2011-07-181-1/+6
* Match llvm API change.Evan Cheng2011-07-141-1/+2
* Match createCodeEmitter change.Evan Cheng2011-07-111-7/+11
* Unbreak -cc1as mode after MC subtarget changesJoerg Sonnenberger2011-07-101-0/+1
* createAsmParser API change.Evan Cheng2011-07-091-3/+6
* Update the creation of the TargetAsmParser based on API change in r134678.Chandler Carruth2011-07-081-1/+3
* 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
OpenPOWER on IntegriCloud