aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/TargetRegistry.h
AgeCommit message (Expand)Author
2013-07-09Prune some arch-specific MC InstPrinter (.s printing), from sandboxed transla...Jan Voung
2012-12-20Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-13Fix documentation: parameter being documented was removed in r98220.Dmitri Gribenko
2012-09-13Fix Doxygen issues:Dmitri Gribenko
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2012-05-08Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-02-21Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng