aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/TargetRegistry.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-19/+23
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-81/+120
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-30/+41
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-15/+7
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+18
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-41/+44
* Update to LLVM 3.5a.Stephen Hines2014-04-241-26/+16
* Allow repeated registration again.Rafael Espindola2013-10-161-17/+0
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-62/+50
* Remove dead code.Rafael Espindola2013-10-141-21/+0
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-10/+22
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-5/+8
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-5/+8
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-101-10/+11
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-4/+56
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-0/+34
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+6
* Remove unused argument.Rafael Espindola2013-05-101-5/+4
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-201-56/+0
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-5/+8
* Fix documentation: parameter being documented was removed in r98220.Dmitri Gribenko2012-09-131-1/+0
* Fix Doxygen issues:Dmitri Gribenko2012-09-131-16/+16
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-1/+4
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-081-0/+15
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-1/+3
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+3
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-3/+7
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-14/+19
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-1/+4
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-6/+9
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-0/+1121