1. 29e9daa Fix Mips PR7473. Patch by stetorvs@gmail.com by Bruno Cardoso Lopes · 15 years ago
  2. 78e6e00 Remove the isMoveInstr() hook. by Jakob Stoklund Olesen · 15 years ago
  3. 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 15 years ago
  4. 600f171 RISC architectures get their memory operand folding for free. by Jakob Stoklund Olesen · 15 years ago
  5. 273c14f Replace copyRegToReg with copyPhysReg for Mips. by Jakob Stoklund Olesen · 15 years ago
  6. 3ecf1f0 Use COPY in targets by Jakob Stoklund Olesen · 15 years ago
  7. c940365 Split the SDValue out of OutputArg so that SelectionDAG-independent by Dan Gohman · 15 years ago
  8. 0d881da Propagate debug loc. by Devang Patel · 15 years ago
  9. 14152b4 Reapply r107655 with fixes; insert the pseudo instruction into by Dan Gohman · 15 years ago
  10. 258c58c Revert r107655. by Dan Gohman · 15 years ago
  11. b81c771 Fix a bunch of custom-inserter functions to handle the case where by Dan Gohman · 15 years ago
  12. ed2ae13 Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill slots so it's always false. by Evan Cheng · 15 years ago
  13. c452d79 Remove isTwoAddress from Mips. by Eric Christopher · 15 years ago
  14. 3bf9125 Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This by Stuart Hastings · 15 years ago
  15. 42d075c Remove the TargetRegisterClass member from CalleeSavedInfo by Rafael Espindola · 15 years ago
  16. 6f07bd6 cleanup by Rafael Espindola · 15 years ago
  17. ca561ff Replace the SubRegSet tablegen class with a less error-prone mechanism. by Jakob Stoklund Olesen · 15 years ago
  18. b555609 Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." by Jakob Stoklund Olesen · 15 years ago
  19. 6a45d68 Replace the SubRegSet tablegen class with a less error-prone mechanism. by Jakob Stoklund Olesen · 15 years ago
  20. 4fda967 Remove NumberHack entirely. by Jakob Stoklund Olesen · 15 years ago
  21. 33276d9 Switch SubRegSet to using symbolic SubRegIndices by Jakob Stoklund Olesen · 15 years ago
  22. 09bc029 Replace the tablegen RegisterClass field SubRegClassList with an alist-like data by Jakob Stoklund Olesen · 15 years ago
  23. fff916a SubRegIndex'ize Mips by Jakob Stoklund Olesen · 15 years ago
  24. b92187a Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what by Bill Wendling · 15 years ago
  25. ff7a562 Implement a bunch more TargetSelectionDAGInfo infrastructure. by Dan Gohman · 15 years ago
  26. 34dcc6f Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it by Dan Gohman · 15 years ago
  27. 746ad69 Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. by Evan Cheng · 15 years ago
  28. 9f2cda7 No-ops emitted for scheduling don't correspond with anything in the by Dan Gohman · 15 years ago
  29. 241d3fe fix some inconsistent line endings, patch by Jakub Staszak! by Chris Lattner · 15 years ago
  30. af1d8ca Get rid of the EdgeMapping map. Instead, just check for BasicBlock by Dan Gohman · 15 years ago
  31. a00adba Use MachineOperand::is* predicates. by Devang Patel · 15 years ago
  32. e566763 Implement -disable-non-leaf-fp-elim which disable frame pointer elimination by Evan Cheng · 15 years ago
  33. 928eb49 Make processor FUs unique for given itinerary. This extends the limit of 32 by Anton Korobeynikov · 15 years ago
  34. d858e90 Use const qualifiers with TargetLowering. This eliminates several by Dan Gohman · 15 years ago
  35. 1e93df6 Move per-function state out of TargetLowering subclasses and into by Dan Gohman · 15 years ago
  36. 53c5e42 Add skeleton target-specific SelectionDAGInfo files. by Dan Gohman · 15 years ago
  37. 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
  38. 287df1b delete a forwarding function. by Chris Lattner · 15 years ago
  39. e3a601b add newlines at end of files. by Chris Lattner · 15 years ago
  40. 75e818a Disambiguate else. by Benjamin Kramer · 15 years ago
  41. 0bcbe0e prune some #includes. by Chris Lattner · 15 years ago
  42. fddb766 Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. by Jakob Stoklund Olesen · 15 years ago
  43. b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
  44. 9d7efd3 mcize a bunch more stuff, using EmitRawText for things we by Chris Lattner · 15 years ago
  45. 7ad07c4 convert the non-MCInstPrinter'ized EmitInstruction by Chris Lattner · 15 years ago
  46. c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
  47. 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 15 years ago
  48. c7f3ace use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() by Chris Lattner · 15 years ago
  49. 93d6a7e Teach AnalyzeBranch, RemoveBranch and the branch by Dale Johannesen · 15 years ago
  50. af8752e the FPCmp node returns an i32. by Chris Lattner · 15 years ago
  51. 60e9eac set SDNPVariadic on nodes throughout the rest of the targets that need them. by Chris Lattner · 15 years ago
  52. 1b2eb0e eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 15 years ago
  53. 11d53c1 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 15 years ago
  54. 150ae11 Fix LLVM build when the user specifies CPPFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
  55. d62f1b4 inline GetGlobalValueSymbol into the rest its callers and remove it. by Chris Lattner · 15 years ago
  56. dff4b4c Change the Value argument to eliminateFrameIndex to a type-tagged value. This by Jim Grosbach · 15 years ago
  57. 7c306da Sink InstructionSelect() out of each target into SDISel, and rename it by Chris Lattner · 15 years ago
  58. e0d2753 remove redundant instruction. by Chris Lattner · 15 years ago
  59. de12e43 Remember to define super registers in mips calls. by Jakob Stoklund Olesen · 15 years ago
  60. 362dd0b Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 15 years ago
  61. f6fa186 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  62. eb079a3 mark "addr" as having type "iPTR", eliminating some type comparisons by Chris Lattner · 15 years ago
  63. 8e089a9 print all the newlines at the end of instructions with by Chris Lattner · 16 years ago
  64. 518bb53 move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
  65. 6059b85 Add suport for VASTART on Mips. by Bruno Cardoso Lopes · 16 years ago
  66. b37a742 First step towards varargs support in Mips: by Bruno Cardoso Lopes · 16 years ago
  67. d1ff72b rejigger the world so that EmitInstruction prints the \n at by Chris Lattner · 16 years ago
  68. 022d9e1 Revert 95130. by Evan Cheng · 16 years ago
  69. 56591ab refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 16 years ago
  70. 9426196 Pass callsite return type to TargetLowering::LowerCall and use that to check sibcall eligibility. by Evan Cheng · 16 years ago
  71. 9a720b0 MulOp is actually a Mips specific node, so do the match using Opcode. This fixes PR6192 by Bruno Cardoso Lopes · 16 years ago
  72. bdef66b Fix stack size bug while using o32 abi by Bruno Cardoso Lopes · 16 years ago
  73. 3ed6f87 Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the right reload order by Bruno Cardoso Lopes · 16 years ago
  74. 5e19460 Fix mov.d out register by using the FFR register class directly by Bruno Cardoso Lopes · 16 years ago
  75. a34103f convert the last 3 targets to use EmitFunctionBody() now that by Chris Lattner · 16 years ago
  76. 745ec06 Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). by Chris Lattner · 16 years ago
  77. 14c38ec Remove the argument from EmitJumpTableInfo, because it doesn't need it. by Chris Lattner · 16 years ago
  78. 5006071 switch mips to use the shared EmitFunctionHeader() function by Chris Lattner · 16 years ago
  79. 0c439eb Eliminate target hook IsEligibleForTailCallOptimization. by Evan Cheng · 16 years ago
  80. cee6332 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 16 years ago
  81. f1214cb eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is by Chris Lattner · 16 years ago
  82. f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
  83. 1e459c4 don't bother setting the AsmPrinter::MF ivar, now that by Chris Lattner · 16 years ago
  84. 44e8725 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 16 years ago
  85. 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 16 years ago
  86. 6c23b1f don't set value to its default. by Chris Lattner · 16 years ago
  87. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 16 years ago
  88. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 16 years ago
  89. f958dd2 reduce redundant are's. by Chris Lattner · 16 years ago
  90. 8eeba35 revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 16 years ago
  91. c7b8814 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 16 years ago
  92. 8c5ee71 Fix a bug introduced on r92564 where the name "Node" was already in use by Mips. by Bruno Cardoso Lopes · 16 years ago
  93. 9201b10 On pic function calls some arguments were marked dead and by Bruno Cardoso Lopes · 16 years ago
  94. ea98278 load f64 +0.0 in a cleaner way. This fix part of PR5445 by Bruno Cardoso Lopes · 16 years ago
  95. e5ebd5f Fix return registers for mips eabi by Bruno Cardoso Lopes · 16 years ago
  96. 74bfe21 Now that we have everything nicely factored (e.g. asmprinter is not by Chris Lattner · 16 years ago
  97. 07c2bc0 simplify the mips target to print .size and .type for c strings by Chris Lattner · 16 years ago
  98. 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
  99. 1216441 MCize a bunch more stuff, eliminating a lot of uses of the mangler by Chris Lattner · 16 years ago
  100. eeb3a00 Change SelectCode's argument from SDValue to SDNode *, to make it more by Dan Gohman · 16 years ago