1. 062f37c Parse function-local metadata inside function blocks by Victor Hernandez · 16 years ago
  2. b7074b0 s/NextValueNo/NextMDValueNo while processing metadata. by Devang Patel · 16 years ago
  3. c426124 Compute isFunctionLocal in MDNode ctor or via argument in new function getWhenValsUnresolved(). by Victor Hernandez · 16 years ago
  4. 444ec8f clean up this code, add a fixme. by Chris Lattner · 16 years ago
  5. b2a44e0 NamedMDNode element is either null or MDNode. Otherwise this is a malformed NamedMDNode record. by Devang Patel · 16 years ago
  6. 148981c Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} by Devang Patel · 16 years ago
  7. c5bb725 NamedMDNode is a collection MDNodes. by Devang Patel · 16 years ago
  8. f2052d5 Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
  9. a0d451f Final step in the metadata API restructuring: move the by Chris Lattner · 16 years ago
  10. dcf0657 This is a major cleanup of the instruction metadata interfaces that by Chris Lattner · 16 years ago
  11. 9741b1d rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind by Chris Lattner · 16 years ago
  12. 955449e Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 16 years ago
  13. 2243fcd Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 16 years ago
  14. e67ebab Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 16 years ago
  15. 620cead Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 16 years ago
  16. 7bc5f36 Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 16 years ago
  17. 1bd1d9e add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 16 years ago
  18. 4c3800f rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  19. e078728 add enough support for indirect branch for the feature test to pass by Chris Lattner · 16 years ago
  20. f756c16 Suppress -Asserts warning. by Daniel Dunbar · 16 years ago
  21. 9394608 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 16 years ago
  22. b10e68d Hide MetadataContext implementation details. by Devang Patel · 16 years ago
  23. 5ee3e4b Rename msasm to alignstack per review. by Dale Johannesen · 16 years ago
  24. 67439f0 Make changes to rev 84292 as requested by Chris Lattner. by Victor Hernandez · 16 years ago
  25. 6203d9d Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 16 years ago
  26. 2477bfe Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 16 years ago
  27. 3314e60 Remove unnecessary assert. by Devang Patel · 16 years ago
  28. 82cdc06 strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
  29. 3402a11 Only one custom meadata of each kind can be attached with an instruction. by Devang Patel · 16 years ago
  30. 6de78e2 s/class Metadata/class MetadataContext/g by Devang Patel · 16 years ago
  31. b589616 Do not use global typedef for MDKindID. by Devang Patel · 16 years ago
  32. 131e0fc Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 16 years ago
  33. b493c97 Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 16 years ago
  34. 3be44e6 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 16 years ago
  35. adc3761 Write and read metadata attachments. by Devang Patel · 16 years ago
  36. f3a08b8 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 16 years ago
  37. e0223c2 Public and private corrections, warned about by icc (#304). by Duncan Sands · 16 years ago
  38. 4f34518 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 16 years ago
  39. 99da1c0 Include optional subclass flags, such as inbounds, nsw, etc., in the by Dan Gohman · 16 years ago
  40. deda395 Add new value for given index in MDValuePtrs. by Devang Patel · 16 years ago
  41. 5838baa Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
  42. 15e723d Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
  43. 9406042 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
  44. e6803b8 Eliminate the unused Context argument on one of the ICmpInst and FCmpInst by Dan Gohman · 16 years ago
  45. 57b83c7 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
  46. b5ed449 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
  47. 768e97d Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
  48. 02f7bd5 Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
  49. 35b4707 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  50. d2ed745 Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
  51. ea27c23 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
  52. 20be058 Move the metadata constructors back to 2.5 syntax. by Owen Anderson · 16 years ago
  53. aac2837 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
  54. b99ecca Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
  55. 3e1ef93 Read and write NamedMDNode. by Devang Patel · 16 years ago
  56. 6b6e2d9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  57. 02b48c3 Move ConstantExpr to 2.5 API. by Owen Anderson · 16 years ago
  58. 7c36885 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
  59. 2f422e0 Return ConstantVector to 2.5 API. by Owen Anderson · 16 years ago
  60. 7b4f9f8 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
  61. 9c9f10e Move ConstantStruct back to 2.5 API. by Owen Anderson · 16 years ago
  62. 106b2ae Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 16 years ago
  63. d363a0e Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
  64. 1be1386 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 16 years ago
  65. a49de6f Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 16 years ago
  66. 1ba3687 Move ExtractElementInst to ::Create instead of new. Update all uses. by Eric Christopher · 16 years ago
  67. eacb44d 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
  68. 5417dcf MDString by Devang Patel · 16 years ago
  69. 54199ef Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 16 years ago
  70. 0c0a6ca Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago
  71. 799a8c8 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 16 years ago
  72. 41a0785 Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  73. 140166d Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 16 years ago
  74. 9f5b2aa Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  75. 6601fcd 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
  76. e17fc1d Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
  77. 8f5253b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
  78. e0f136d Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
  79. 4956cde LLVMContext-ify the bitcode reader. by Owen Anderson · 16 years ago
  80. afadbf2 !"i" is a valid MDString. by Devang Patel · 16 years ago
  81. 92adb18 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 16 years ago
  82. a148fdd Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  83. 25209b4 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  84. 6b69fff Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic. by Chris Lattner · 16 years ago
  85. 7ce405e Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  86. cd36a36 Update the bitcode reader to support reading .bc files where the embedded by Nick Lewycky · 16 years ago
  87. dc9b1b5 Fix typo in error message. by Nick Lewycky · 16 years ago
  88. 29aaef8 Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
  89. 117f438 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
  90. 25a6abf Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 16 years ago
  91. 6843344 Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  92. abd0e44 Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 16 years ago
  93. 4dcf810 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  94. da486ce fix a serious regression I introduced in my previous patch. by Chris Lattner · 16 years ago
  95. ed490d1 reimplement BitcodeReaderValueList in terms of WeakVH instead of making by Chris Lattner · 16 years ago
  96. 0a92eac Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  97. b95df79 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  98. 565f65d Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  99. 19d161f Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  100. d6d715b Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 17 years ago