1. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 19 years ago
  2. 129baf6 Check in some patches for better assertions by Chris Lattner · 20 years ago
  3. 84472d6 Adjust to Compressor interface change by Reid Spencer · 20 years ago
  4. d6e431f Do not emit FunctionBlock blocks for external functions. This shrinks by Chris Lattner · 20 years ago
  5. fd7f8fe Disable this change, it was premature by Chris Lattner · 20 years ago
  6. 86c9365 If a function is external, do not output a FunctionBlock for the function by Chris Lattner · 20 years ago
  7. a70d84d Simplify compression code by using the high level interface to the Compressor by Reid Spencer · 20 years ago
  8. 83296f5 * Add comments and cleanup per CL code review by Reid Spencer · 20 years ago
  9. 17f52c5 Add support for compressed bytecode by Reid Spencer · 20 years ago
  10. a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 20 years ago
  11. f74acc7 Today is not my day. Fix broken # by Chris Lattner · 20 years ago
  12. 823cacc unbreak previous checkin :( by Chris Lattner · 20 years ago
  13. 84d1ced Add back a missing paren by Chris Lattner · 20 years ago
  14. f9d7178 Wrap to 80 cols, delete some seriously old debugging printouts by Chris Lattner · 20 years ago
  15. b0bf664 Minor cleanups by Chris Lattner · 20 years ago
  16. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  17. 0033c18 Prevent an empty compaction table from being written to the bytecode file. by Reid Spencer · 20 years ago
  18. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
  19. 38d54be Bytecode File Format Changes: by Reid Spencer · 20 years ago
  20. 250c418 Correct the comments in the symbol table writer to reflect reality. by Reid Spencer · 20 years ago
  21. 15876bb Stop using getValues(). by Alkis Evlogimenos · 20 years ago
  22. 5ac8812 Adjust to new Module.h interface for dependent libraries. by Reid Spencer · 20 years ago
  23. ad89bd6 bug 263: by Reid Spencer · 20 years ago
  24. e0125b6 bug 122: - Correct ordering of tests because for GlobalValue isa Constant by Reid Spencer · 20 years ago
  25. 0852c80 Remove Tabs. by Reid Spencer · 20 years ago
  26. cb3595c Implement new output functions for types and compacted type planes. Also by Reid Spencer · 20 years ago
  27. 036de03 No functionality changes here: by Chris Lattner · 20 years ago
  28. d616228 Fix more warnings building with VC++ by Chris Lattner · 20 years ago
  29. 6ed81e2 Use the SymbolTable::isEmpty() method instead of checking for no value by Reid Spencer · 20 years ago
  30. 798ff64 Part of bug 122: by Reid Spencer · 20 years ago
  31. 94f2df2 Changed to use SymbolTable's new iteration interfaces. by Reid Spencer · 20 years ago
  32. 5fa428f Implement support for a new LLVM 1.3 bytecode format, which uses uint's by Chris Lattner · 20 years ago
  33. fff663b Remove all of the annoying statistics now that I'm finished (for the near by Chris Lattner · 21 years ago
  34. 52f86d6 Bugfixes for dealing with partially compactified functions by Chris Lattner · 21 years ago
  35. 2410243 Save another 30K from 176.gcc by encoding the compaction table a bit more by Chris Lattner · 21 years ago
  36. 33522d4 Remove -debug output by Chris Lattner · 21 years ago
  37. cf3e67f Add support for writing bytecode files with compactiontables for bytecode files. by Chris Lattner · 21 years ago
  38. 80b9734 Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive by Chris Lattner · 21 years ago
  39. 0baa0af If these blocks are empty, there is no reason to even emit the bytecode blocks. by Chris Lattner · 21 years ago
  40. f4c0e7f Fix PR73: bytecode format inconsistent by Chris Lattner · 21 years ago
  41. 83bb3d2 The new bytecode format supports emitting strings a special case. This is by Chris Lattner · 21 years ago
  42. d6942d7 Ok, I can't handle it. This is a temporary checkin of a ton of statistics that by Chris Lattner · 21 years ago
  43. 277bafb Toggle sense of flag by Chris Lattner · 21 years ago
  44. 737d3cd Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly by Chris Lattner · 21 years ago
  45. 32abce6 Err, we don't need Config/*.h files for things that are standard C++ by Chris Lattner · 21 years ago
  46. 1499934 minor comment tweaks by Chris Lattner · 21 years ago
  47. 44f549b Finegrainify namespacification by Chris Lattner · 21 years ago
  48. 8d1dbd2 Emit & read more compressed bytecode by not emitting a bytecodeblock for by Chris Lattner · 21 years ago
  49. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  50. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  51. 22482a1 add support for new linkage types by Chris Lattner · 21 years ago
  52. eff112c Updated to emit the final 1.0 bytecode format. This supports weak linkage, by Chris Lattner · 21 years ago
  53. 6059638 Eliminate some extraneous code in SlotCalculator::insertVal(). by Alkis Evlogimenos · 21 years ago
  54. 6b25242 Add support for 'weak' linkage. by Chris Lattner · 21 years ago
  55. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  56. abe83ae Fix a spello Misha made while fixing one of my appostrifications by Chris Lattner · 21 years ago
  57. 37f92e2 Fixed spelling and grammar. by Misha Brukman · 21 years ago
  58. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 21 years ago
  59. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  60. f69315b Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx by Chris Lattner · 21 years ago
  61. 76e3896 Add support for reading and writing pointersize/endianness to and from bytecode by Chris Lattner · 21 years ago
  62. e3869c8 Add support to the bytecode reader/writer for the new linkage types by Chris Lattner · 21 years ago
  63. 186a1f7 Changes to the V2 bytecode format: by Chris Lattner · 21 years ago
  64. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  65. 6463e0d Clean up code a bit, no functionality changes. by Chris Lattner · 22 years ago
  66. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  67. ce6ef11 *** empty log message *** by Chris Lattner · 22 years ago
  68. 635cd93 Register the WriteBytecodePass by Chris Lattner · 22 years ago
  69. a7dac3d Write out the plane for types first, since values of primitive types by Vikram S. Adve · 22 years ago
  70. eea60fc changes to make it compatible with 64bit gcc by Anand Shukla · 22 years ago
  71. 0b12b5f by Chris Lattner · 22 years ago
  72. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 22 years ago
  73. ccc2596 Make debugging code not use getStrValue by Chris Lattner · 22 years ago
  74. 73e2142 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 22 years ago
  75. b579400 * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 22 years ago
  76. c9aa7df s/Method/Function by Chris Lattner · 22 years ago
  77. 79df7c0 Change references from Method to Function by Chris Lattner · 22 years ago
  78. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  79. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  80. f60dc88 Move support directory by Chris Lattner · 23 years ago
  81. d23b1d3 Implement internal method support by Chris Lattner · 23 years ago
  82. 5cb1741 Fix obscure nasty bug with bytecode writing that could cause the last byte to be dropped. by Chris Lattner · 23 years ago
  83. b2c823d Dang, we were losing the Constant bit on globals. Fix this by Chris Lattner · 23 years ago
  84. 1b98c5c * Use new style casts more by Chris Lattner · 23 years ago
  85. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 23 years ago
  86. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 23 years ago
  87. 9636a91 Add support for new style casts by Chris Lattner · 23 years ago
  88. d70684f Add support for global constants, and for initializers for constants by Chris Lattner · 23 years ago
  89. 70cc339 Implement global variable support by Chris Lattner · 23 years ago
  90. e8fdde1 * Emit bytecode using a deque instead of a vector to be faster by Chris Lattner · 23 years ago
  91. e545981 * The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 23 years ago
  92. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 23 years ago
  93. 0095054 Initial revision by Chris Lattner · 23 years ago