1. 1ba3687 Move ExtractElementInst to ::Create instead of new. Update all uses. by Eric Christopher · 16 years ago
  2. 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
  3. 5417dcf MDString by Devang Patel · 16 years ago
  4. 54199ef Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 16 years ago
  5. 0c0a6ca Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago
  6. 799a8c8 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 16 years ago
  7. 41a0785 Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  8. 140166d Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 16 years ago
  9. 9f5b2aa Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  10. 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
  11. e17fc1d Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
  12. 8f5253b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
  13. e0f136d Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
  14. 4956cde LLVMContext-ify the bitcode reader. by Owen Anderson · 16 years ago
  15. afadbf2 !"i" is a valid MDString. by Devang Patel · 16 years ago
  16. 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
  17. a148fdd Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  18. 25209b4 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  19. 6b69fff Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic. by Chris Lattner · 16 years ago
  20. 7ce405e Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  21. cd36a36 Update the bitcode reader to support reading .bc files where the embedded by Nick Lewycky · 16 years ago
  22. dc9b1b5 Fix typo in error message. by Nick Lewycky · 16 years ago
  23. 29aaef8 Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
  24. 117f438 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
  25. 25a6abf Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 16 years ago
  26. 6843344 Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  27. abd0e44 Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 16 years ago
  28. 4dcf810 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  29. da486ce fix a serious regression I introduced in my previous patch. by Chris Lattner · 16 years ago
  30. ed490d1 reimplement BitcodeReaderValueList in terms of WeakVH instead of making by Chris Lattner · 16 years ago
  31. 0a92eac Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  32. b95df79 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  33. 565f65d Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  34. 19d161f Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  35. d6d715b Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 17 years ago
  36. 12b4aee fix a bitcode reader bug where it can't handle extractelement correctly: by Chris Lattner · 17 years ago
  37. a168fc9 Add the private linkage. by Rafael Espindola · 17 years ago
  38. 4029a94 Commit missed files from nocapture change. by Nick Lewycky · 17 years ago
  39. e9b9b07 Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
  40. 24af92f Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 17 years ago
  41. bff5d9c Added support for the following definition of shufflevector by Mon P Wang · 17 years ago
  42. 5860154 make the autoupgrade code for ret attributes dramatically simpler by Chris Lattner · 17 years ago
  43. f2a4a92 Now Attributes are divided in three groups by Devang Patel · 17 years ago
  44. d222f86 Large mechanical patch. by Devang Patel · 17 years ago
  45. 93044ce s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
  46. d708b53 Use parameter attribute store (soon to be renamed) for by Devang Patel · 17 years ago
  47. 6fa5bce Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 17 years ago
  48. 607ddb9 Temporarily disable vector select in the bitcode reader. The by Dan Gohman · 17 years ago
  49. b60ca3c Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 17 years ago
  50. f30ee90 Read and write function notes. by Devang Patel · 17 years ago
  51. 8ae2e25 Switch from an O(n) method to an O(1) method for changing non-constant operands. by Chris Lattner · 17 years ago
  52. 345bbb7 recommit bcreader, handling packed structs correctly. Apparently by Chris Lattner · 17 years ago
  53. a267489 Revert 55090, regressions in: by Daniel Dunbar · 17 years ago
  54. 091c331 Fix an N^2 issue handling constant resolution due to RAUW in large arrays by Chris Lattner · 17 years ago
  55. 1aed599 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  56. 29474e9 Enable first-class aggregates support. by Dan Gohman · 17 years ago
  57. ea1ace2 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago
  58. 65b13ff Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 17 years ago
  59. aa91c1d Improved bitcode support for insertvalue/extractvalue. by Dan Gohman · 17 years ago
  60. e5febe4 IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 17 years ago
  61. 06b0feb eliminate calls to deprecated Use::init() interface by Gabor Greif · 17 years ago
  62. e6b1ee6 Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
  63. a645dd3 API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 17 years ago
  64. b91ea9d Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 17 years ago
  65. 49c4412 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  66. 2758454 Simplify some checks by Nate Begeman · 17 years ago
  67. 58ead99 Pointer comparisons should use icmp, not vicmp by Nate Begeman · 17 years ago
  68. 9b228f5 Pointer comparisons should be handled by icmp, not vicmp :) by Nate Begeman · 17 years ago
  69. 646fa48 Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
  70. 25bc322 merge of use-diet branch to trunk by Gabor Greif · 17 years ago
  71. d8aa33a Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
  72. 5e0610f Switch to using Simplified ConstantFP::get API. by Chris Lattner · 17 years ago
  73. 20e7f1a Gabor points out that reserveOperandSpace takes # of values, by Chris Lattner · 17 years ago
  74. d6da1d0 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  75. 1c8733e Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
  76. 2ee8553 when the bitcode reader is referencing a paramattr, make sure to bump its refcount. by Chris Lattner · 17 years ago
  77. 5789f8d Be backward compatible by Anton Korobeynikov · 17 years ago
  78. 902a011 Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 17 years ago
  79. 31f5f24 Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  80. 5765239 Use SmallVector while constructing ReturnInst. by Devang Patel · 17 years ago
  81. b7fbc8b Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
  82. 2350255 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 18 years ago
  83. 0a49aa3 Properly read and write bitcodes for multiple return values. by Devang Patel · 18 years ago
  84. 9873882 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 18 years ago
  85. 774ee9e Read and write getresult. by Devang Patel · 18 years ago
  86. 301f405 Use empty() instead of comparing size() with zero. by Dan Gohman · 18 years ago
  87. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  88. 7f05d85 Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure by Evan Cheng · 18 years ago
  89. bb2f222 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 18 years ago
  90. 44d62f6 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 18 years ago
  91. 13fe5e3 Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
  92. 70b644d Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 18 years ago
  93. f5588dc Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  94. e2898f0 In order for parameter attribute uniquing to make by Duncan Sands · 18 years ago
  95. ed4a61b Add explicit keywords. by Dan Gohman · 18 years ago
  96. cfb19e6 Make labels work in asm blocks; allow labels as by Dale Johannesen · 18 years ago
  97. 2aef569 Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
  98. fbd9cda Revise previous patch per review comments. by Dale Johannesen · 18 years ago
  99. 1616e90 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  100. cbc99c4 Revert previous change to IR. by Dale Johannesen · 18 years ago