1. f540d74 bitcode writer support for blockaddress. by Chris Lattner · 16 years ago
  2. a91a563 Previously, all operands to Constant were themselves constant. by Chris Lattner · 16 years ago
  3. d04cb6d rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  4. 3ed871f add enough support for indirect branch for the feature test to pass by Chris Lattner · 16 years ago
  5. 26a7ae4 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 16 years ago
  6. de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
  7. 6da5dbf Fix getMDs() interface such that it does not expose implementation details. by Devang Patel · 16 years ago
  8. 084679e Using TrackingVH instead of WeakVH or WeakMetadataVH. by Devang Patel · 16 years ago
  9. 0fffb49 Fix getHandlerNames() interface. Now it populate clinet supplied small vector with handler names. by Devang Patel · 16 years ago
  10. 1cfb958 Rename msasm to alignstack per review. by Dale Johannesen · 16 years ago
  11. aa1332e simplify. by Chris Lattner · 16 years ago
  12. a3aaf85 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
  13. fd04c74 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 16 years ago
  14. 78cb102 Do not write empty METADATA_ATTACHMENT record. by Devang Patel · 16 years ago
  15. fdd8790 strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
  16. 2d85eef s/class Metadata/class MetadataContext/g by Devang Patel · 16 years ago
  17. 7d6781b Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 16 years ago
  18. af206b8 Write and read metadata attachments. by Devang Patel · 16 years ago
  19. 2d60e1e back out my recent commit (r80858), it seems to break self-hosting buildbot's stage 2 configure by Gabor Greif · 16 years ago
  20. 14dfba6 re-commit r66920 (which has been backed out in r66953) I may have more luck this time. I'll back out if needed... by Gabor Greif · 16 years ago
  21. 6973395 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
  22. 16f5415 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
  23. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  24. 694285c revert r78048, it isn't worth using assertingvh here. by Chris Lattner · 16 years ago
  25. 05eb617 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
  26. 8cca7b4 Revert recent bitcode writer patches. by Devang Patel · 16 years ago
  27. 59c08e7 switch ValueMap to using AssertingVH. This is an old patch I had laying by Chris Lattner · 16 years ago
  28. 4314b1d Remove dead code. by Devang Patel · 16 years ago
  29. b299790 Fix MDString Abbrev setup. by Devang Patel · 16 years ago
  30. 8abe6bc 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
  31. 16e5124 Do not use abbrev while writing NamedMDNode name. by Devang Patel · 16 years ago
  32. 27c87ff Read and write NamedMDNode. by Devang Patel · 16 years ago
  33. 727a582 Refactor. Fix indentation. by Devang Patel · 16 years ago
  34. a4f43fb Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
  35. 1639c39 Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 16 years ago
  36. 6292003 MDString by Devang Patel · 16 years ago
  37. e059ba6e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 16 years ago
  38. 096ecf1 Fix indentation. by Devang Patel · 16 years ago
  39. 7428d8a Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago
  40. 0ebd696 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 16 years ago
  41. a3c6f6b Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  42. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  43. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  44. a21d3da Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
  45. a879819 Don't remove aggregate-typed module level constants before encoding functions by Nick Lewycky · 16 years ago
  46. a5b9645 Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  47. adbc284 Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
  48. b8f9b7a Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
  49. 184f1be Add a new "available_externally" linkage type. This is intended by Chris Lattner · 17 years ago
  50. 49f8919 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 17 years ago
  51. 93eefa0 Fix internal representation of fp80 to be the by Dale Johannesen · 17 years ago
  52. 4bb96e9 Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 17 years ago
  53. 258232f Second installment of "BasicBlock operands to the back" changes. by Gabor Greif · 17 years ago
  54. 4581beb It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 17 years ago
  55. e288105 Remove the one-definition-rule version of extern_weak by Duncan Sands · 17 years ago
  56. 12da8ce Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 17 years ago
  57. 94aa38d Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 17 years ago
  58. 1933b00 use precise getters by Gabor Greif · 17 years ago
  59. 4b79e47 use specialized accessor instead of plain getOperand(0) by Gabor Greif · 17 years ago
  60. 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
  61. 6aa83bd revert to functionally equivalent formulation by Gabor Greif · 17 years ago
  62. 6ecd6f4 use the obvious getters by Gabor Greif · 17 years ago
  63. af4c0bf Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 17 years ago
  64. 8d69f48 Commit missed files from nocapture change. by Nick Lewycky · 17 years ago
  65. a397bae Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
  66. 8d2ea18 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 17 years ago
  67. ddffe62 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 17 years ago
  68. f4be246 Make sure to set stdout to binary when writing bitcode files via by Daniel Dunbar · 17 years ago
  69. 890d0de Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. by Daniel Dunbar · 17 years ago
  70. 54306fe Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  71. 4c758ea Large mechanical patch. by Devang Patel · 17 years ago
  72. 6402c72 s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
  73. 82fed67 Use parameter attribute store (soon to be renamed) for by Devang Patel · 17 years ago
  74. c5d2892 Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 17 years ago
  75. c579d97 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 17 years ago
  76. ca9d93e Read and write function notes. by Devang Patel · 17 years ago
  77. 339c3ca add #include by Chris Lattner · 17 years ago
  78. d930f91 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  79. fa1211f Enable first-class aggregates support. by Dan Gohman · 17 years ago
  80. d5d24f6 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago
  81. a660f4b Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 17 years ago
  82. 5b3e396 Turn stdout into binary mode during bitcode emission. by Anton Korobeynikov · 17 years ago
  83. ca0256a Improved bitcode support for insertvalue/extractvalue. by Dan Gohman · 17 years ago
  84. 1ecaf45 IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 17 years ago
  85. 3049984 Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
  86. 6ef726a Allow an extra bit for CommonLinkage. by Dale Johannesen · 17 years ago
  87. ce4396b Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  88. d219570 Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
  89. 4d43d3c Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 18 years ago
  90. 8a923e7 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 18 years ago
  91. db691cb Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 18 years ago
  92. 3cc9be0 Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 18 years ago
  93. 443018e Remove debugging help. by Devang Patel · 18 years ago
  94. bbfd874 Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 18 years ago
  95. 2f18c39 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 18 years ago
  96. 6a49782 Properly read and write bitcodes for multiple return values. by Devang Patel · 18 years ago
  97. 09f410b Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 18 years ago
  98. 49cfe70 Read and write getresult. by Devang Patel · 18 years ago
  99. 965155a Support alignment within ParamAttrs in the I/O handling. by Dale Johannesen · 18 years ago
  100. 89268bc Expand ParameterAttributes to 32 bits (in preparation by Dale Johannesen · 18 years ago