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