summaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetRegistry.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function.Daniel Dunbar2009-08-041-5/+0
* Remove now unused Module argument to createTargetMachine.Daniel Dunbar2009-08-041-25/+8
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-8/+1
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-3/+15
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-021-0/+16
* Provide generic MCAsmParser when constructing target specific parsers.Daniel Dunbar2009-07-281-9/+15
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-261-12/+12
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-261-12/+0
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-14/+17
* Simplify JIT target selection.Daniel Dunbar2009-07-251-11/+10
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-0/+95
* Add some missing includes.Daniel Dunbar2009-07-181-1/+1
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-4/+36
* Fix gcc 4.0 build failure, can't rely on access inside nested friended class.Daniel Dunbar2009-07-161-1/+4
* Add registered target list to --version output.Daniel Dunbar2009-07-161-0/+47
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-5/+11
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-11/+5
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-151-2/+3
* Kill off unused TargetMachineRegistry methods and ivars.Daniel Dunbar2009-07-151-2/+0
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-151-0/+4
* Allow multiple registrations of the same target.Daniel Dunbar2009-07-151-1/+2
* Reimplement TargetMachineRegistry in terms of TargetRegistry.Daniel Dunbar2009-07-151-0/+2
* Mark Target's creation routines as const.Daniel Dunbar2009-07-151-2/+2
* Fix thinkoDaniel Dunbar2009-07-151-1/+1
* Address some review comments on TargetRegistry.Daniel Dunbar2009-07-151-2/+18
* Add new TargetRegistry.Daniel Dunbar2009-07-151-0/+179