- 1b60b16 indicate what the native integer types for the target are. Please verify. by Chris Lattner · 16 years ago
- 621c44d Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- 7f88d0d Reapply pieces of 78914 reverted in 78916, this has been fixed. by Daniel Dunbar · 16 years ago
- 71322a6 Revert r78914, as it was breaking the build. by Owen Anderson · 16 years ago
- 8aae07e Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. by Sanjiv Gupta · 16 years ago
- d88f9fd Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
- d9236ec pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
- 0e758c8 Run memsel inserter just before emit assembly to avoid tinkering by other passes. by Sanjiv Gupta · 16 years ago
- f5c2b85 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
- b711cf0 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
- 055f686 PIC16 TAI doesn't need TM by Chris Lattner · 16 years ago
- c680b01 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
- 0b0441e Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
- bf79dcb Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
- f0cda48 Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
- 946686a Register AsmPrinter for XCore, MSP430, and PIC16 targets. by Daniel Dunbar · 16 years ago
- fe5939f Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
- 1721b8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
- 8ea7021 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
- 6fa4f57 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
- 302008d by David Greene · 16 years ago
- b10d222 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
- ebbc1c4 Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
- 1dc5ff4 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
- bb4a5c7 Emit banksel and movlp instructions. by Sanjiv Gupta · 16 years ago
- 5ed22ac Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
- 58ed5d2 Second attempt: by Bill Wendling · 16 years ago
- f4d0c73 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
- 11a01bf Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
- 42ceb47 CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
- 4f40531 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
- c7c3af4 Cosmetic. by Evan Cheng · 17 years ago
- 085ae4f Added a more function PIC16 backend. However to get this working a patch in by Sanjiv Gupta · 17 years ago
- 4f01235 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
- 3f83d3f mark some targets as experimental. Andrew, if you think that Alpha is by Chris Lattner · 17 years ago
- 669b9bf Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
- 847b99b Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
- 1f7b12b Detabification. Fixed indentation and spacing. by Sanjiv Gupta · 17 years ago
- 09bb420 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 17 years ago