1. 32497e1 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
  2. 477aa67 Add a FIXME comment. by Dan Gohman · 15 years ago
  3. e52725c Fix the bitcode reader to clear out function-specific state by Dan Gohman · 15 years ago
  4. 067eaef Fix a bug found by inspection. by Dan Gohman · 15 years ago
  5. 1b326c0 Add a comment. by Dan Gohman · 15 years ago
  6. 01085e6 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  7. ddaa808 Introduce a new temporary MDNode concept. Temporary MDNodes are by Dan Gohman · 15 years ago
  8. fe9d186 Revert r111082. No warnings for this common pattern. by Argiris Kirtzidis · 15 years ago
  9. 158d125 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argiris Kirtzidis · 15 years ago
  10. 79bb121 Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 15 years ago
  11. 94e59a0 Disallow null as a named metadata operand. by Dan Gohman · 15 years ago
  12. 85302f3 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 15 years ago
  13. 5d12ab5 Add support for empty metadata nodes: !{}. by Dan Gohman · 15 years ago
  14. b195035 cache result of operator* by Gabor Greif · 15 years ago
  15. f823966 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
  16. e066d26 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  17. f8b6137 Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  18. f7bf15c Bitcode support for allocas with arbitrary array size types. by Dan Gohman · 15 years ago
  19. f3795ee Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
  20. cd530fb If the bitcode reader input stream isn't a multiple of 4 bytes, it's more by Dan Gohman · 15 years ago
  21. 535969b reapply r98656 unmodified, which exposed the asmprinter not by Chris Lattner · 16 years ago
  22. 15b64f3 Revert r98656, its breaking all over the place. by Daniel Dunbar · 16 years ago
  23. 777448f improve support for uniontype and ConstantUnion, patch by Tim Northover! by Chris Lattner · 16 years ago
  24. 0ed995e Make the side-numbering of instructions used by metadata (which is needed to by Nick Lewycky · 16 years ago
  25. 10343d9 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 16 years ago
  26. e92dee1 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 16 years ago
  27. d5d5172 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 16 years ago
  28. 62de4e7 Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  29. 7fb6c5d Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case by Dan Gohman · 16 years ago
  30. 1c41942 Fix a crasher trying to fold each element in a comparison between two vectors by Nick Lewycky · 16 years ago
  31. 062f37c Parse function-local metadata inside function blocks by Victor Hernandez · 16 years ago
  32. b7074b0 s/NextValueNo/NextMDValueNo while processing metadata. by Devang Patel · 16 years ago
  33. c426124 Compute isFunctionLocal in MDNode ctor or via argument in new function getWhenValsUnresolved(). by Victor Hernandez · 16 years ago
  34. 444ec8f clean up this code, add a fixme. by Chris Lattner · 16 years ago
  35. b2a44e0 NamedMDNode element is either null or MDNode. Otherwise this is a malformed NamedMDNode record. by Devang Patel · 16 years ago
  36. 148981c Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} by Devang Patel · 16 years ago
  37. c5bb725 NamedMDNode is a collection MDNodes. by Devang Patel · 16 years ago
  38. f2052d5 Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
  39. a0d451f Final step in the metadata API restructuring: move the by Chris Lattner · 16 years ago
  40. dcf0657 This is a major cleanup of the instruction metadata interfaces that by Chris Lattner · 16 years ago
  41. 9741b1d rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind by Chris Lattner · 16 years ago
  42. 955449e Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 16 years ago
  43. 2243fcd Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 16 years ago
  44. e67ebab Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 16 years ago
  45. 620cead Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 16 years ago
  46. 7bc5f36 Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 16 years ago
  47. 1bd1d9e add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 16 years ago
  48. 4c3800f rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  49. e078728 add enough support for indirect branch for the feature test to pass by Chris Lattner · 16 years ago
  50. f756c16 Suppress -Asserts warning. by Daniel Dunbar · 16 years ago
  51. 9394608 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 16 years ago
  52. b10e68d Hide MetadataContext implementation details. by Devang Patel · 16 years ago
  53. 5ee3e4b Rename msasm to alignstack per review. by Dale Johannesen · 16 years ago
  54. 67439f0 Make changes to rev 84292 as requested by Chris Lattner. by Victor Hernandez · 16 years ago
  55. 6203d9d Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 16 years ago
  56. 2477bfe Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 16 years ago
  57. 3314e60 Remove unnecessary assert. by Devang Patel · 16 years ago
  58. 82cdc06 strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
  59. 3402a11 Only one custom meadata of each kind can be attached with an instruction. by Devang Patel · 16 years ago
  60. 6de78e2 s/class Metadata/class MetadataContext/g by Devang Patel · 16 years ago
  61. b589616 Do not use global typedef for MDKindID. by Devang Patel · 16 years ago
  62. 131e0fc Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 16 years ago
  63. b493c97 Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 16 years ago
  64. 3be44e6 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 16 years ago
  65. adc3761 Write and read metadata attachments. by Devang Patel · 16 years ago
  66. f3a08b8 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 16 years ago
  67. e0223c2 Public and private corrections, warned about by icc (#304). by Duncan Sands · 16 years ago
  68. 4f34518 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 16 years ago
  69. 99da1c0 Include optional subclass flags, such as inbounds, nsw, etc., in the by Dan Gohman · 16 years ago
  70. deda395 Add new value for given index in MDValuePtrs. by Devang Patel · 16 years ago
  71. 5838baa Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
  72. 15e723d Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
  73. 9406042 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
  74. e6803b8 Eliminate the unused Context argument on one of the ICmpInst and FCmpInst by Dan Gohman · 16 years ago
  75. 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
  76. b5ed449 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
  77. 768e97d Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
  78. 02f7bd5 Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
  79. 35b4707 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  80. d2ed745 Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
  81. ea27c23 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
  82. 20be058 Move the metadata constructors back to 2.5 syntax. by Owen Anderson · 16 years ago
  83. 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
  84. b99ecca Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
  85. 3e1ef93 Read and write NamedMDNode. by Devang Patel · 16 years ago
  86. 6b6e2d9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  87. 02b48c3 Move ConstantExpr to 2.5 API. by Owen Anderson · 16 years ago
  88. 7c36885 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
  89. 2f422e0 Return ConstantVector to 2.5 API. by Owen Anderson · 16 years ago
  90. 7b4f9f8 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
  91. 9c9f10e Move ConstantStruct back to 2.5 API. by Owen Anderson · 16 years ago
  92. 106b2ae Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 16 years ago
  93. d363a0e Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
  94. 1be1386 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 16 years ago
  95. a49de6f Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 16 years ago
  96. 1ba3687 Move ExtractElementInst to ::Create instead of new. Update all uses. by Eric Christopher · 16 years ago
  97. 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
  98. 5417dcf MDString by Devang Patel · 16 years ago
  99. 54199ef Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 16 years ago
  100. 0c0a6ca Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago