1. 5ee3e4b Rename msasm to alignstack per review. by Dale Johannesen · 16 years ago
  2. 67439f0 Make changes to rev 84292 as requested by Chris Lattner. by Victor Hernandez · 16 years ago
  3. 6203d9d Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 16 years ago
  4. 2477bfe Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 16 years ago
  5. 3314e60 Remove unnecessary assert. by Devang Patel · 16 years ago
  6. 82cdc06 strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
  7. 3402a11 Only one custom meadata of each kind can be attached with an instruction. by Devang Patel · 16 years ago
  8. 6de78e2 s/class Metadata/class MetadataContext/g by Devang Patel · 16 years ago
  9. b589616 Do not use global typedef for MDKindID. by Devang Patel · 16 years ago
  10. 131e0fc Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 16 years ago
  11. b493c97 Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 16 years ago
  12. 3be44e6 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 16 years ago
  13. adc3761 Write and read metadata attachments. by Devang Patel · 16 years ago
  14. f3a08b8 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 16 years ago
  15. e0223c2 Public and private corrections, warned about by icc (#304). by Duncan Sands · 16 years ago
  16. 4f34518 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 16 years ago
  17. 99da1c0 Include optional subclass flags, such as inbounds, nsw, etc., in the by Dan Gohman · 16 years ago
  18. deda395 Add new value for given index in MDValuePtrs. by Devang Patel · 16 years ago
  19. 5838baa Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
  20. 15e723d Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
  21. 9406042 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
  22. e6803b8 Eliminate the unused Context argument on one of the ICmpInst and FCmpInst by Dan Gohman · 16 years ago
  23. 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
  24. b5ed449 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
  25. 768e97d Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
  26. 02f7bd5 Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
  27. 35b4707 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  28. d2ed745 Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
  29. ea27c23 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
  30. 20be058 Move the metadata constructors back to 2.5 syntax. by Owen Anderson · 16 years ago
  31. 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
  32. b99ecca Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
  33. 3e1ef93 Read and write NamedMDNode. by Devang Patel · 16 years ago
  34. 6b6e2d9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  35. 02b48c3 Move ConstantExpr to 2.5 API. by Owen Anderson · 16 years ago
  36. 7c36885 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
  37. 2f422e0 Return ConstantVector to 2.5 API. by Owen Anderson · 16 years ago
  38. 7b4f9f8 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
  39. 9c9f10e Move ConstantStruct back to 2.5 API. by Owen Anderson · 16 years ago
  40. 106b2ae Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 16 years ago
  41. d363a0e Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
  42. 1be1386 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 16 years ago
  43. a49de6f Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 16 years ago
  44. 1ba3687 Move ExtractElementInst to ::Create instead of new. Update all uses. by Eric Christopher · 16 years ago
  45. 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
  46. 5417dcf MDString by Devang Patel · 16 years ago
  47. 54199ef Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 16 years ago
  48. 0c0a6ca Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago
  49. 799a8c8 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 16 years ago
  50. 41a0785 Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  51. 140166d Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 16 years ago
  52. 9f5b2aa Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  53. 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
  54. e17fc1d Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
  55. 8f5253b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
  56. e0f136d Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
  57. 4956cde LLVMContext-ify the bitcode reader. by Owen Anderson · 16 years ago
  58. afadbf2 !"i" is a valid MDString. by Devang Patel · 16 years ago
  59. 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
  60. a148fdd Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  61. 25209b4 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  62. 6b69fff Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic. by Chris Lattner · 16 years ago
  63. 7ce405e Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  64. cd36a36 Update the bitcode reader to support reading .bc files where the embedded by Nick Lewycky · 16 years ago
  65. dc9b1b5 Fix typo in error message. by Nick Lewycky · 16 years ago
  66. 29aaef8 Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
  67. 117f438 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
  68. 25a6abf Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 16 years ago
  69. 6843344 Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  70. abd0e44 Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 16 years ago
  71. 4dcf810 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  72. da486ce fix a serious regression I introduced in my previous patch. by Chris Lattner · 16 years ago
  73. ed490d1 reimplement BitcodeReaderValueList in terms of WeakVH instead of making by Chris Lattner · 16 years ago
  74. 0a92eac Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  75. b95df79 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  76. 565f65d Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  77. 19d161f Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  78. d6d715b Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 17 years ago
  79. 12b4aee fix a bitcode reader bug where it can't handle extractelement correctly: by Chris Lattner · 17 years ago
  80. a168fc9 Add the private linkage. by Rafael Espindola · 17 years ago
  81. 4029a94 Commit missed files from nocapture change. by Nick Lewycky · 17 years ago
  82. e9b9b07 Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
  83. 24af92f Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 17 years ago
  84. bff5d9c Added support for the following definition of shufflevector by Mon P Wang · 17 years ago
  85. 5860154 make the autoupgrade code for ret attributes dramatically simpler by Chris Lattner · 17 years ago
  86. f2a4a92 Now Attributes are divided in three groups by Devang Patel · 17 years ago
  87. d222f86 Large mechanical patch. by Devang Patel · 17 years ago
  88. 93044ce s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
  89. d708b53 Use parameter attribute store (soon to be renamed) for by Devang Patel · 17 years ago
  90. 6fa5bce Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 17 years ago
  91. 607ddb9 Temporarily disable vector select in the bitcode reader. The by Dan Gohman · 17 years ago
  92. b60ca3c Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 17 years ago
  93. f30ee90 Read and write function notes. by Devang Patel · 17 years ago
  94. 8ae2e25 Switch from an O(n) method to an O(1) method for changing non-constant operands. by Chris Lattner · 17 years ago
  95. 345bbb7 recommit bcreader, handling packed structs correctly. Apparently by Chris Lattner · 17 years ago
  96. a267489 Revert 55090, regressions in: by Daniel Dunbar · 17 years ago
  97. 091c331 Fix an N^2 issue handling constant resolution due to RAUW in large arrays by Chris Lattner · 17 years ago
  98. 1aed599 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  99. 29474e9 Enable first-class aggregates support. by Dan Gohman · 17 years ago
  100. ea1ace2 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago