1. 32f5553 For PR787: by Reid Spencer · 19 years ago
  2. a65371e Fix a bug in the bc reader/writer: we were not correctly encoding varargs by Chris Lattner · 19 years ago
  3. ebf8e6c Fix misencoding of calling conventions by Chris Lattner · 19 years ago
  4. 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 19 years ago
  5. 6631601 Rename method by Chris Lattner · 19 years ago
  6. 7e6db76 Add support for reading/writing inline asm by Chris Lattner · 19 years ago
  7. c76ea43 trivial cleanup by Chris Lattner · 20 years ago
  8. 404cddf Read and write section info from/to .bc files by Chris Lattner · 20 years ago
  9. ba0ffcc Wrap long line. by Jeff Cohen · 20 years ago
  10. 277973b Fix VC++ warning that bools cannot be ORed. by Jeff Cohen · 20 years ago
  11. 54b369e don't misencode CC#'s by Chris Lattner · 20 years ago
  12. e73bd45 encode/decode function alignment in bc files by Chris Lattner · 20 years ago
  13. 8eb52dd Read/write global variable alignments if present by Chris Lattner · 20 years ago
  14. 42ba6b4 Write/read allocation instruction alignment info to .bc files. by Chris Lattner · 20 years ago
  15. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
  16. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  17. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  18. bfed924 fix the assertion by Chris Lattner · 20 years ago
  19. 39cef60 Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. by Jeff Cohen · 20 years ago
  20. dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 20 years ago
  21. 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 20 years ago
  22. 28caccf wrap a longline by Chris Lattner · 20 years ago
  23. 38287bd add bytecode reader support for tail calls by Chris Lattner · 20 years ago
  24. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  25. 9e60d8d add support for undef values of opaque type, addressing PR541 by Chris Lattner · 20 years ago
  26. 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  27. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  28. 001d16a Fix an apparent ambiguity compiling on PPC by Chris Lattner · 20 years ago
  29. af4a9bb simplify and speed up some code by Chris Lattner · 20 years ago
  30. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 20 years ago
  31. 129baf6 Check in some patches for better assertions by Chris Lattner · 21 years ago
  32. 84472d6 Adjust to Compressor interface change by Reid Spencer · 21 years ago
  33. d6e431f Do not emit FunctionBlock blocks for external functions. This shrinks by Chris Lattner · 21 years ago
  34. fd7f8fe Disable this change, it was premature by Chris Lattner · 21 years ago
  35. 86c9365 If a function is external, do not output a FunctionBlock for the function by Chris Lattner · 21 years ago
  36. a70d84d Simplify compression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
  37. 83296f5 * Add comments and cleanup per CL code review by Reid Spencer · 21 years ago
  38. 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
  39. a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 21 years ago
  40. f74acc7 Today is not my day. Fix broken # by Chris Lattner · 21 years ago
  41. 823cacc unbreak previous checkin :( by Chris Lattner · 21 years ago
  42. 84d1ced Add back a missing paren by Chris Lattner · 21 years ago
  43. f9d7178 Wrap to 80 cols, delete some seriously old debugging printouts by Chris Lattner · 21 years ago
  44. b0bf664 Minor cleanups by Chris Lattner · 21 years ago
  45. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  46. 0033c18 Prevent an empty compaction table from being written to the bytecode file. by Reid Spencer · 21 years ago
  47. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
  48. 38d54be Bytecode File Format Changes: by Reid Spencer · 21 years ago
  49. 250c418 Correct the comments in the symbol table writer to reflect reality. by Reid Spencer · 21 years ago
  50. 15876bb Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  51. 5ac8812 Adjust to new Module.h interface for dependent libraries. by Reid Spencer · 21 years ago
  52. ad89bd6 bug 263: by Reid Spencer · 21 years ago
  53. e0125b6 bug 122: - Correct ordering of tests because for GlobalValue isa Constant 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. 036de03 No functionality changes here: by Chris Lattner · 21 years ago
  57. d616228 Fix more warnings building with VC++ by Chris Lattner · 21 years ago
  58. 6ed81e2 Use the SymbolTable::isEmpty() method instead of checking for no value by Reid Spencer · 21 years ago
  59. 798ff64 Part of bug 122: by Reid Spencer · 21 years ago
  60. 94f2df2 Changed to use SymbolTable's new iteration interfaces. by Reid Spencer · 21 years ago
  61. 5fa428f Implement support for a new LLVM 1.3 bytecode format, which uses uint's by Chris Lattner · 21 years ago
  62. fff663b Remove all of the annoying statistics now that I'm finished (for the near by Chris Lattner · 21 years ago
  63. 52f86d6 Bugfixes for dealing with partially compactified functions by Chris Lattner · 21 years ago
  64. 2410243 Save another 30K from 176.gcc by encoding the compaction table a bit more by Chris Lattner · 21 years ago
  65. 33522d4 Remove -debug output by Chris Lattner · 21 years ago
  66. cf3e67f Add support for writing bytecode files with compactiontables for bytecode files. by Chris Lattner · 21 years ago
  67. 80b9734 Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive by Chris Lattner · 21 years ago
  68. 0baa0af If these blocks are empty, there is no reason to even emit the bytecode blocks. by Chris Lattner · 21 years ago
  69. f4c0e7f Fix PR73: bytecode format inconsistent by Chris Lattner · 21 years ago
  70. 83bb3d2 The new bytecode format supports emitting strings a special case. This is by Chris Lattner · 21 years ago
  71. d6942d7 Ok, I can't handle it. This is a temporary checkin of a ton of statistics that by Chris Lattner · 21 years ago
  72. 277bafb Toggle sense of flag by Chris Lattner · 21 years ago
  73. 737d3cd Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly by Chris Lattner · 21 years ago
  74. 32abce6 Err, we don't need Config/*.h files for things that are standard C++ by Chris Lattner · 21 years ago
  75. 1499934 minor comment tweaks by Chris Lattner · 21 years ago
  76. 44f549b Finegrainify namespacification by Chris Lattner · 21 years ago
  77. 8d1dbd2 Emit & read more compressed bytecode by not emitting a bytecodeblock for by Chris Lattner · 22 years ago
  78. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  79. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  80. 22482a1 add support for new linkage types by Chris Lattner · 22 years ago
  81. eff112c Updated to emit the final 1.0 bytecode format. This supports weak linkage, by Chris Lattner · 22 years ago
  82. 6059638 Eliminate some extraneous code in SlotCalculator::insertVal(). by Alkis Evlogimenos · 22 years ago
  83. 6b25242 Add support for 'weak' linkage. by Chris Lattner · 22 years ago
  84. cf3056d Regularize header file comments by Chris Lattner · 22 years ago
  85. abe83ae Fix a spello Misha made while fixing one of my appostrifications by Chris Lattner · 22 years ago
  86. 37f92e2 Fixed spelling and grammar. by Misha Brukman · 22 years ago
  87. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 22 years ago
  88. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  89. f69315b Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx by Chris Lattner · 22 years ago
  90. 76e3896 Add support for reading and writing pointersize/endianness to and from bytecode by Chris Lattner · 22 years ago
  91. e3869c8 Add support to the bytecode reader/writer for the new linkage types by Chris Lattner · 22 years ago
  92. 186a1f7 Changes to the V2 bytecode format: by Chris Lattner · 22 years ago
  93. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  94. 6463e0d Clean up code a bit, no functionality changes. by Chris Lattner · 23 years ago
  95. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
  96. ce6ef11 *** empty log message *** by Chris Lattner · 23 years ago
  97. 635cd93 Register the WriteBytecodePass by Chris Lattner · 23 years ago
  98. a7dac3d Write out the plane for types first, since values of primitive types by Vikram S. Adve · 23 years ago
  99. eea60fc changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  100. 0b12b5f by Chris Lattner · 23 years ago