| Age | Commit message (Expand) | Author |
| 2010-08-08 | Fix PR7809 by creating a header for just llvm variables that can be | Eric Christopher |
| 2010-08-05 | Revert my last commit, apparently it's a runtime issue. | Eric Christopher |
| 2010-08-05 | Remove unnecessary include. | Eric Christopher |
| 2010-08-03 | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" | Daniel Dunbar |
| 2010-08-01 | Targets: Add InitializeNativeTargetAsmPrinter(), patch by Jan Sjodin, although | Daniel Dunbar |
| 2009-11-25 | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar |
| 2009-07-17 | Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers. | Daniel Dunbar |
| 2009-07-16 | Add explicit comment that clients can call target initialization functions | Daniel Dunbar |
| 2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
| 2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
| 2009-07-15 | Initialize the target info via the InitializeNativeTarget() hook. | Daniel Dunbar |
| 2009-07-15 | Include Target specific Info initialization routine when initializing all | Daniel Dunbar |
| 2009-06-23 | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson |
| 2009-06-23 | Work around build problem with OpenJDK, which defines X86 as a | Douglas Gregor |
| 2009-06-17 | Add a utility header that makes it easy to link in the right set | Chris Lattner |