summaryrefslogtreecommitdiff
path: root/include/llvm/Support/TargetRegistry.h
Commit message (Expand)AuthorAge
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-10
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Fix documentation: parameter being documented was removed in r98220.Dmitri Gribenko2012-09-13
* Fix Doxygen issues:Dmitri Gribenko2012-09-13
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-08
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-21
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24