1. 5a6b6b4 back out my recent commit (r80858), it seems to break self-hosting buildbot's stage 2 configure by Gabor Greif · 16 years ago
  2. fe15ce4 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 · 16 years ago
  3. 371c1ef eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
  4. b5ed449 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
  5. 35b4707 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  6. d89380f revert r78048, it isn't worth using assertingvh here. by Chris Lattner · 16 years ago
  7. ea27c23 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
  8. 765e216 Revert recent bitcode writer patches. by Devang Patel · 16 years ago
  9. c9d156f switch ValueMap to using AssertingVH. This is an old patch I had laying by Chris Lattner · 16 years ago
  10. 442aa69 Remove dead code. by Devang Patel · 16 years ago
  11. efe76fe Fix MDString Abbrev setup. by Devang Patel · 16 years ago
  12. 38401dd 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 · 16 years ago
  13. de865ff Do not use abbrev while writing NamedMDNode name. by Devang Patel · 16 years ago
  14. 3e1ef93 Read and write NamedMDNode. by Devang Patel · 16 years ago
  15. 573d015 Refactor. Fix indentation. by Devang Patel · 16 years ago
  16. 7c36885 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
  17. 106b2ae Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 16 years ago
  18. 5417dcf MDString by Devang Patel · 16 years ago
  19. 54199ef Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 16 years ago
  20. 5fa5d4f Fix indentation. by Devang Patel · 16 years ago
  21. 0c0a6ca Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago
  22. 799a8c8 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 16 years ago
  23. 41a0785 Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  24. bd448e3 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Edwin Török · 16 years ago
  25. 675d562 assert(0) -> LLVM_UNREACHABLE. by Edwin Török · 16 years ago
  26. 8f5253b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
  27. 79e1b81 Don't remove aggregate-typed module level constants before encoding functions by Nick Lewycky · 16 years ago
  28. 7ce405e Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  29. 29aaef8 Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
  30. 117f438 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
  31. 6843344 Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  32. 4dcf810 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  33. 0a92eac Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  34. 69b4a53 Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 16 years ago
  35. 7c75102 Second installment of "BasicBlock operands to the back" changes. by Gabor Greif · 16 years ago
  36. b95df79 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  37. 565f65d Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  38. 19d161f Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  39. d6d715b Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 17 years ago
  40. 7d9f7e5 use precise getters by Gabor Greif · 17 years ago
  41. 6afcb03 use specialized accessor instead of plain getOperand(0) by Gabor Greif · 17 years ago
  42. a168fc9 Add the private linkage. by Rafael Espindola · 17 years ago
  43. 4aa4138 revert to functionally equivalent formulation by Gabor Greif · 17 years ago
  44. 2494e31 use the obvious getters by Gabor Greif · 17 years ago
  45. fc64975 Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 17 years ago
  46. 4029a94 Commit missed files from nocapture change. by Nick Lewycky · 17 years ago
  47. e9b9b07 Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
  48. 7ed87ee It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 17 years ago
  49. 24af92f Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 17 years ago
  50. 41222d8 Make sure to set stdout to binary when writing bitcode files via by Daniel Dunbar · 17 years ago
  51. f741f2a Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. by Daniel Dunbar · 17 years ago
  52. 49cc7ce Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  53. d222f86 Large mechanical patch. by Devang Patel · 17 years ago
  54. 93044ce s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
  55. d708b53 Use parameter attribute store (soon to be renamed) for by Devang Patel · 17 years ago
  56. 6fa5bce Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 17 years ago
  57. b60ca3c Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 17 years ago
  58. f30ee90 Read and write function notes. by Devang Patel · 17 years ago
  59. 5088dae add #include by Chris Lattner · 17 years ago
  60. 1aed599 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  61. 29474e9 Enable first-class aggregates support. by Dan Gohman · 17 years ago
  62. ea1ace2 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago
  63. 65b13ff Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 17 years ago
  64. a460a3a Turn stdout into binary mode during bitcode emission. by Anton Korobeynikov · 17 years ago
  65. aa91c1d Improved bitcode support for insertvalue/extractvalue. by Dan Gohman · 17 years ago
  66. e5febe4 IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 17 years ago
  67. e6b1ee6 Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
  68. d75a89e Allow an extra bit for CommonLinkage. by Dale Johannesen · 17 years ago
  69. 49c4412 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  70. 646fa48 Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
  71. d8aa33a Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
  72. 1c8733e Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
  73. 902a011 Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 17 years ago
  74. 31f5f24 Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  75. 7b900ed Remove debugging help. by Devang Patel · 17 years ago
  76. b7fbc8b Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
  77. 2350255 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 18 years ago
  78. 0a49aa3 Properly read and write bitcodes for multiple return values. by Devang Patel · 18 years ago
  79. 9873882 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 18 years ago
  80. 774ee9e Read and write getresult. by Devang Patel · 18 years ago
  81. a2206fb Support alignment within ParamAttrs in the I/O handling. by Dale Johannesen · 18 years ago
  82. f4666f5 Expand ParameterAttributes to 32 bits (in preparation by Dale Johannesen · 18 years ago
  83. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  84. 20a39e9 Implement part of review feedback for address spaces. by Christopher Lamb · 18 years ago
  85. c7ef4d1 Fix compilation. by Duncan Sands · 18 years ago
  86. 44d62f6 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 18 years ago
  87. 13fe5e3 Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
  88. 70b644d Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 18 years ago
  89. f5588dc Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  90. 2aef569 Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
  91. 693aa82 Make temporaries explicit to avoid premature by Dale Johannesen · 18 years ago
  92. fbd9cda Revise previous patch per review comments. by Dale Johannesen · 18 years ago
  93. 1616e90 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  94. cbc99c4 Revert previous change to IR. by Dale Johannesen · 18 years ago
  95. b9de9f0 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  96. e617f91 Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 18 years ago
  97. f325d9f Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
  98. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago