1. a9bb713 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 18 years ago
  2. 5f32c01 fix off-by-one that caused the llvm2cpp test to fail by Chris Lattner · 18 years ago
  3. 7108dce Allow structs with zero fields. by Chris Lattner · 18 years ago
  4. bfcc380 add a missing check by Chris Lattner · 18 years ago
  5. 2bce93a implement reading/writing of inlineasm objects by Chris Lattner · 18 years ago
  6. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
  7. ff7fc5d implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 18 years ago
  8. abfbf85 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 18 years ago
  9. 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 18 years ago
  10. 3f79980 add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 18 years ago
  11. e17b658 Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 18 years ago
  12. 15e6d17 eliminate internal length fields from record. Records already know their by Chris Lattner · 18 years ago
  13. 964b5f2 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 18 years ago
  14. 35a0470 fix a misplaced error by Chris Lattner · 18 years ago
  15. 9113e73 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 18 years ago
  16. 48c85b8 add support for reading the param attrs block by Chris Lattner · 18 years ago
  17. dc78d3a remove dead code by Chris Lattner · 18 years ago
  18. c8f8a24 Allow this to compile with gcc 4.0.X by Reid Spencer · 18 years ago
  19. 7652019 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 18 years ago
  20. c9c55a9 the type field for a store is the type of the pointer, not the value. by Chris Lattner · 18 years ago
  21. e825ed5 fix encoding of BB names in the symtab by Chris Lattner · 18 years ago
  22. f61e645 bug fixes by Chris Lattner · 18 years ago
  23. 0579f7f implement the rest of the instructions by Chris Lattner · 18 years ago
  24. 2a98cca add a few more instructions, getting close by Chris Lattner · 18 years ago
  25. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 18 years ago
  26. 01ff65f add reader support for a bunch of new instructions by Chris Lattner · 18 years ago
  27. 231cbcb read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 18 years ago
  28. a7c49aa handle function-level forward references, read binops. by Chris Lattner · 18 years ago
  29. 980e5aa implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 18 years ago
  30. 8669714 The stream to read from is now an ivar by Chris Lattner · 18 years ago
  31. 48f8487 implement scafolding for lazy deserialization of function bodies by Chris Lattner · 18 years ago
  32. 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
  33. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
  34. 7dde0ff This is not "FIXME" anymore by Anton Korobeynikov · 18 years ago
  35. 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 18 years ago
  36. 07d98b4 add bitcode alias support by Chris Lattner · 18 years ago
  37. f66d20d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 18 years ago
  38. 084a844 fix memory leak by Chris Lattner · 18 years ago
  39. f581c3b implement reading and writing of constant exprs. by Chris Lattner · 18 years ago
  40. 522b7b1 implement support for reading aggregate constants, including handling forward by Chris Lattner · 18 years ago
  41. 0eef080 add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 18 years ago
  42. e16504e read basic constants: null, undef, integers <= 64bits by Chris Lattner · 18 years ago
  43. e84bcb9 move check to the right place :) by Chris Lattner · 18 years ago
  44. 6dbfd7b track global inits by Chris Lattner · 18 years ago
  45. 0b2482a Read global symtab by Chris Lattner · 18 years ago
  46. d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
  47. 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
  48. caee0dc Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 18 years ago