1. ff4c3be Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
  2. 17a5dfe by David Greene · 18 years ago
  3. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  4. 9eeada9 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 18 years ago
  5. a6f88ce implement the ModuleProvider::dematerializeFunction hook by Chris Lattner · 18 years ago
  6. 4c0a6d6 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 18 years ago
  7. 53862f7 fix off-by-one that caused the llvm2cpp test to fail by Chris Lattner · 19 years ago
  8. 3c5616e Allow structs with zero fields. by Chris Lattner · 19 years ago
  9. a77bb94 add a missing check by Chris Lattner · 19 years ago
  10. af8fffc implement reading/writing of inlineasm objects by Chris Lattner · 19 years ago
  11. f25f710 add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 19 years ago
  12. 036d1bd implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 19 years ago
  13. e9759c2 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 19 years ago
  14. df1233d stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 19 years ago
  15. 6eeea5d add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 19 years ago
  16. 982ec1e Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 19 years ago
  17. e14cb88 eliminate internal length fields from record. Records already know their by Chris Lattner · 19 years ago
  18. beca065 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 19 years ago
  19. e11c6ce fix a misplaced error by Chris Lattner · 19 years ago
  20. 70f4566 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 19 years ago
  21. fee5a37 add support for reading the param attrs block by Chris Lattner · 19 years ago
  22. a68e3c7 remove dead code by Chris Lattner · 19 years ago
  23. dea02bd Allow this to compile with gcc 4.0.X by Reid Spencer · 19 years ago
  24. 4704527 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 19 years ago
  25. c1d86cd the type field for a store is the type of the pointer, not the value. by Chris Lattner · 19 years ago
  26. 6be58c6 fix encoding of BB names in the symtab by Chris Lattner · 19 years ago
  27. 6ce15cb bug fixes by Chris Lattner · 19 years ago
  28. 9f600c5 implement the rest of the instructions by Chris Lattner · 19 years ago
  29. c332bba add a few more instructions, getting close by Chris Lattner · 19 years ago
  30. 5285b5e add reader logic for terminator instrs. by Chris Lattner · 19 years ago
  31. 1fc27f0 add reader support for a bunch of new instructions by Chris Lattner · 19 years ago
  32. e53603e read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 19 years ago
  33. 8393055 handle function-level forward references, read binops. by Chris Lattner · 19 years ago
  34. 85b7b40 implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 19 years ago
  35. 48a8de3 The stream to read from is now an ivar by Chris Lattner · 19 years ago
  36. 51ffe7c implement scafolding for lazy deserialization of function bodies by Chris Lattner · 19 years ago
  37. 31fc4f9 Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 19 years ago
  38. 6694f60 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 19 years ago
  39. daf358b This is not "FIXME" anymore by Anton Korobeynikov · 19 years ago
  40. 831d420 move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 19 years ago
  41. 44c1707 add bitcode alias support by Chris Lattner · 19 years ago
  42. 890683d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 19 years ago
  43. 0ee6a3a fix memory leak by Chris Lattner · 19 years ago
  44. 1e16bcf7 implement reading and writing of constant exprs. by Chris Lattner · 19 years ago
  45. 1663cca implement support for reading aggregate constants, including handling forward by Chris Lattner · 19 years ago
  46. 08feb1e add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 19 years ago
  47. fbc1d33 read basic constants: null, undef, integers <= 64bits by Chris Lattner · 19 years ago
  48. a272ead move check to the right place :) by Chris Lattner · 19 years ago
  49. 47d131b track global inits by Chris Lattner · 19 years ago
  50. ccaa448 Read global symtab by Chris Lattner · 19 years ago
  51. b549137 implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 19 years ago
  52. 4b00d92 first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 19 years ago
  53. 1314b99 Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 19 years ago