1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. 3ed469c For PR786: by Reid Spencer · 18 years ago
  3. 461076f Make the Value and Type methods print a newline so it prints nicely in gdb by Reid Spencer · 18 years ago
  4. d2f9e60 Change keyword to datalayout by Chris Lattner · 18 years ago
  5. b83eb64 For PR950: by Reid Spencer · 18 years ago
  6. cf7ff2b Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 18 years ago
  7. 9fb471d simplify code by Chris Lattner · 18 years ago
  8. f824868 Adding codegeneration for StdCall & FastCall calling conventions by Anton Korobeynikov · 18 years ago
  9. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  10. 3a9ec24 For PR387: by Reid Spencer · 18 years ago
  11. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  12. 3dd965c Fix PR885 by Chris Lattner · 18 years ago
  13. 0deaab8 Print csretcc calls like this: by Chris Lattner · 18 years ago
  14. 7dd29aa pretty print csretcc for calls by Chris Lattner · 18 years ago
  15. 25f88aa Asmprint csret nicely by Chris Lattner · 18 years ago
  16. 5b5cc5f inverted logic, caught by coverity by Chris Lattner · 18 years ago
  17. 00f1023 Add shufflevector support, todo, implement better constant folding. by Chris Lattner · 18 years ago
  18. a4ffcc2 Back out my last check-in. Wrong place to fix it. by Evan Cheng · 18 years ago
  19. 7cfdd01 AsmWriter should not print LLVM constant in comment. Assembler won't like by Evan Cheng · 18 years ago
  20. 38a409c Pretty print large struct constants. by Jim Laskey · 18 years ago
  21. c13a72c Reverting. Didn't realize some developers were embedding constants in their by Jim Laskey · 18 years ago
  22. a3f332b Format large struct constants for readability. by Jim Laskey · 18 years ago
  23. 80cd115 Print InlineAsm objects by Chris Lattner · 19 years ago
  24. 863517a Change inline asms to be uniqued like constants, not embedded in a Module. by Chris Lattner · 19 years ago
  25. cc041ba Initial checkin of the InlineAsm class by Chris Lattner · 19 years ago
  26. 42a162e Pretty print file-scope asm blocks. by Chris Lattner · 19 years ago
  27. 71cdba3 syntax change by Chris Lattner · 19 years ago
  28. 1836550 Print out inline asm strings by Chris Lattner · 19 years ago
  29. 60962db print section info by Chris Lattner · 19 years ago
  30. 30caa28 print alignment info for globals and functions by Chris Lattner · 19 years ago
  31. 9fad0b9 fix printing the alignment directive by Chris Lattner · 19 years ago
  32. 14b0529 Add support alignment of allocation instructions. by Nate Begeman · 19 years ago
  33. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 19 years ago
  34. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  35. edd5d9e Some cleanups for compilation with GCC 4.0.0 to remove warnings: by Reid Spencer · 19 years ago
  36. d511898 add support for explicit calling conventions by Chris Lattner · 19 years ago
  37. ddb6db4 Add a 'tail' marker for call instructions, patch contributed by by Chris Lattner · 19 years ago
  38. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  39. 39220de stop using arg_front by Chris Lattner · 19 years ago
  40. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  41. 0fbd914 Fix the spelling of the word `the' by Misha Brukman · 19 years ago
  42. 31ab1b3 Print the module ID as a comment. by Chris Lattner · 19 years ago
  43. aab1820 Fix some problems where the verifier would crash on invalid input instead of by Chris Lattner · 19 years ago
  44. fe0343a Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.ll by Chris Lattner · 20 years ago
  45. 5c46140 Update for API change. by Chris Lattner · 20 years ago
  46. 71d94d1 To not break TBAA rules, use a union. by Chris Lattner · 20 years ago
  47. 9913e59 Fix writer to properly quote label names when they don't contain by Alkis Evlogimenos · 20 years ago
  48. 333529e When printing out a function, make sure that local and global symbols by Chris Lattner · 20 years ago
  49. f771bea Remove extra space char by Misha Brukman · 20 years ago
  50. 3c8f2c6 GhostLinkage not allowed in LLVM AsmWriter, either by Misha Brukman · 20 years ago
  51. b976e66 Add support for undef and unreachable by Chris Lattner · 20 years ago
  52. 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 20 years ago
  53. 44da7d7 Don't print newlines between passes in the pass list. by Chris Lattner · 20 years ago
  54. cfe97b7 Don't print newlines between each library in the deplibs list. by Chris Lattner · 20 years ago
  55. e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 20 years ago
  56. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  57. 1390103 Add an assert to cature null Operands. It is better to catch it here than by Reid Spencer · 20 years ago
  58. 5527c0b Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.ll by Reid Spencer · 20 years ago
  59. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
  60. 28531c7 Fix PR422. by Reid Spencer · 20 years ago
  61. 4433629 Fix #includes of i*.h files => Instructions.h as per PR403 by Misha Brukman · 20 years ago
  62. cddc86f Avoid use of size(), which counts, in favor of other mechanisms. by Reid Spencer · 20 years ago
  63. c9a1f0d Adjust to new Module.h interface for dependent libraries by Reid Spencer · 20 years ago
  64. 83f6a77 bug 263: Add ability to write target triple and dependent libraries information. by Reid Spencer · 20 years ago
  65. acc9280 Shrink some code. by Reid Spencer · 20 years ago
  66. 7970396 bug 122: by Reid Spencer · 20 years ago
  67. 0a8e8e1 Fixes for PR341 by Chris Lattner · 20 years ago
  68. 144d9ba Make Argument::print more resilient to non-verifiable IR by Chris Lattner · 20 years ago
  69. 0e25e1c Adjust the slot machine to handle Types separately from Values. This was by Reid Spencer · 20 years ago
  70. fae098a Don't call getValueType directly. the LLVM optimizer will turn it into the same code anyway :) by Chris Lattner · 20 years ago
  71. 0313e0b Use a reference instead of a pointer for the ostream. The pointer was only by Misha Brukman · 20 years ago
  72. a8abee2 Fix printing of Argument objects, problem found by Patrick Meredith by Chris Lattner · 20 years ago
  73. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  74. d1cd328 Do not dereference end iterators. It's really bad for the asmwriter's health. by Chris Lattner · 20 years ago
  75. e9e326e Tolerate more errors by Chris Lattner · 20 years ago
  76. 6956645 Make the asmwriter much more tolerant of errors (which are common when working by Chris Lattner · 20 years ago
  77. fc621e2 Made it possible for the printInfoComment method to invoke getSlot in by Reid Spencer · 20 years ago
  78. 54e3e8f Squelch a warning by Chris Lattner · 20 years ago
  79. 40c732c * No more CachedWriter::setStream() by Misha Brukman · 20 years ago
  80. 4ff620a Modified calcTypeName() so that it does not allocate a std::string for by John Criswell · 20 years ago
  81. 73b7495 Clean up a comment. by Reid Spencer · 20 years ago
  82. b03de0c Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy by Reid Spencer · 20 years ago
  83. 0d1b77e Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by by Reid Spencer · 20 years ago
  84. fa452c0 Document a couple functions. by Reid Spencer · 20 years ago
  85. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 20 years ago
  86. e5242de class AssemblyWriter: by Misha Brukman · 20 years ago
  87. 5cf1acf * Add ability to print out type as symbolic by Misha Brukman · 20 years ago
  88. cfdd148 Print select instructions correctly by Chris Lattner · 20 years ago
  89. 9f717ef Adjust to new interface by Chris Lattner · 20 years ago
  90. ab5c600 Doxygenify comments. by Misha Brukman · 20 years ago
  91. 9d0802e * If a badref has a name, print it out for ease of debugging by Misha Brukman · 20 years ago
  92. de512b5 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 20 years ago
  93. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 21 years ago
  94. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  95. a306d37 vi failed me again. :) by Chris Lattner · 21 years ago
  96. f37a426 Rename the invoke 'except' destination to the 'unwind' destination by Chris Lattner · 21 years ago
  97. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  98. f2d577b SlotCalculator.h moved by Chris Lattner · 21 years ago
  99. 2ff95b6 Eliminate special case handling for CPR's by Chris Lattner · 21 years ago
  100. 8ce7501 The only clients of the slot calculator are now the asmwriter and bcwriter. by Chris Lattner · 21 years ago