1. aa08ea0 Change visibility of MipsAsmPrinter. by Akira Hatanaka · 14 years ago
  2. d3ac47f Reverse order of operands of address operand mem so that the base operand comes by Akira Hatanaka · 14 years ago
  3. e280519 Add missing return statement. by Akira Hatanaka · 14 years ago
  4. c4f24eb Improve Mips back-end's handling of DBG_VALUE. by Akira Hatanaka · 14 years ago
  5. 21afc63 Re-apply 132758 and 132768 which were speculatively reverted in 132777. by Akira Hatanaka · 14 years ago
  6. 6f3661f Speculatively revert 132758 and 132768 to try to fix the Windows buildbots. by Eric Christopher · 14 years ago
  7. c53cc48 Initial support for inline asm memory operand constraints. by Akira Hatanaka · 14 years ago
  8. d979686 This patch implements the thread local storage. Implemented are General by Bruno Cardoso Lopes · 14 years ago
  9. ce98deb Enable printing of immediates that do not fit in 16-bit. .cprestore can have by Akira Hatanaka · 14 years ago
  10. f8928c0 Fix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove functions and variables by Akira Hatanaka · 14 years ago
  11. 4552c9a Reverse unnecessary changes made in r129606 and r129608. There is no change in functionality. by Akira Hatanaka · 14 years ago
  12. 0bf3dfb Fix lines that have incorrect indentation or exceed 80 columns. There is no change in functionality. by Akira Hatanaka · 14 years ago
  13. dc1652f Insert space before ';' to prevent warnings. by Akira Hatanaka · 14 years ago
  14. e2e436a Simplifies logic for printing target flags. by Akira Hatanaka · 14 years ago
  15. a4485c4 Modifies MipsAsmPrinter::isBlockOnlyReachableByFallthrough so that it handles delay slots correctly. by Akira Hatanaka · 14 years ago
  16. ca8a2aa Lowers block address. Currently asserts when relocation model is not PIC. Patch by Akira Hatanaka by Bruno Cardoso Lopes · 14 years ago
  17. 81092dc Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira by Bruno Cardoso Lopes · 14 years ago
  18. 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
  19. ab8d53a Match a pattern generated by a dag combiner opt where: by Bruno Cardoso Lopes · 15 years ago
  20. d0c3817 Move hasFP() and few related hooks to TargetFrameInfo. by Anton Korobeynikov · 15 years ago
  21. 1139691 move all the target's asmprinters into the main target. The piece by Chris Lattner · 15 years ago[Renamed from lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp]
  22. 4677379 Fix PR7174, a couple o Mips fixes: by Bruno Cardoso Lopes · 15 years ago
  23. 42d075c Remove the TargetRegisterClass member from CalleeSavedInfo by Rafael Espindola · 15 years ago
  24. b92187a Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what by Bill Wendling · 15 years ago
  25. a00adba Use MachineOperand::is* predicates. by Devang Patel · 15 years ago
  26. 75e818a Disambiguate else. by Benjamin Kramer · 15 years ago
  27. 0bcbe0e prune some #includes. by Chris Lattner · 15 years ago
  28. b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
  29. 9d7efd3 mcize a bunch more stuff, using EmitRawText for things we by Chris Lattner · 15 years ago
  30. 7ad07c4 convert the non-MCInstPrinter'ized EmitInstruction by Chris Lattner · 15 years ago
  31. c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
  32. 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 15 years ago
  33. 1b2eb0e eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 15 years ago
  34. 11d53c1 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 15 years ago
  35. d62f1b4 inline GetGlobalValueSymbol into the rest its callers and remove it. by Chris Lattner · 15 years ago
  36. 8e089a9 print all the newlines at the end of instructions with by Chris Lattner · 16 years ago
  37. d1ff72b rejigger the world so that EmitInstruction prints the \n at by Chris Lattner · 16 years ago
  38. 56591ab refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 16 years ago
  39. a34103f convert the last 3 targets to use EmitFunctionBody() now that by Chris Lattner · 16 years ago
  40. 745ec06 Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). by Chris Lattner · 16 years ago
  41. 14c38ec Remove the argument from EmitJumpTableInfo, because it doesn't need it. by Chris Lattner · 16 years ago
  42. 5006071 switch mips to use the shared EmitFunctionHeader() function by Chris Lattner · 16 years ago
  43. f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
  44. 1e459c4 don't bother setting the AsmPrinter::MF ivar, now that by Chris Lattner · 16 years ago
  45. 44e8725 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 16 years ago
  46. 74bfe21 Now that we have everything nicely factored (e.g. asmprinter is not by Chris Lattner · 16 years ago
  47. 07c2bc0 simplify the mips target to print .size and .type for c strings by Chris Lattner · 16 years ago
  48. 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
  49. 1216441 MCize a bunch more stuff, eliminating a lot of uses of the mangler by Chris Lattner · 16 years ago
  50. 2045c47 - Add sugregister logic to handle f64=(f32,f32). by Bruno Cardoso Lopes · 16 years ago
  51. 1924aab by David Greene · 16 years ago
  52. 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  53. e3cc3f3 Instead of printing unnecessary basic block labels as labels in by Dan Gohman · 16 years ago
  54. af0e272 Update processDebugLoc() so that it can be used to process debug info before and after printing an instruction. by Devang Patel · 16 years ago
  55. b0fdedb Use MachineInstr as an processDebugLoc() argument. by Devang Patel · 16 years ago
  56. 812209a Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this by Bob Wilson · 16 years ago
  57. 762ccea remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 16 years ago
  58. d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 16 years ago
  59. 05af261 make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 16 years ago
  60. 70a54c0 replace printBasicBlockLabel with EmitBasicBlockStart, by Chris Lattner · 16 years ago
  61. 325d3dc convert some uses of printBasicBlockLabel to use GetMBBSymbol instead. by Chris Lattner · 16 years ago
  62. c5ea263 remove DebugLoc from MCInst and eliminate "Comment printing" from by Chris Lattner · 16 years ago
  63. c517cb0 Reapply 80278 by Bruno Cardoso Lopes · 16 years ago
  64. 0c80be5 Revert 80278 for now, it caused a lot of MIPS tests to fail by Bruno Cardoso Lopes · 16 years ago
  65. dcace5c Revamp our friend Mips :) by Bruno Cardoso Lopes · 16 years ago
  66. 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  67. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  68. 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
  69. a9ad041 This void is implicit in C++. by Dan Gohman · 16 years ago
  70. 41aefdc make printInstruction return void since its result is omitted. Make the by Chris Lattner · 16 years ago
  71. bccdcb1 Remove dead code. MDNode and MDString are not Constant anymore. by Devang Patel · 16 years ago
  72. c8bfb7a this really shouldn't switch sections without telling the asmprinter, but by Chris Lattner · 16 years ago
  73. e53a600 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 16 years ago
  74. 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
  75. f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  76. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  77. 40bbebd make AsmPrinter::doFinalization iterate over the global variables by Chris Lattner · 16 years ago
  78. b34e3a9 whitespace cleanups, make the MipsAsmPrinter::doInitialization by Chris Lattner · 16 years ago
  79. 90f8b70 Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the by Chris Lattner · 16 years ago
  80. 4cef584 Pass in the unfortunately named "LessPrivatePrefix" for the by Bill Wendling · 16 years ago
  81. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  82. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  83. f055229 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
  84. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  85. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  86. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  87. 7184781 by David Greene · 16 years ago
  88. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 16 years ago
  89. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  90. 192957d Revert r75615, which depended on 75610. by Daniel Dunbar · 16 years ago
  91. 481d15a eliminate extra space. by Torok Edwin · 16 years ago
  92. b09d2cc Rename getValueName -> getMangledName. by Chris Lattner · 16 years ago
  93. 1ca29d3 As Chris pointed out, this doesn't actually need an LLVMContext to operate. by Owen Anderson · 16 years ago
  94. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  95. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  96. dac237e Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
  97. 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 16 years ago
  98. 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  99. 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 16 years ago
  100. 0f05d22 Let's ignore MDStrings also! by Devang Patel · 16 years ago