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