summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetRegistry.h
Commit message (Expand)AuthorAge
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-08
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-26
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-25
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-22
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-08
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Add MCSubtargetInfo target registry stuff.Evan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Add MCInstrInfo registeration machinery.Evan Cheng2011-06-28
* - Add MCRegisterInfo registration machinery. Also added x86 registration rout...Evan Cheng2011-06-24
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-17
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-17
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-16
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Add registry hook for assembly text outputChe-Liang Chiou2010-11-08
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-19
* Currently, createMachOStreamer() is invoked directly in llvm-mc whichMatt Fleming2010-05-21
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-04
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-04
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-20
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-13
* Fix (unused) RegisterAsmBackend template, clang++ isn't happy about this.Daniel Dunbar2010-03-11
* MC: Provide the target triple to AsmBackend constructors.Daniel Dunbar2010-03-11
* MC: Sketch registry support for target specific assembler backends.Daniel Dunbar2010-02-21
* Formatting tweaks (trailing whitespace, ordering, comments).Daniel Dunbar2010-02-21
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-12
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-02
* allow registering target lexers.Chris Lattner2010-01-22
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Wire up the ARM MCInst printer, for llvm-mc.Daniel Dunbar2009-10-20
* remove a dead method.Chris Lattner2009-09-20