Age | Commit message (Expand) | Author |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-07-22 | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng |
2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng |
2011-07-14 | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng |
2011-07-11 | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng |
2011-07-09 | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng |
2011-03-09 | Add InitializeNativeAsmParser function. | Jan Sjödin |
2010-08-30 | Fix LLVM target initialization to deal with sociopathic outside projects | Eric Christopher |
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 |