1. 9d0b704 Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 15 years ago
  2. df98761 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 15 years ago
  3. 24f934d Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 15 years ago
  4. cdfc940 Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 15 years ago
  5. 7d83ebc Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 15 years ago
  6. 50b136d add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 15 years ago
  7. 837e04a bitcode writer support for blockaddress. by Chris Lattner · 15 years ago
  8. 0eeb913 Previously, all operands to Constant were themselves constant. by Chris Lattner · 15 years ago
  9. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
  10. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
  11. f352359 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 15 years ago
  12. 046e78c Remove FreeInst. by Victor Hernandez · 15 years ago
  13. 22bbd9b Suppress -Asserts warning. by Daniel Dunbar · 15 years ago
  14. 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 15 years ago
  15. 9d89df1 Hide MetadataContext implementation details. by Devang Patel · 15 years ago
  16. f61b237 Fix getMDs() interface such that it does not expose implementation details. by Devang Patel · 15 years ago
  17. b5681b2 Using TrackingVH instead of WeakVH or WeakMetadataVH. by Devang Patel · 15 years ago
  18. ce6a1c9 Fix getHandlerNames() interface. Now it populate clinet supplied small vector with handler names. by Devang Patel · 15 years ago
  19. 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 15 years ago
  20. 028fa77 Do not use SmallVector to store MDNode elements. by Devang Patel · 15 years ago
  21. 68afa54 Make changes to rev 84292 as requested by Chris Lattner. by Victor Hernandez · 15 years ago
  22. 12f031d simplify. by Chris Lattner · 15 years ago
  23. a276c60 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 15 years ago
  24. 13ad5aa Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 15 years ago
  25. 4360298 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 15 years ago
  26. 5192e30 Do not write empty METADATA_ATTACHMENT record. by Devang Patel · 15 years ago
  27. a917bfe Remove unnecessary assert. by Devang Patel · 15 years ago
  28. cf0fe8d strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 15 years ago
  29. 58a230a Only one custom meadata of each kind can be attached with an instruction. by Devang Patel · 15 years ago
  30. e30e678 s/class Metadata/class MetadataContext/g by Devang Patel · 15 years ago
  31. a214840 Do not use global typedef for MDKindID. by Devang Patel · 15 years ago
  32. 3e0c99a Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 15 years ago
  33. 96b930d Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 15 years ago
  34. a279bc3 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 15 years ago
  35. e8e0213 Write and read metadata attachments. by Devang Patel · 15 years ago
  36. f8dbee7 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 15 years ago
  37. 59bf4fc Public and private corrections, warned about by icc (#304). by Duncan Sands · 15 years ago
  38. 92a97a9 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 15 years ago
  39. 859fff4 Include optional subclass flags, such as inbounds, nsw, etc., in the by Dan Gohman · 15 years ago
  40. 03a5f13 back out my recent commit (r80858), it seems to break self-hosting buildbot's stage 2 configure by Gabor Greif · 15 years ago
  41. c0ff8c8 Add new value for given index in MDValuePtrs. by Devang Patel · 15 years ago
  42. 190390b 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 · 15 years ago
  43. 65c3c8f Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 15 years ago
  44. e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 15 years ago
  45. 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 15 years ago
  46. 1c8a23c Eliminate the unused Context argument on one of the ICmpInst and FCmpInst by Dan Gohman · 15 years ago
  47. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  48. 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 · 15 years ago
  49. d9ea85a remove some uses of llvm/Support/Streams.h by Chris Lattner · 15 years ago
  50. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 15 years ago
  51. 5078f84 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 15 years ago
  52. dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 15 years ago
  53. 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 15 years ago
  54. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  55. 12ddd40 Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 15 years ago
  56. ccf9f2b Change llvm-c's ordering of contexts to make it consistent. by Erick Tryzelaar · 15 years ago
  57. d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 15 years ago
  58. 4f95d2b revert r78048, it isn't worth using assertingvh here. by Chris Lattner · 15 years ago
  59. 48b2f3e Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h by Owen Anderson · 15 years ago
  60. d5ac404 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 15 years ago
  61. 912538b Revert recent bitcode writer patches. by Devang Patel · 15 years ago
  62. 0a0193e switch ValueMap to using AssertingVH. This is an old patch I had laying by Chris Lattner · 15 years ago
  63. 13ed1e2 Remove dead code. by Devang Patel · 15 years ago
  64. 2453c40 Fix MDString Abbrev setup. by Devang Patel · 15 years ago
  65. 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 · 15 years ago
  66. 647e301 Move the metadata constructors back to 2.5 syntax. by Owen Anderson · 15 years ago
  67. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
  68. 624f3b9 Work around a dangling pointer dereference when enumerating NamedMDNodes. by Benjamin Kramer · 15 years ago
  69. b3f7c61 Do not use abbrev while writing NamedMDNode name. by Devang Patel · 15 years ago
  70. 53a7c6c Enumerate NamedMDNode elements first. by Devang Patel · 15 years ago
  71. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  72. aa99314 Read and write NamedMDNode. by Devang Patel · 15 years ago
  73. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  74. baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
  75. 985fea2 Refactor. Fix indentation. by Devang Patel · 15 years ago
  76. 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 15 years ago
  77. af7ec97 Return ConstantVector to 2.5 API. by Owen Anderson · 15 years ago
  78. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  79. 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 15 years ago
  80. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
  81. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
  82. 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 15 years ago
  83. 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  84. a3500da Move ExtractElementInst to ::Create instead of new. Update all uses. by Eric Christopher · 15 years ago
  85. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  86. 2f9c3b0 MDString by Devang Patel · 15 years ago
  87. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  88. 70c9d17 Fix indentation. by Devang Patel · 15 years ago
  89. 02383cc Use isa<> instead of dyn_cast<>. by Devang Patel · 15 years ago
  90. 3185a4a Fixed build warning. No functionality change. by Sanjiv Gupta · 15 years ago
  91. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 15 years ago
  92. 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 15 years ago
  93. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  94. 50dead0 Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 15 years ago
  95. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  96. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  97. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  98. 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
  99. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  100. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago