1. 58957cd add support for the sparcv9-*-* target triple to turn on by Chris Lattner · 16 years ago
  2. 1b60b16 indicate what the native integer types for the target are. Please verify. by Chris Lattner · 16 years ago
  3. 621c44d Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  4. d88f9fd Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  5. d9236ec pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
  6. f5c2b85 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  7. b711cf0 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  8. 361da8a eliminate TargetMAchine argument to sparc TAI by Chris Lattner · 16 years ago
  9. c680b01 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  10. 0b0441e Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  11. f0cda48 Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
  12. b3cbc67 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
  13. fe5939f Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  14. 1721b8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  15. d10106b Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  16. 8ea7021 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  17. 6fa4f57 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  18. 302008d by David Greene · 16 years ago
  19. b10d222 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  20. ebbc1c4 Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  21. e880ec9 fix the sparc codegen to not depend on the sparc asmprinter. by Chris Lattner · 16 years ago
  22. 1dc5ff4 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  23. 5ed22ac Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  24. 58ed5d2 Second attempt: by Bill Wendling · 16 years ago
  25. f4d0c73 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  26. 11a01bf Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  27. 42ceb47 CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  28. 4f40531 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
  29. 4f01235 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  30. 669b9bf Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  31. f2b2957 Avoid creating two TargetLowering objects for each target. by Dan Gohman · 17 years ago
  32. 847b99b Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  33. db9a895 Switch Sparc to new section handling stuff. Refactor printing of module-level GVs significantly. by Anton Korobeynikov · 17 years ago
  34. 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  35. e34aa77 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 17 years ago
  36. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  37. 4c39f71 long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 18 years ago
  38. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago