1. 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 16 years ago
  2. d9ea85a remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
  3. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
  4. 5078f84 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
  5. dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
  6. 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
  7. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  8. 12ddd40 Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 16 years ago
  9. ccf9f2b Change llvm-c's ordering of contexts to make it consistent. by Erick Tryzelaar · 16 years ago
  10. d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
  11. 4f95d2b revert r78048, it isn't worth using assertingvh here. by Chris Lattner · 16 years ago
  12. 48b2f3e Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h by Owen Anderson · 16 years ago
  13. d5ac404 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
  14. 912538b Revert recent bitcode writer patches. by Devang Patel · 16 years ago
  15. 0a0193e switch ValueMap to using AssertingVH. This is an old patch I had laying by Chris Lattner · 16 years ago
  16. 13ed1e2 Remove dead code. by Devang Patel · 16 years ago
  17. 2453c40 Fix MDString Abbrev setup. by Devang Patel · 16 years ago
  18. d701aa7 Constants and Metadata share ValueList. This means they must be emitted interleaved (using appropriate BLOCK_IDs) otherwise ValuePtrs index gets out of sync. by Devang Patel · 16 years ago
  19. 647e301 Move the metadata constructors back to 2.5 syntax. by Owen Anderson · 16 years ago
  20. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
  21. 624f3b9 Work around a dangling pointer dereference when enumerating NamedMDNodes. by Benjamin Kramer · 16 years ago
  22. b3f7c61 Do not use abbrev while writing NamedMDNode name. by Devang Patel · 16 years ago
  23. 53a7c6c Enumerate NamedMDNode elements first. by Devang Patel · 16 years ago
  24. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
  25. aa99314 Read and write NamedMDNode. by Devang Patel · 16 years ago
  26. debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  27. baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 16 years ago
  28. 985fea2 Refactor. Fix indentation. by Devang Patel · 16 years ago
  29. 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
  30. af7ec97 Return ConstantVector to 2.5 API. by Owen Anderson · 16 years ago
  31. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
  32. 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 16 years ago
  33. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 16 years ago
  34. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
  35. 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 16 years ago
  36. 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 16 years ago
  37. a3500da Move ExtractElementInst to ::Create instead of new. Update all uses. by Eric Christopher · 16 years ago
  38. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
  39. 2f9c3b0 MDString by Devang Patel · 16 years ago
  40. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 16 years ago
  41. 70c9d17 Fix indentation. by Devang Patel · 16 years ago
  42. 02383cc Use isa<> instead of dyn_cast<>. by Devang Patel · 16 years ago
  43. 3185a4a Fixed build warning. No functionality change. by Sanjiv Gupta · 16 years ago
  44. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago
  45. 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 16 years ago
  46. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  47. 50dead0 Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 16 years ago
  48. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  49. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  50. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  51. 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 16 years ago
  52. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
  53. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
  54. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
  55. 74a7781 LLVMContext-ify the bitcode reader. by Owen Anderson · 16 years ago
  56. a41a5dc !"i" is a valid MDString. by Devang Patel · 16 years ago
  57. d0265aa Ack, missed one incompatibility. by Owen Anderson · 16 years ago
  58. c8897d9 Restore other bits of the C API that I tore up. All pre-existing APIs default to using the by Owen Anderson · 16 years ago
  59. 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
  60. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  61. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  62. 714fa95 Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic. by Chris Lattner · 16 years ago
  63. f7e4981 Don't remove aggregate-typed module level constants before encoding functions by Nick Lewycky · 16 years ago
  64. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  65. 3728a02 Update the bitcode reader to support reading .bc files where the embedded by Nick Lewycky · 16 years ago
  66. 88b7293 Fix typo in error message. by Nick Lewycky · 16 years ago
  67. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
  68. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
  69. 962dde3 Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 16 years ago
  70. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  71. e2a466b Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 16 years ago
  72. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  73. 7d9eb58 fix a serious regression I introduced in my previous patch. by Chris Lattner · 16 years ago
  74. 46e7740 reimplement BitcodeReaderValueList in terms of WeakVH instead of making by Chris Lattner · 16 years ago
  75. 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  76. 9a507cd Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 16 years ago
  77. b14cda3 Second installment of "BasicBlock operands to the back" changes. by Gabor Greif · 16 years ago
  78. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  79. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  80. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  81. 0f123cf Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 17 years ago
  82. ba120aa fix a bitcode reader bug where it can't handle extractelement correctly: by Chris Lattner · 17 years ago
  83. ae6ab1e use precise getters by Gabor Greif · 17 years ago
  84. 75a46eb use specialized accessor instead of plain getOperand(0) by Gabor Greif · 17 years ago
  85. bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
  86. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
  87. fdede43 revert to functionally equivalent formulation by Gabor Greif · 17 years ago
  88. 8fe53b7 use the obvious getters by Gabor Greif · 17 years ago
  89. f900f7b revert r61368. by Zhongxing Xu · 17 years ago
  90. fe5c8d0 Remove dead code. by Zhongxing Xu · 17 years ago
  91. 38e7721 Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 17 years ago
  92. 73ddd4f Commit missed files from nocapture change. by Nick Lewycky · 17 years ago
  93. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
  94. 382da62 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 17 years ago
  95. e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 17 years ago
  96. aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 17 years ago
  97. e2e9d8e Make sure to set stdout to binary when writing bitcode files via by Daniel Dunbar · 17 years ago
  98. d1ce3b4 Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. by Daniel Dunbar · 17 years ago
  99. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  100. 9a6cb15 make the autoupgrade code for ret attributes dramatically simpler by Chris Lattner · 17 years ago