1. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  2. 9a6cf91 Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  3. 2c30970 pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
  4. 67e5ea2 now that JumpTableDirective can differentate picness itself, MIPS TAI by Chris Lattner · 16 years ago
  5. 57c11da Remove -disable-mips-abicall and -enable-mips-absolute-call command-line by Eli Friedman · 16 years ago
  6. c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  7. 31b44e8 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  8. 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  9. 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  10. c151c51 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
  11. d97db68 Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
  12. 5302288 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
  13. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  14. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  15. 863e587 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  16. 6db8134 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  17. b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  18. a31f96c by David Greene · 16 years ago
  19. 75c12e1 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  20. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  21. ca52e86 fix a circular dependency between the mips code generator and its asmprinter. by Chris Lattner · 16 years ago
  22. 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  23. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
  24. 084669a Second attempt: by Bill Wendling · 17 years ago
  25. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
  26. d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
  27. 5e5a63c CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 17 years ago
  28. c5437ea Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
  29. ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  30. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  31. 233785d Fixed Bug 2751 http://llvm.org/bugs/show_bug.cgi?id=2751 by Bruno Cardoso Lopes · 17 years ago
  32. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  33. 4659aad Added support for fp callee saved registers. by Bruno Cardoso Lopes · 17 years ago
  34. 7d5d402 Fixed call stack alignment. Improved AsmPrinter alignment issues. by Bruno Cardoso Lopes · 17 years ago
  35. 80ab8f9 Added Subtarget support into RegisterInfo by Bruno Cardoso Lopes · 17 years ago
  36. c9c3f49 Several changes to Mips backend, experimental fp support being the most by Bruno Cardoso Lopes · 17 years ago
  37. 326a037 Some Mips minor fixes Added support for mips little endian arch => mipsel by Bruno Cardoso Lopes · 17 years ago
  38. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  39. 2457083 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 18 years ago
  40. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  41. 3e0d030 Added support for PIC code with "explicit relocations" *only*. by Bruno Cardoso Lopes · 18 years ago
  42. 35d86e6 Position Independent Code (PIC) support [2] by Bruno Cardoso Lopes · 18 years ago
  43. 4331883 Added method to get Mips register numbers by Bruno Cardoso Lopes · 18 years ago
  44. a746512 createMipsDelaySlotFillerPass added to mips codegen runtime by Bruno Cardoso Lopes · 18 years ago
  45. 77dbdca Now that stack is represented the right way, LOA starts at 0 by Bruno Cardoso Lopes · 18 years ago
  46. 517290a The various "getModuleMatchQuality" implementations should return by Chris Lattner · 18 years ago
  47. 35e43c4 Initial Mips support, here we go! =) by Bruno Cardoso Lopes · 18 years ago