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