1. 744879e switch tools to bitcode from bytecode by Chris Lattner · 17 years ago
  2. 73a978a don't build bzip2 for now by Chris Lattner · 17 years ago
  3. dfa8d8c disable this for now by Chris Lattner · 17 years ago
  4. beb4cb6 don't build bcreader/bcwriter by Chris Lattner · 17 years ago
  5. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  6. 4bcca0f switch this to bitcode instead of bytecode by Chris Lattner · 17 years ago
  7. c1d5624 Switch this over to bitcode instead of bytecode. by Chris Lattner · 17 years ago
  8. 4cbc548 Move this here from Bytecode/Archive.h by Chris Lattner · 17 years ago
  9. 33f1d5b Fix a nasty problem where we would miss enumeration of some types. This fixes by Chris Lattner · 17 years ago
  10. b55a580 allow zero-length arrays by Chris Lattner · 17 years ago
  11. 7108dce Allow structs with zero fields. by Chris Lattner · 17 years ago
  12. 9850b57 we aren't at the end of stream until we've consumed all the bytes AND all by Chris Lattner · 17 years ago
  13. 11d8fda 3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX. by Bill Wendling · 17 years ago
  14. bfcc380 add a missing check by Chris Lattner · 17 years ago
  15. 82e791d Fix MemoryBuffer::getFile to return null if it has an error opening the by Chris Lattner · 17 years ago
  16. 6f6f512 Fix a bug in my previous patch by Chris Lattner · 17 years ago
  17. e07c15c add bitcode support by Chris Lattner · 17 years ago
  18. 1a019e5 add bitcode support by Chris Lattner · 17 years ago
  19. 5e3c9f9 this doesn't directly depend on bytecode by Chris Lattner · 17 years ago
  20. bb3f3d3 add bitcode support. by Chris Lattner · 17 years ago
  21. a8653f3 archive library already depends on bc reader by Chris Lattner · 17 years ago
  22. 5e8edbb add bitcode support, optimize reading to not read all function bodies just by Chris Lattner · 17 years ago
  23. db9cbeb use an auto_ptr to avoid an explicit delete by Chris Lattner · 17 years ago
  24. 03b6963 add bitcode support by Chris Lattner · 17 years ago
  25. e3c55a5 Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this by Chris Lattner · 17 years ago
  26. 4d5aad2 add bitcode reading support to llvm-nm by Chris Lattner · 17 years ago
  27. f283a5e pull some win32 code into common code, add bitcode identification support. by Chris Lattner · 17 years ago
  28. 609083b add support for identifying bitcode files by Chris Lattner · 17 years ago
  29. b958ba3 bitcodify, remove eh cruft by Chris Lattner · 17 years ago
  30. 2cb1ad9 teach this to read from bitcode files by Chris Lattner · 17 years ago
  31. 9356b1a debugger depends on bcreader, not llvm-db by Chris Lattner · 17 years ago
  32. c48e1db remove EH cruft, add bitcode support by Chris Lattner · 17 years ago
  33. c1e6d68 add bitcode reading support, remove eh stuff by Chris Lattner · 17 years ago
  34. 1a73540 add bitcode reading support. Remove EH cruft. by Chris Lattner · 17 years ago
  35. 68d4922 bitcodify by Chris Lattner · 17 years ago
  36. 0f4ed87 simplify code by Chris Lattner · 17 years ago
  37. 592488a add support to llvm-prof for reading from a bitcode file by Chris Lattner · 17 years ago
  38. e96eec0 Add a helper that either opens a file or stdin. by Chris Lattner · 17 years ago
  39. 9a22530 Reference correct header by Nate Begeman · 17 years ago
  40. 85a5791 Make code more 64-bit aware. by Jeff Cohen · 17 years ago
  41. 650c938 Keep header file free of 'possible loss of data' warnings. by Jeff Cohen · 17 years ago
  42. 332376b Unbreak VC++. by Jeff Cohen · 17 years ago
  43. b330e38 if -bitcode is specified, read and write a bitcode file instead of a bytecode file. by Chris Lattner · 17 years ago
  44. f9f2e83 add abbrevs for binops and casts. This shrinks a testcase from 725132->682500 by Chris Lattner · 17 years ago
  45. e8e1e4b add a new CreateBitcodeWriterPass method, which creates a bitcode writer as by Chris Lattner · 17 years ago
  46. 2bce93a implement reading/writing of inlineasm objects by Chris Lattner · 17 years ago
  47. c5ff2cc add inline asm code by Chris Lattner · 17 years ago
  48. 048d0bd Fix a subtle bug that prevented round-tripping 470.lbm by Chris Lattner · 17 years ago
  49. f5816fb Make my credits refer to my wiki page. by Reid Spencer · 17 years ago
  50. 94687ac add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 by Chris Lattner · 17 years ago
  51. 7a303d1 enumerate the operands of a constant before we enumerate the constant itself by Chris Lattner · 17 years ago
  52. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 17 years ago
  53. 817f08a add an abbreviation for the string constants opzn, shrinking the constnats by Chris Lattner · 17 years ago
  54. 2d6b4bf Add myself. by Lauro Ramos Venancio · 17 years ago
  55. ff7fc5d implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 17 years ago
  56. abfbf85 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 17 years ago
  57. 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 17 years ago
  58. 2bf6e6a handle gep aliasee by Chris Lattner · 17 years ago
  59. 8f57667 Fix PR1390. Don't spill extra register to align the stack. by Lauro Ramos Venancio · 17 years ago
  60. 07b5424 fix a bug I introduced when I merged some code together by Chris Lattner · 17 years ago
  61. 677f7ee this test is now in Target/README.txt by Chris Lattner · 17 years ago
  62. f110a2b add a note by Chris Lattner · 17 years ago
  63. 86c7745 remove an old xfailed test by Chris Lattner · 17 years ago
  64. 8c756c1 Implement Transforms/InstCombine/cast_ptr.ll by Chris Lattner · 17 years ago
  65. a993dd0 un-xfail this. by Chris Lattner · 17 years ago
  66. d717c18 wrap long lines by Chris Lattner · 17 years ago
  67. 5e14b0d the mason example is implemented. Move some examples out of llvm/test, by Chris Lattner · 17 years ago
  68. 581f84f move these xfailed tests to lib/Target/README.txt by Chris Lattner · 17 years ago
  69. 514630f by Chris Lattner · 17 years ago
  70. fe09dd4 remvoe two tests that cee has never gotten right by Chris Lattner · 17 years ago
  71. 0d75f57 implement anyextend from i1 -> i64 by Chris Lattner · 17 years ago
  72. 23f7f58 the sparc v8 backend handles this correctly by Chris Lattner · 17 years ago
  73. 2947fd5 remove this xfail'd test, move it to the X86 readme. by Chris Lattner · 17 years ago
  74. 0258011 move CodeGen/X86/overlap-add.ll here. by Chris Lattner · 17 years ago
  75. 60ef91a We need support for tail calls, this is moved to PR1392 by Chris Lattner · 17 years ago
  76. 2d4a5ab remove xfailed testcase (attached to pr) by Chris Lattner · 17 years ago
  77. 2db3956 unxfail this, llc doesn't support this feature yet, so don't run it. by Chris Lattner · 17 years ago
  78. 36f24cb Remove bogus testcase, PR409 is wontfix by Chris Lattner · 17 years ago
  79. d6b740f this tests for a missing feature. Move it to PR1391 instead of being an by Chris Lattner · 17 years ago
  80. e9f0f48 remove this xfailed testcase, move it into a comment in PR279, an enhancement PR. by Chris Lattner · 17 years ago
  81. 5f2a3df llvm-gcc3 is gone by Chris Lattner · 17 years ago
  82. 6169f85 fix failure on ahs3's tester by Chris Lattner · 17 years ago
  83. 19292a4 remove bogus xfailed testcase by Chris Lattner · 17 years ago
  84. 3194f57 Use the personality function that was registered with MMI rather than by Duncan Sands · 17 years ago
  85. 9426caa Check that the right eh personality function is used. by Duncan Sands · 17 years ago
  86. b464c44 Propagate alignment/volatility in two places. by Chris Lattner · 17 years ago
  87. 09d933f new testcase for PR1371 by Chris Lattner · 17 years ago
  88. 3f79980 add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 17 years ago
  89. caccc99 Fix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll and PR1385. by Chris Lattner · 17 years ago
  90. 823572d new testcase for PR1385 by Chris Lattner · 17 years ago
  91. a0c54f3 make a temporary for *SI, no functionality change. by Chris Lattner · 17 years ago
  92. 01dfdcd Spelling fix. by Duncan Sands · 17 years ago
  93. 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 17 years ago
  94. 440168b add an abbrev for loads. This shrinks the function block about 50K, from: by Chris Lattner · 17 years ago
  95. a0f1ecc add abbrevs for the constants tables. This shrinks it from 4.49755e6 bits by Chris Lattner · 17 years ago
  96. 02a13b5 minor bugfix by Chris Lattner · 17 years ago
  97. d092e0e Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays. by Chris Lattner · 17 years ago
  98. c42e226 Fix InstCombine/2007-05-04-Crash.ll and PR1384 by Chris Lattner · 17 years ago
  99. 51e04da new testacse for PR1384 by Chris Lattner · 17 years ago
  100. b1e85b5 emit spiffy little histograms of codes, if enabled. Don't print averages if by Chris Lattner · 17 years ago