1. 295b1ce Initialize variable to null so it has a value in the off chance that a by Reid Spencer · 17 years ago
  2. 5d286d8 Update. by Evan Cheng · 17 years ago
  3. 0fea8eb Unbreak VC++ build. by Jeff Cohen · 17 years ago
  4. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 17 years ago
  5. 5499da8 Enhance MemoryBuffer to return error messages in strings if they occur. by Chris Lattner · 17 years ago
  6. c57ed8b remove dead option by Chris Lattner · 17 years ago
  7. c9bafda this is obsolete by Chris Lattner · 17 years ago
  8. de36ffd link to the bitcode doc by Chris Lattner · 17 years ago
  9. a0f9daf bzip2 is gone by Chris Lattner · 17 years ago
  10. 1ce6f8d Fix PR1395, by passing the ID correctly by Chris Lattner · 17 years ago
  11. 4d396b1 Update fields by Anton Korobeynikov · 17 years ago
  12. 31c2ec3 add this back by Chris Lattner · 17 years ago
  13. b682448 Detabify by Anton Korobeynikov · 17 years ago
  14. f13090c Update MSIL BE. This patch fixes most weird glitches outlined in by Anton Korobeynikov · 17 years ago
  15. f527cbb lib/Bytecode is dead by Chris Lattner · 17 years ago
  16. 38a5f74 move this to lib/Archive by Chris Lattner · 17 years ago
  17. 6593380 build lib/Archive instead of lib/Bytecode by Chris Lattner · 17 years ago
  18. d61070e adjust this to live in lib/Archive by Chris Lattner · 17 years ago
  19. 4f40b75 remove bytecode headers by Chris Lattner · 17 years ago
  20. 663d7dd remove dead header by Chris Lattner · 17 years ago
  21. 421e516 Fix a buggy conversion from bytecode to bitcode by Chris Lattner · 17 years ago
  22. a066e37 remove bytecode reader by Chris Lattner · 17 years ago
  23. b11f1a9 remove the old bc writer by Chris Lattner · 17 years ago
  24. 5f32c01 fix off-by-one that caused the llvm2cpp test to fail by Chris Lattner · 17 years ago
  25. 51eeb6e remove libbzip2 from this. This should use llvm-config or something. by Chris Lattner · 17 years ago
  26. 4eab2e5 Flush the file after writing bitcode so that clients who don't close their by Chris Lattner · 17 years ago
  27. d44ae90 make sure the ofstream for opt's output file is destroyed, so that the bits by Chris Lattner · 17 years ago
  28. 9e66233 remove this file for now, we can bring it back from cvs if we need it in by Chris Lattner · 17 years ago
  29. d6f5959 remove libbzip2, it is dead by Chris Lattner · 17 years ago
  30. 56a837b Testcase for yet another global constant Ada f-e bug. by Duncan Sands · 17 years ago
  31. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  32. 744879e switch tools to bitcode from bytecode by Chris Lattner · 17 years ago
  33. 73a978a don't build bzip2 for now by Chris Lattner · 17 years ago
  34. dfa8d8c disable this for now by Chris Lattner · 17 years ago
  35. beb4cb6 don't build bcreader/bcwriter by Chris Lattner · 17 years ago
  36. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  37. 4bcca0f switch this to bitcode instead of bytecode by Chris Lattner · 17 years ago
  38. c1d5624 Switch this over to bitcode instead of bytecode. by Chris Lattner · 17 years ago
  39. 4cbc548 Move this here from Bytecode/Archive.h by Chris Lattner · 17 years ago
  40. 33f1d5b Fix a nasty problem where we would miss enumeration of some types. This fixes by Chris Lattner · 17 years ago
  41. b55a580 allow zero-length arrays by Chris Lattner · 17 years ago
  42. 7108dce Allow structs with zero fields. by Chris Lattner · 17 years ago
  43. 9850b57 we aren't at the end of stream until we've consumed all the bytes AND all by Chris Lattner · 17 years ago
  44. 11d8fda 3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX. by Bill Wendling · 17 years ago
  45. bfcc380 add a missing check by Chris Lattner · 17 years ago
  46. 82e791d Fix MemoryBuffer::getFile to return null if it has an error opening the by Chris Lattner · 17 years ago
  47. 6f6f512 Fix a bug in my previous patch by Chris Lattner · 17 years ago
  48. e07c15c add bitcode support by Chris Lattner · 17 years ago
  49. 1a019e5 add bitcode support by Chris Lattner · 17 years ago
  50. 5e3c9f9 this doesn't directly depend on bytecode by Chris Lattner · 17 years ago
  51. bb3f3d3 add bitcode support. by Chris Lattner · 17 years ago
  52. a8653f3 archive library already depends on bc reader by Chris Lattner · 17 years ago
  53. 5e8edbb add bitcode support, optimize reading to not read all function bodies just by Chris Lattner · 17 years ago
  54. db9cbeb use an auto_ptr to avoid an explicit delete by Chris Lattner · 17 years ago
  55. 03b6963 add bitcode support by Chris Lattner · 17 years ago
  56. e3c55a5 Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this by Chris Lattner · 17 years ago
  57. 4d5aad2 add bitcode reading support to llvm-nm by Chris Lattner · 17 years ago
  58. f283a5e pull some win32 code into common code, add bitcode identification support. by Chris Lattner · 17 years ago
  59. 609083b add support for identifying bitcode files by Chris Lattner · 17 years ago
  60. b958ba3 bitcodify, remove eh cruft by Chris Lattner · 17 years ago
  61. 2cb1ad9 teach this to read from bitcode files by Chris Lattner · 17 years ago
  62. 9356b1a debugger depends on bcreader, not llvm-db by Chris Lattner · 17 years ago
  63. c48e1db remove EH cruft, add bitcode support by Chris Lattner · 17 years ago
  64. c1e6d68 add bitcode reading support, remove eh stuff by Chris Lattner · 17 years ago
  65. 1a73540 add bitcode reading support. Remove EH cruft. by Chris Lattner · 17 years ago
  66. 68d4922 bitcodify by Chris Lattner · 17 years ago
  67. 0f4ed87 simplify code by Chris Lattner · 17 years ago
  68. 592488a add support to llvm-prof for reading from a bitcode file by Chris Lattner · 17 years ago
  69. e96eec0 Add a helper that either opens a file or stdin. by Chris Lattner · 17 years ago
  70. 9a22530 Reference correct header by Nate Begeman · 17 years ago
  71. 85a5791 Make code more 64-bit aware. by Jeff Cohen · 17 years ago
  72. 650c938 Keep header file free of 'possible loss of data' warnings. by Jeff Cohen · 17 years ago
  73. 332376b Unbreak VC++. by Jeff Cohen · 17 years ago
  74. b330e38 if -bitcode is specified, read and write a bitcode file instead of a bytecode file. by Chris Lattner · 17 years ago
  75. f9f2e83 add abbrevs for binops and casts. This shrinks a testcase from 725132->682500 by Chris Lattner · 17 years ago
  76. e8e1e4b add a new CreateBitcodeWriterPass method, which creates a bitcode writer as by Chris Lattner · 17 years ago
  77. 2bce93a implement reading/writing of inlineasm objects by Chris Lattner · 17 years ago
  78. c5ff2cc add inline asm code by Chris Lattner · 17 years ago
  79. 048d0bd Fix a subtle bug that prevented round-tripping 470.lbm by Chris Lattner · 17 years ago
  80. f5816fb Make my credits refer to my wiki page. by Reid Spencer · 17 years ago
  81. 94687ac add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 by Chris Lattner · 17 years ago
  82. 7a303d1 enumerate the operands of a constant before we enumerate the constant itself by Chris Lattner · 17 years ago
  83. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 17 years ago
  84. 817f08a add an abbreviation for the string constants opzn, shrinking the constnats by Chris Lattner · 17 years ago
  85. 2d6b4bf Add myself. by Lauro Ramos Venancio · 17 years ago
  86. ff7fc5d implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 17 years ago
  87. abfbf85 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 17 years ago
  88. 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 17 years ago
  89. 2bf6e6a handle gep aliasee by Chris Lattner · 17 years ago
  90. 8f57667 Fix PR1390. Don't spill extra register to align the stack. by Lauro Ramos Venancio · 17 years ago
  91. 07b5424 fix a bug I introduced when I merged some code together by Chris Lattner · 17 years ago
  92. 677f7ee this test is now in Target/README.txt by Chris Lattner · 17 years ago
  93. f110a2b add a note by Chris Lattner · 17 years ago
  94. 86c7745 remove an old xfailed test by Chris Lattner · 17 years ago
  95. 8c756c1 Implement Transforms/InstCombine/cast_ptr.ll by Chris Lattner · 17 years ago
  96. a993dd0 un-xfail this. by Chris Lattner · 17 years ago
  97. d717c18 wrap long lines by Chris Lattner · 17 years ago
  98. 5e14b0d the mason example is implemented. Move some examples out of llvm/test, by Chris Lattner · 17 years ago
  99. 581f84f move these xfailed tests to lib/Target/README.txt by Chris Lattner · 17 years ago
  100. 514630f by Chris Lattner · 17 years ago