1. b799346 Materialize functions whose basic blocks are used by global variables. Fixes by Rafael Espindola · 14 years ago
  2. ca2567b Begin adding experimental support for preserving use-list ordering of bitcode by Chad Rosier · 14 years ago
  3. 1c9e567 remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0 by Chris Lattner · 14 years ago
  4. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  5. b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  6. 54677c1 type can be null by Chris Lattner · 14 years ago
  7. cdfcc2d use a more efficient check for 'is metadata' by Chris Lattner · 14 years ago
  8. 2feca50 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 14 years ago
  9. 0198ce0 Provide a fast "get me the target triple from the module" API. This can by Bill Wendling · 15 years ago
  10. bbcd04d Add full auto-upgrade support for LLVM 2.7 bitcode metadata. by Dan Gohman · 15 years ago
  11. 43aa8f0 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 15 years ago
  12. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  13. a056697 Final step in the metadata API restructuring: move the by Chris Lattner · 16 years ago
  14. 5956dc8 add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 16 years ago
  15. af206b8 Write and read metadata attachments. by Devang Patel · 16 years ago
  16. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  17. 78c3bcb Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 16 years ago
  18. afd0c4c Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h by Owen Anderson · 16 years ago
  19. 05eb617 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
  20. 7428d8a Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago
  21. e9f9804 LLVMContext-ify the bitcode reader. by Owen Anderson · 16 years ago
  22. 2a15443 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 16 years ago
  23. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  24. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  25. 277800a Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 17 years ago
  26. 2d8cd80 reimplement BitcodeReaderValueList in terms of WeakVH instead of making by Chris Lattner · 17 years ago
  27. a05633e Now Attributes are divided in three groups by Devang Patel · 17 years ago
  28. 4c758ea Large mechanical patch. by Devang Patel · 17 years ago
  29. ba3fa6c s/ParameterAttributes/Attributes/g by Devang Patel · 17 years ago
  30. 7442993 recommit bcreader, handling packed structs correctly. Apparently by Chris Lattner · 17 years ago
  31. ad1a1de Revert 55090, regressions in: by Daniel Dunbar · 17 years ago
  32. 0bed49c Fix an N^2 issue handling constant resolution due to RAUW in large arrays by Chris Lattner · 17 years ago
  33. 2d3024d eliminate calls to deprecated Use::init() interface by Gabor Greif · 17 years ago
  34. f6caff66 merge of use-diet branch to trunk by Gabor Greif · 17 years ago
  35. c60c67f Add explicit keywords. by Dan Gohman · 18 years ago
  36. 8a923e7 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 18 years ago
  37. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  38. 7132e00 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
  39. 9eeada9 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 18 years ago
  40. a6f88ce implement the ModuleProvider::dematerializeFunction hook by Chris Lattner · 18 years ago
  41. fd73e54 Keep header file free of 'possible loss of data' warnings. by Jeff Cohen · 19 years ago
  42. df1233d stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 19 years ago
  43. fee5a37 add support for reading the param attrs block by Chris Lattner · 19 years ago
  44. 5285b5e add reader logic for terminator instrs. by Chris Lattner · 19 years ago
  45. 8393055 handle function-level forward references, read binops. by Chris Lattner · 19 years ago
  46. 85b7b40 implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 19 years ago
  47. 48a8de3 The stream to read from is now an ivar by Chris Lattner · 19 years ago
  48. 51ffe7c implement scafolding for lazy deserialization of function bodies by Chris Lattner · 19 years ago
  49. 6694f60 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 19 years ago
  50. 831d420 move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 19 years ago
  51. 44c1707 add bitcode alias support by Chris Lattner · 19 years ago
  52. 890683d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 19 years ago
  53. 1663cca implement support for reading aggregate constants, including handling forward by Chris Lattner · 19 years ago
  54. fbc1d33 read basic constants: null, undef, integers <= 64bits by Chris Lattner · 19 years ago
  55. 47d131b track global inits by Chris Lattner · 19 years ago
  56. ccaa448 Read global symtab by Chris Lattner · 19 years ago
  57. 362b4a1 promote LLVMBitCodes to be a public header by Chris Lattner · 19 years ago
  58. 33be4c7 Fix build problem with Gentoo 4.1.1-r3. by Jeff Cohen · 19 years ago
  59. 1314b99 Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 19 years ago