1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. 0fbd914 Fix the spelling of the word `the' by Misha Brukman · 19 years ago
  3. 31ab1b3 Print the module ID as a comment. by Chris Lattner · 19 years ago
  4. aab1820 Fix some problems where the verifier would crash on invalid input instead of by Chris Lattner · 19 years ago
  5. fe0343a Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.ll by Chris Lattner · 20 years ago
  6. 5c46140 Update for API change. by Chris Lattner · 20 years ago
  7. 71d94d1 To not break TBAA rules, use a union. by Chris Lattner · 20 years ago
  8. 9913e59 Fix writer to properly quote label names when they don't contain by Alkis Evlogimenos · 20 years ago
  9. 333529e When printing out a function, make sure that local and global symbols by Chris Lattner · 20 years ago
  10. f771bea Remove extra space char by Misha Brukman · 20 years ago
  11. 3c8f2c6 GhostLinkage not allowed in LLVM AsmWriter, either by Misha Brukman · 20 years ago
  12. b976e66 Add support for undef and unreachable by Chris Lattner · 20 years ago
  13. 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 20 years ago
  14. 44da7d7 Don't print newlines between passes in the pass list. by Chris Lattner · 20 years ago
  15. cfe97b7 Don't print newlines between each library in the deplibs list. by Chris Lattner · 20 years ago
  16. e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 20 years ago
  17. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  18. 1390103 Add an assert to cature null Operands. It is better to catch it here than by Reid Spencer · 20 years ago
  19. 5527c0b Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.ll by Reid Spencer · 20 years ago
  20. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
  21. 28531c7 Fix PR422. by Reid Spencer · 20 years ago
  22. 4433629 Fix #includes of i*.h files => Instructions.h as per PR403 by Misha Brukman · 20 years ago
  23. cddc86f Avoid use of size(), which counts, in favor of other mechanisms. by Reid Spencer · 20 years ago
  24. c9a1f0d Adjust to new Module.h interface for dependent libraries by Reid Spencer · 20 years ago
  25. 83f6a77 bug 263: Add ability to write target triple and dependent libraries information. by Reid Spencer · 20 years ago
  26. acc9280 Shrink some code. by Reid Spencer · 20 years ago
  27. 7970396 bug 122: by Reid Spencer · 20 years ago
  28. 0a8e8e1 Fixes for PR341 by Chris Lattner · 20 years ago
  29. 144d9ba Make Argument::print more resilient to non-verifiable IR by Chris Lattner · 20 years ago
  30. 0e25e1c Adjust the slot machine to handle Types separately from Values. This was by Reid Spencer · 20 years ago
  31. fae098a Don't call getValueType directly. the LLVM optimizer will turn it into the same code anyway :) by Chris Lattner · 20 years ago
  32. 0313e0b Use a reference instead of a pointer for the ostream. The pointer was only by Misha Brukman · 20 years ago
  33. a8abee2 Fix printing of Argument objects, problem found by Patrick Meredith by Chris Lattner · 20 years ago
  34. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  35. d1cd328 Do not dereference end iterators. It's really bad for the asmwriter's health. by Chris Lattner · 20 years ago
  36. e9e326e Tolerate more errors by Chris Lattner · 20 years ago
  37. 6956645 Make the asmwriter much more tolerant of errors (which are common when working by Chris Lattner · 20 years ago
  38. fc621e2 Made it possible for the printInfoComment method to invoke getSlot in by Reid Spencer · 20 years ago
  39. 54e3e8f Squelch a warning by Chris Lattner · 20 years ago
  40. 40c732c * No more CachedWriter::setStream() by Misha Brukman · 20 years ago
  41. 4ff620a Modified calcTypeName() so that it does not allocate a std::string for by John Criswell · 20 years ago
  42. 73b7495 Clean up a comment. by Reid Spencer · 20 years ago
  43. b03de0c Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy by Reid Spencer · 20 years ago
  44. 0d1b77e Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by by Reid Spencer · 20 years ago
  45. fa452c0 Document a couple functions. by Reid Spencer · 20 years ago
  46. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 20 years ago
  47. e5242de class AssemblyWriter: by Misha Brukman · 20 years ago
  48. 5cf1acf * Add ability to print out type as symbolic by Misha Brukman · 20 years ago
  49. cfdd148 Print select instructions correctly by Chris Lattner · 20 years ago
  50. 9f717ef Adjust to new interface by Chris Lattner · 20 years ago
  51. ab5c600 Doxygenify comments. by Misha Brukman · 20 years ago
  52. 9d0802e * If a badref has a name, print it out for ease of debugging by Misha Brukman · 20 years ago
  53. de512b5 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 20 years ago
  54. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 21 years ago
  55. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  56. a306d37 vi failed me again. :) by Chris Lattner · 21 years ago
  57. f37a426 Rename the invoke 'except' destination to the 'unwind' destination by Chris Lattner · 21 years ago
  58. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  59. f2d577b SlotCalculator.h moved by Chris Lattner · 21 years ago
  60. 2ff95b6 Eliminate special case handling for CPR's by Chris Lattner · 21 years ago
  61. 8ce7501 The only clients of the slot calculator are now the asmwriter and bcwriter. by Chris Lattner · 21 years ago
  62. 31f8499 Finegrainify namespacification by Chris Lattner · 21 years ago
  63. 4e4d862 Don't crash if we are printing an orphaned basic block! by Chris Lattner · 21 years ago
  64. 41495a2 Be a bit more tolerant of broken code by Chris Lattner · 21 years ago
  65. cd4a398 When you hand WriteAsOperand a type, it now prints out its symbolic name. by Brian Gaeke · 21 years ago
  66. 40efcec Don't print 'No predecessors!' on the entry block by Chris Lattner · 21 years ago
  67. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  68. 54baafd Add an assertion by Chris Lattner · 21 years ago
  69. 95e5a2c Make use of the new AssemblyAnnotationWriter interface by Chris Lattner · 21 years ago
  70. 88c1738 Print the names of more opaque types by Chris Lattner · 21 years ago
  71. daf2a49 Make sure to print opaque types names if they are available. by Chris Lattner · 21 years ago
  72. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  73. 4d45bd0 Add support for the new varargs intrinsics and instructions by Chris Lattner · 21 years ago
  74. 6059638 Eliminate some extraneous code in SlotCalculator::insertVal(). by Alkis Evlogimenos · 21 years ago
  75. 72ac148d Add support for 'weak' linkage. by Chris Lattner · 21 years ago
  76. 6b63452 Fix spelling/grammar. by Misha Brukman · 21 years ago
  77. e5e475e Add support for volatile loads/stores by Chris Lattner · 21 years ago
  78. b8565e3 Fix bug where we couldn't print a function without a name by Chris Lattner · 21 years ago
  79. eb5d3a1 Support new 'any' support for pointer size and endianness by Chris Lattner · 21 years ago
  80. 24b8a5d If an "LLVM name" has wierd characters in it, print it out in double quotes instead of prefixing it with % by Chris Lattner · 21 years ago
  81. 7a01229 Implement TODO: print out short form of Invoke if possible by Chris Lattner · 21 years ago
  82. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 21 years ago
  83. c07736a Simplify code by using ConstantInt::getRawValue instead of checking to see by Chris Lattner · 21 years ago
  84. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  85. e9a64ea Avoid printing out huge structures or arrays if they are just filled with zeros by Chris Lattner · 21 years ago
  86. b471a23 lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here by Brian Gaeke · 21 years ago
  87. 26c6915 Don't print out unique identifier for opaque types by Chris Lattner · 21 years ago
  88. 9e094c4 Print opaque types by Chris Lattner · 21 years ago
  89. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 21 years ago
  90. 7b13f56 Remove using declarations by Chris Lattner · 21 years ago
  91. 61a909a Emit information about target by Chris Lattner · 21 years ago
  92. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  93. ffd9bf4 Improve the efficiency and cleanup writing a bit by Chris Lattner · 21 years ago
  94. 38d8773 Clean up cruft by Chris Lattner · 21 years ago
  95. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  96. 69da5cf - Change Function's so that their argument list is populated when they are by Chris Lattner · 22 years ago
  97. 0c5e362 Global variables are now external if they don't have initializers, not by Chris Lattner · 22 years ago
  98. 061269b - Print the predecessors of a basic block instead of the number of uses of by Chris Lattner · 22 years ago
  99. 3bc06b3 Add support for printing constpointerrefs more nicely by Chris Lattner · 22 years ago
  100. 1c93e5b by Chris Lattner · 22 years ago