1. 0c439eb Eliminate target hook IsEligibleForTailCallOptimization. by Evan Cheng · 15 years ago
  2. a3e8883 pull linkage emission code out to a new EmitLinkage function. by Chris Lattner · 15 years ago
  3. 5c86974 remove a noop function. by Chris Lattner · 15 years ago
  4. 43cda02 Fix inline cost predictions with SCIENCE. by Jakob Stoklund Olesen · 15 years ago
  5. b11caed now that enough stuff is constified, move function header printing by Chris Lattner · 15 years ago
  6. eec791a constify a bunch of dwarf stuff now that the registerinfo method is constified. by Chris Lattner · 15 years ago
  7. 30c6b75 constify a method argument. by Chris Lattner · 15 years ago
  8. 330186e Before existing NamedMDNode entry in the symbol table, remove any existing entry with the same name. by Devang Patel · 15 years ago
  9. 976ac62 Remve unnecessary include. by Devang Patel · 15 years ago
  10. 0fd7f9d Add extra element to composite type. This new element will be used to record c++ class that holds current class's vtable. by Devang Patel · 15 years ago
  11. cee6332 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 15 years ago
  12. 2e2563b Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. by Rafael Espindola · 15 years ago
  13. 6a315c3 eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform that has it. by Chris Lattner · 15 years ago
  14. b06f3ad Tweak the way appendModuleInlineAsm works, so you aren't obliged by Duncan Sands · 15 years ago
  15. 871384f Regenerate configure. by Torok Edwin · 15 years ago
  16. ee49ad7 Remove warning about non return on a non-void function. by Bill Wendling · 15 years ago
  17. f1214cb eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is by Chris Lattner · 15 years ago
  18. 3b131d7 Now that printPICJumpTableSetLabel is not overloaded, by Chris Lattner · 15 years ago
  19. 589c6f6 Move getJTISymbol from MachineJumpTableInfo to MachineFunction, by Chris Lattner · 15 years ago
  20. beeb93e add a new MachineJumpTableInfo::getJTISymbol method, by Chris Lattner · 15 years ago
  21. 13e97a2 stub out a new target hook, need some refactoring before I can implement it. by Chris Lattner · 15 years ago
  22. 6bf1def rename printPICJumpTableEntry -> EmitJumpTableEntry, by Chris Lattner · 15 years ago
  23. f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 15 years ago
  24. b84822f make MachineFunction keep track of its ID and make by Chris Lattner · 15 years ago
  25. b8da4ac this hook should be const. by Chris Lattner · 15 years ago
  26. 85fe078 Add support for target-specific 32-bit custom-lowered jump table entries. by Chris Lattner · 15 years ago
  27. e685f23 Add MDNode::getIfExists(), an efficient way to determine if a value is used by metadata (since metadata does not appear in a value's use list) by Victor Hernandez · 15 years ago
  28. 071c62f Rearrange handling of jump tables. Highlights: by Chris Lattner · 15 years ago
  29. da63b3a add a method to get the alignment of an integer type even by Chris Lattner · 15 years ago
  30. 44e8725 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 15 years ago
  31. 718fb59 mcstreamerize gprel32 emission. by Chris Lattner · 15 years ago
  32. 798d125 handle the _set_ symbol with an MCSymbol. by Chris Lattner · 15 years ago
  33. 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 15 years ago
  34. cba386c remove JumpTableDirective, it is always null. by Chris Lattner · 15 years ago
  35. bfcb096 sink an arm specific method out of asmprinter into the ARMAsmPrinter and by Chris Lattner · 15 years ago
  36. a6594fc mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 15 years ago
  37. ed0ab15 add symbol attribute support for the ELF .type directive. by Chris Lattner · 15 years ago
  38. 0327429 Change Value::getUnderlyingObject to have the MaxLookup value specified as a by Bob Wilson · 15 years ago
  39. 99328ad emit the .size directive for global variables on ELF through mcstreamer. by Chris Lattner · 15 years ago
  40. 6559d76 all supported target now have aligned common support. by Chris Lattner · 15 years ago
  41. abb992d change the canonical form of "cond ? -1 : 0" to be by Chris Lattner · 15 years ago
  42. 187361b Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 15 years ago
  43. 9eb158d mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 15 years ago
  44. f9f93e4 resolve a fixme: the "nonexecutable stack directive" is actually by Chris Lattner · 15 years ago
  45. 152a29b mcize visibility directives. by Chris Lattner · 15 years ago
  46. a5ad93a move the various directive enums out of the MCStreamer class by Chris Lattner · 15 years ago
  47. 52492ac Change constantexpr global variable initializers to convert the constants by Chris Lattner · 15 years ago
  48. 3a9be0e mcstreamerize .no_dead_strip and .reference for static ctors/dtors. by Chris Lattner · 15 years ago
  49. 3924868 mcize jump table and constant pool entry labels, .local on elf, by Chris Lattner · 15 years ago
  50. 05f8453 emit .ascii and .asciz through MCStreamer. by Chris Lattner · 15 years ago
  51. 4cf202b remove one form of EmitString, just use EmitBytes instead. We must by Chris Lattner · 15 years ago
  52. 2e36993 Avoid using "Type" as the variable name. by Devang Patel · 15 years ago
  53. faca549 move "EOL" from asmprinter to dwarfprinter. It should eventually by Chris Lattner · 15 years ago
  54. 894d75a move uleb printing from asmprinter to dwarfprinter, mcize, by Chris Lattner · 15 years ago
  55. bb9078a move sleb printing out of asmprinter into dwarf printer, make clients by Chris Lattner · 15 years ago
  56. bc5201f Remove MetadataBase class because it is not adding significant value. by Devang Patel · 15 years ago
  57. 5d74e1f Added a Register token to AsmToken and the appropriate by Sean Callanan · 15 years ago
  58. 5635156 Filled out the skeleton of the TargetAsmLexer to behave by Sean Callanan · 15 years ago
  59. 0ad9c91 inline away the trivial AsmPrinter::EOL() method. by Chris Lattner · 15 years ago
  60. 0595324 inline AsmPrinter::PrintHex into its two trivial callers. by Chris Lattner · 15 years ago
  61. 523a508 change this to be a static function instead of a method on asmprinter. by Chris Lattner · 15 years ago
  62. 14ca177 Changes to fix buffering that I forgot to commit with previous patch. by Chris Lattner · 15 years ago
  63. 0fd90fd Convert some more random-comment-printing stuff to use by Chris Lattner · 15 years ago
  64. d79d9dc add a new MCAsmStreamer::GetCommentOS method to simplify stuff by Chris Lattner · 15 years ago
  65. d32c7cf rename addComment -> AddComment for consistency. by Chris Lattner · 15 years ago
  66. a46918d Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 15 years ago
  67. 86e2211 Add the ability for MCStreamer to emit comments on the same line as directives. by Chris Lattner · 15 years ago
  68. 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 15 years ago
  69. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  70. 6eeb734 give PassNameParser a home. by Chris Lattner · 15 years ago
  71. 36fe198 add an out-of-line virtual method to CmpInst to give it a home. by Chris Lattner · 15 years ago
  72. 476e9bd elimiante the dynamic_cast's from opt. by Chris Lattner · 15 years ago
  73. 3660eca eliminate a bunch of dynamic_cast's. by Chris Lattner · 15 years ago
  74. 5e664b8 eliminate a bunch of dynamic_cast's. by Chris Lattner · 15 years ago
  75. 96dc115 Add two target hooks to determine whether two loads are near and should be scheduled together. by Evan Cheng · 15 years ago
  76. cf220d5 Add DenseMapInfo for signed long long. by Evan Cheng · 15 years ago
  77. be343b3 move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 15 years ago
  78. c6ef277 create a new MCParser library and move some stuff into it. by Chris Lattner · 15 years ago
  79. a27f64f allow registering target lexers. by Chris Lattner · 15 years ago
  80. af0d301 stub out a new TargetAsmLexer interface. by Chris Lattner · 15 years ago
  81. 7979b72 Revert LoopStrengthReduce.cpp to pre-r94061 for now. by Dan Gohman · 15 years ago
  82. 3ec68f9 Store flags in bitfields instead of masking them into the pointer for the left child. This leads to some nice conceptually cleanups. by Ted Kremenek · 15 years ago
  83. 8767d32 Tidy up assertion syntax. No functionality change. by Ted Kremenek · 15 years ago
  84. 6c146ee DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up looking for them in use iterations and remove OnlyUsedByDbgInfoIntrinsics() by Victor Hernandez · 15 years ago
  85. f38a33c back this out for now. Growing Function is not good. by Jim Grosbach · 15 years ago
  86. 629bff6 struct/class mismatch. by Benjamin Kramer · 15 years ago
  87. 1548b86 remove a couple of asserts that use RTTI. by Chris Lattner · 15 years ago
  88. a10756e Re-implement the main strength-reduction portion of LoopStrengthReduction. by Dan Gohman · 15 years ago
  89. ac8b4bf eliminate dynamic_cast from the pass manager. by Chris Lattner · 15 years ago
  90. d0a0c38 Make sure that landing pad entries in the EH call site table are in the proper by Jim Grosbach · 15 years ago
  91. 79036e4 Modified MCAsmLexer to return error information upward by Sean Callanan · 15 years ago
  92. 73e884b make findDebugLoc a class method by Dale Johannesen · 15 years ago
  93. cf495bc by David Greene · 15 years ago
  94. 2033097 add some new methods to adjust this pointers. Not used yet. by Chris Lattner · 15 years ago
  95. 61186cd add a helper method. by Chris Lattner · 15 years ago
  96. f8526cb Move per-function inline threshold calculation to a method. by Jakob Stoklund Olesen · 15 years ago
  97. ea3cb40 inline and radically simplify printDataDirective. It will eventually by Chris Lattner · 15 years ago
  98. 2dd245c signficant cleanups to EmitGlobalConstant (including streamerization by Chris Lattner · 15 years ago
  99. 1658202 give createAsmStreamer an 'isLittleEndian' argument. by Chris Lattner · 15 years ago
  100. 8eeba35 revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 15 years ago