Add an option that allows one to "decode" the LSDA.
[oota-llvm.git] / include / llvm / Target / TargetRegistry.h
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-05-21 Matt FlemingCurrently, createMachOStreamer() is invoked directly...
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-11 Daniel DunbarFix (unused) RegisterAsmBackend template, clang++ isn...
2010-03-11 Daniel DunbarMC: Provide the target triple to AsmBackend constructors.
2010-02-21 Daniel DunbarMC: Sketch registry support for target specific assembl...
2010-02-21 Daniel DunbarFormatting tweaks (trailing whitespace, ordering, comme...
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-01-22 Chris Lattnerallow registering target lexers.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-20 Daniel DunbarWire up the ARM MCInst printer, for llvm-mc.
2009-09-20 Chris Lattnerremove a dead method.
2009-09-20 Chris Lattneradd a helper method.
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-04 Benjamin KramerRemove an unneeded call to c_str().
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Daniel Dunbarllvm-mc: Add dummy MCStreamer implementation, (eventual...
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-04 Daniel DunbarRemove unused function.
2009-08-04 Daniel DunbarRemove now unused Module argument to createTargetMachine.
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-18 Daniel DunbarAdd some missing includes.
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-16 Daniel DunbarFix gcc 4.0 build failure, can't rely on access inside...
2009-07-16 Daniel DunbarAdd registered target list to --version output.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarKill off unused TargetMachineRegistry methods and ivars.
2009-07-15 Daniel DunbarMigrate llc and the JIT to using the TargetRegistry...
2009-07-15 Daniel DunbarAllow multiple registrations of the same target.
2009-07-15 Daniel DunbarReimplement TargetMachineRegistry in terms of TargetReg...
2009-07-15 Daniel DunbarMark Target's creation routines as const.
2009-07-15 Daniel DunbarFix thinko
2009-07-15 Daniel DunbarAddress some review comments on TargetRegistry.
2009-07-15 Daniel DunbarAdd new TargetRegistry.