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