1. 50b136d add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 16 years ago
  2. e8e0213 Write and read metadata attachments. by Devang Patel · 16 years ago
  3. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  4. 12ddd40 Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 16 years ago
  5. 48b2f3e Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h by Owen Anderson · 16 years ago
  6. d5ac404 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
  7. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago
  8. 74a7781 LLVMContext-ify the bitcode reader. by Owen Anderson · 16 years ago
  9. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 16 years ago
  10. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  11. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  12. 962dde3 Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 16 years ago
  13. 46e7740 reimplement BitcodeReaderValueList in terms of WeakVH instead of making by Chris Lattner · 16 years ago
  14. 19c8746 Now Attributes are divided in three groups by Devang Patel · 17 years ago
  15. 0598866 Large mechanical patch. by Devang Patel · 17 years ago
  16. eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 17 years ago
  17. ea693df recommit bcreader, handling packed structs correctly. Apparently by Chris Lattner · 17 years ago
  18. 4492596 Revert 55090, regressions in: by Daniel Dunbar · 17 years ago
  19. f4a97da Fix an N^2 issue handling constant resolution due to RAUW in large arrays by Chris Lattner · 17 years ago
  20. 6c80c38 eliminate calls to deprecated Use::init() interface by Gabor Greif · 17 years ago
  21. efe6536 merge of use-diet branch to trunk by Gabor Greif · 17 years ago
  22. 950a4c4 Add explicit keywords. by Dan Gohman · 17 years ago
  23. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
  24. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  25. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 18 years ago
  26. b348bb8 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 18 years ago
  27. d67c632 implement the ModuleProvider::dematerializeFunction hook by Chris Lattner · 18 years ago
  28. 650c938 Keep header file free of 'possible loss of data' warnings. by Jeff Cohen · 18 years ago
  29. 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 18 years ago
  30. 48c85b8 add support for reading the param attrs block by Chris Lattner · 18 years ago
  31. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 18 years ago
  32. a7c49aa handle function-level forward references, read binops. by Chris Lattner · 18 years ago
  33. 980e5aa implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 18 years ago
  34. 8669714 The stream to read from is now an ivar by Chris Lattner · 18 years ago
  35. 48f8487 implement scafolding for lazy deserialization of function bodies by Chris Lattner · 18 years ago
  36. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
  37. 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 18 years ago
  38. 07d98b4 add bitcode alias support by Chris Lattner · 18 years ago
  39. f66d20d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 18 years ago
  40. 522b7b1 implement support for reading aggregate constants, including handling forward by Chris Lattner · 18 years ago
  41. e16504e read basic constants: null, undef, integers <= 64bits by Chris Lattner · 18 years ago
  42. 6dbfd7b track global inits by Chris Lattner · 18 years ago
  43. 0b2482a Read global symtab by Chris Lattner · 18 years ago
  44. 47f96bf promote LLVMBitCodes to be a public header by Chris Lattner · 18 years ago
  45. cb403d6 Fix build problem with Gentoo 4.1.1-r3. by Jeff Cohen · 18 years ago
  46. caee0dc Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 18 years ago