1. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  2. bfed924 fix the assertion by Chris Lattner · 20 years ago
  3. 39cef60 Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. by Jeff Cohen · 20 years ago
  4. dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 20 years ago
  5. 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 20 years ago
  6. 28caccf wrap a longline by Chris Lattner · 20 years ago
  7. 38287bd add bytecode reader support for tail calls by Chris Lattner · 20 years ago
  8. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  9. 9e60d8d add support for undef values of opaque type, addressing PR541 by Chris Lattner · 20 years ago
  10. dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
  11. 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  12. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  13. 001d16a Fix an apparent ambiguity compiling on PPC by Chris Lattner · 20 years ago
  14. af4a9bb simplify and speed up some code by Chris Lattner · 20 years ago
  15. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 20 years ago
  16. 129baf6 Check in some patches for better assertions by Chris Lattner · 21 years ago
  17. 84472d6 Adjust to Compressor interface change by Reid Spencer · 21 years ago
  18. d6e431f Do not emit FunctionBlock blocks for external functions. This shrinks by Chris Lattner · 21 years ago
  19. fd7f8fe Disable this change, it was premature by Chris Lattner · 21 years ago
  20. 86c9365 If a function is external, do not output a FunctionBlock for the function by Chris Lattner · 21 years ago
  21. a70d84d Simplify compression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
  22. 83296f5 * Add comments and cleanup per CL code review by Reid Spencer · 21 years ago
  23. 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
  24. e55bd78 Fix name of library by Reid Spencer · 21 years ago
  25. 236ca44 Fix the previous bug the correct way. This fixes ptrdist/bc by Chris Lattner · 21 years ago
  26. 5fd2ab3 Fix a bug that Brian brought to my attention. This corrects: by Chris Lattner · 21 years ago
  27. cac731e We won't use automake by Reid Spencer · 21 years ago
  28. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  29. a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 21 years ago
  30. f74acc7 Today is not my day. Fix broken # by Chris Lattner · 21 years ago
  31. 823cacc unbreak previous checkin :( by Chris Lattner · 21 years ago
  32. 84d1ced Add back a missing paren by Chris Lattner · 21 years ago
  33. f9d7178 Wrap to 80 cols, delete some seriously old debugging printouts by Chris Lattner · 21 years ago
  34. b0bf664 Minor cleanups by Chris Lattner · 21 years ago
  35. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  36. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  37. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  38. 0033c18 Prevent an empty compaction table from being written to the bytecode file. by Reid Spencer · 21 years ago
  39. 07ea191 Add the CompactionTableIsEmpty function so that we can determine if a by Reid Spencer · 21 years ago
  40. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
  41. 38d54be Bytecode File Format Changes: by Reid Spencer · 21 years ago
  42. 250c418 Correct the comments in the symbol table writer to reflect reality. by Reid Spencer · 21 years ago
  43. 15876bb Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  44. eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
  45. 5ac8812 Adjust to new Module.h interface for dependent libraries. by Reid Spencer · 21 years ago
  46. ad89bd6 bug 263: by Reid Spencer · 21 years ago
  47. e840434 bug 122: by Reid Spencer · 21 years ago
  48. e0125b6 bug 122: - Correct ordering of tests because for GlobalValue isa Constant by Reid Spencer · 21 years ago
  49. f51c7f56 Fix for PR341 by Chris Lattner · 21 years ago
  50. aec6dd5 Fix unused var warning by Chris Lattner · 21 years ago
  51. 1d9349a Remove tabs. by Reid Spencer · 21 years ago
  52. 87bc418 Prepare the writer for a non-broken implementation of writing floating by Reid Spencer · 21 years ago
  53. d57da4b Implementation of SlotTable went into header file. Note that this header by Reid Spencer · 21 years ago
  54. 0852c80 Remove Tabs. by Reid Spencer · 21 years ago
  55. cb3595c Implement new output functions for types and compacted type planes. Also by Reid Spencer · 21 years ago
  56. d1fb1b7 Add new methods outputTypes and outputCompactionTypes for handling Types by Reid Spencer · 21 years ago
  57. 24ab28f For bug 122: by Reid Spencer · 21 years ago
  58. 5e394ff - Type::TypeTyID doesn't exist any more (bug 122) by Reid Spencer · 21 years ago
  59. 036de03 No functionality changes here: by Chris Lattner · 21 years ago
  60. d616228 Fix more warnings building with VC++ by Chris Lattner · 21 years ago
  61. 32b5880 fix warnings by Chris Lattner · 21 years ago
  62. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  63. 6269ded Cleaned up a dead header file to prevent duplicate definition warnings by Reid Spencer · 21 years ago
  64. 6ed81e2 Use the SymbolTable::isEmpty() method instead of checking for no value by Reid Spencer · 21 years ago
  65. 798ff64 Part of bug 122: by Reid Spencer · 21 years ago
  66. 6b1f58b Put SlotTable.h inclusion back at front of list to be coding standards by Reid Spencer · 21 years ago
  67. a85b8cf Make the constructor explicit so we can't implicitly convert bool to SlotTable. by Reid Spencer · 21 years ago
  68. 3751bd6 Make some improvements suggested by Chris. by Reid Spencer · 21 years ago
  69. 293a55f Adding the initial implementation of the SlotTable class. This class is by Reid Spencer · 21 years ago
  70. 94f2df2 Changed to use SymbolTable's new iteration interfaces. by Reid Spencer · 21 years ago
  71. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
  72. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
  73. 5fa428f Implement support for a new LLVM 1.3 bytecode format, which uses uint's by Chris Lattner · 21 years ago
  74. 46b787e Write select instructions to bytecode by Chris Lattner · 21 years ago
  75. de512b5 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 22 years ago
  76. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
  77. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
  78. 71151ae Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs by Chris Lattner · 22 years ago
  79. fff663b Remove all of the annoying statistics now that I'm finished (for the near by Chris Lattner · 22 years ago
  80. f2d577b SlotCalculator.h moved by Chris Lattner · 22 years ago
  81. db9b998 Move SlotCalculator.h from include/llvm to include/llvm/Analysis by Chris Lattner · 22 years ago
  82. 68e3dbc Major changes. Now we only compactify individual type planes if it is in by Chris Lattner · 22 years ago
  83. a2b4f93 add a method proto, make a method not inline by Chris Lattner · 22 years ago
  84. 52f86d6 Bugfixes for dealing with partially compactified functions by Chris Lattner · 22 years ago
  85. 2410243 Save another 30K from 176.gcc by encoding the compaction table a bit more by Chris Lattner · 22 years ago
  86. 33522d4 Remove -debug output by Chris Lattner · 22 years ago
  87. cf3e67f Add support for writing bytecode files with compactiontables for bytecode files. by Chris Lattner · 22 years ago
  88. 614cdcd Add support for building the compactiontable for bytecode files. This shrinks by Chris Lattner · 22 years ago
  89. af894e9 Add support for representing the "compaction table" by Chris Lattner · 22 years ago
  90. 80b9734 Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive by Chris Lattner · 22 years ago
  91. 0baa0af If these blocks are empty, there is no reason to even emit the bytecode blocks. by Chris Lattner · 22 years ago
  92. d5c59d5 Cleanups & efficiency improvements by Chris Lattner · 22 years ago
  93. 8c202cd The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwriter never did! by Chris Lattner · 22 years ago
  94. 7be08bf ConstantPointerRef's are no longer emitted. This saves 20028 bytes in the by Chris Lattner · 22 years ago
  95. f4c0e7f Fix PR73: bytecode format inconsistent by Chris Lattner · 22 years ago
  96. c8434e3 Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it. by Chris Lattner · 22 years ago
  97. 7851e1b Improve comments, add support for remembering the constants strings that by Chris Lattner · 22 years ago
  98. 83bb3d2 The new bytecode format supports emitting strings a special case. This is by Chris Lattner · 22 years ago
  99. dcea630 When emitting bytecode, handle strings specially. Do not add the characters by Chris Lattner · 22 years ago
  100. 0a3a27b It is obvious that this has never been used for outputing more than a single by Chris Lattner · 22 years ago