aboutsummaryrefslogtreecommitdiff
path: root/tools/driver/cc1as_main.cpp
AgeCommit message (Expand)Author
2013-03-27Update the error handing static functions for r178161.Chad Rosier
2013-01-17We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-18Add support for passing the main file name down to the assemblerEric Christopher
2012-12-17Fix PR14625 by teaching the driver to detect PWD for assembly files.Chandler Carruth
2012-12-04Sort #include lines for tools/...Chandler Carruth
2012-11-01Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-18Follow up on llvm r164132.Roman Divacky
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2012-04-02Fix build by passing in the needed variable after r153860.Bill Wendling
2012-03-05Add MCRegisterInfo to the MCInstPrinter factory function interface.Jim Grosbach
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith
2012-02-10Have the driver pass CPU and target feature information to cc1as.Jim Grosbach
2012-02-07Make use of const-correct ParseCommandLineOptionsDavid Blaikie
2012-02-02Pass the SourceMgr to the MCContext for cc1as.Jim Grosbach
2011-12-26driver: fix unused variable warningDylan Noblesmith
2011-12-23Let CompilerInvocation initialization indicate failureDylan Noblesmith
2011-12-22Last part of support for generating dwarf for assembly source files. This getsKevin Enderby
2011-11-01rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop
2011-10-17Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-07Fix up MCInstPrinter creation to take the new SubtargetInfo parameter (see LL...James Molloy
2011-08-24Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng
2011-08-16Update createMCAsmParser() to match r137735.Jim Grosbach
2011-07-26Assembler really doesn't need to create TargetMachine anymore.Evan Cheng
2011-07-26Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng
2011-07-26Rename createAsmParser to createMCAsmParser.Evan Cheng
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-25Assembler doesn't need to initialize TargetMachine's anymore.Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-22Match LLVM API change.Evan Cheng
2011-07-20Match MCContext change.Evan Cheng
2011-07-20Match LLVM API change.Evan Cheng
2011-07-19Match createTargetMachine API change.Evan Cheng
2011-07-18MCContext now takes MCRegisterInfo.Evan Cheng
2011-07-14Match llvm API change.Evan Cheng
2011-07-11Match createCodeEmitter change.Evan Cheng
2011-07-10Unbreak -cc1as mode after MC subtarget changesJoerg Sonnenberger
2011-07-09createAsmParser API change.Evan Cheng
2011-07-08Update the creation of the TargetAsmParser based on API change in r134678.Chandler Carruth
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-06-30createTargetMachine now takes a CPU string.Evan Cheng
2011-05-19Support -fatal-warnings for the assembler frontendJoerg Sonnenberger
2011-04-30Update API.Rafael Espindola
2011-03-28Frontend/cc1as: Add support for -L.Daniel Dunbar
2011-03-21Pass in the TargetMachine parameter to the inst printer.Bill Wendling
2011-01-23Add support for the --noexecstack option. Fixes PR8762.Rafael Espindola