summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetSelect.h
Commit message (Expand)AuthorAge
* Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers.Daniel Dunbar2009-07-17
* Add explicit comment that clients can call target initialization functionsDaniel Dunbar2009-07-16
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Initialize the target info via the InitializeNativeTarget() hook.Daniel Dunbar2009-07-15
* Include Target specific Info initialization routine when initializing allDaniel Dunbar2009-07-15
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-23
* Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor2009-06-23
* Add a utility header that makes it easy to link in the right set Chris Lattner2009-06-17