1. c8897d9 Restore other bits of the C API that I tore up. All pre-existing APIs default to using the by Owen Anderson · 16 years ago
  2. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 16 years ago
  3. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  4. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  5. 714fa95 Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic. by Chris Lattner · 16 years ago
  6. f7e4981 Don't remove aggregate-typed module level constants before encoding functions by Nick Lewycky · 16 years ago
  7. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  8. 3728a02 Update the bitcode reader to support reading .bc files where the embedded by Nick Lewycky · 16 years ago
  9. 88b7293 Fix typo in error message. by Nick Lewycky · 16 years ago
  10. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
  11. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
  12. 962dde3 Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 16 years ago
  13. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  14. e2a466b Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 16 years ago
  15. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  16. 7d9eb58 fix a serious regression I introduced in my previous patch. by Chris Lattner · 16 years ago
  17. 46e7740 reimplement BitcodeReaderValueList in terms of WeakVH instead of making by Chris Lattner · 16 years ago
  18. 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  19. 9a507cd Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 16 years ago
  20. b14cda3 Second installment of "BasicBlock operands to the back" changes. by Gabor Greif · 16 years ago
  21. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  22. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  23. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  24. 0f123cf Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 16 years ago
  25. ba120aa fix a bitcode reader bug where it can't handle extractelement correctly: by Chris Lattner · 17 years ago
  26. ae6ab1e use precise getters by Gabor Greif · 17 years ago
  27. 75a46eb use specialized accessor instead of plain getOperand(0) by Gabor Greif · 17 years ago
  28. bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
  29. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
  30. fdede43 revert to functionally equivalent formulation by Gabor Greif · 17 years ago
  31. 8fe53b7 use the obvious getters by Gabor Greif · 17 years ago
  32. f900f7b revert r61368. by Zhongxing Xu · 17 years ago
  33. fe5c8d0 Remove dead code. by Zhongxing Xu · 17 years ago
  34. 38e7721 Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 17 years ago
  35. 73ddd4f Commit missed files from nocapture change. by Nick Lewycky · 17 years ago
  36. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
  37. 382da62 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 17 years ago
  38. e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 17 years ago
  39. aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 17 years ago
  40. e2e9d8e Make sure to set stdout to binary when writing bitcode files via by Daniel Dunbar · 17 years ago
  41. d1ce3b4 Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. by Daniel Dunbar · 17 years ago
  42. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  43. 9a6cb15 make the autoupgrade code for ret attributes dramatically simpler by Chris Lattner · 17 years ago
  44. 19c8746 Now Attributes are divided in three groups by Devang Patel · 17 years ago
  45. 0598866 Large mechanical patch. by Devang Patel · 17 years ago
  46. e3d76d3 s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
  47. eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 17 years ago
  48. d9b4a5f Use parameter attribute store (soon to be renamed) for by Devang Patel · 17 years ago
  49. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 17 years ago
  50. fb2bbbe Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 17 years ago
  51. be91940 Temporarily disable vector select in the bitcode reader. The by Dan Gohman · 17 years ago
  52. f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 17 years ago
  53. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  54. 7ad033c Read and write function notes. by Devang Patel · 17 years ago
  55. e35f1ca add #include by Chris Lattner · 17 years ago
  56. b6135a0 Switch from an O(n) method to an O(1) method for changing non-constant operands. by Chris Lattner · 17 years ago
  57. ea693df recommit bcreader, handling packed structs correctly. Apparently by Chris Lattner · 17 years ago
  58. 4492596 Revert 55090, regressions in: by Daniel Dunbar · 17 years ago
  59. f4a97da Fix an N^2 issue handling constant resolution due to RAUW in large arrays by Chris Lattner · 17 years ago
  60. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  61. fc74abf Enable first-class aggregates support. by Dan Gohman · 17 years ago
  62. e089160 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago
  63. 6fa6a32 Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 17 years ago
  64. 48a0eec fix warning when assertion disabled. by Chris Lattner · 17 years ago
  65. a068fd3 Better test for availability of __gnu_cxx::stdio_filebuf. by Gordon Henriksen · 17 years ago
  66. b0a882f Turn stdout into binary mode during bitcode emission. by Anton Korobeynikov · 17 years ago
  67. 0aab28b Improved bitcode support for insertvalue/extractvalue. by Dan Gohman · 17 years ago
  68. 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 17 years ago
  69. 6c80c38 eliminate calls to deprecated Use::init() interface by Gabor Greif · 17 years ago
  70. e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
  71. 7cbd8a3 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
  72. 6667646 Allow an extra bit for CommonLinkage. by Dale Johannesen · 17 years ago
  73. b1dbcd8 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
  74. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  75. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  76. baa64eb Simplify some checks by Nate Begeman · 17 years ago
  77. 51d2ed1 Pointer comparisons should use icmp, not vicmp by Nate Begeman · 17 years ago
  78. c83ad0d Pointer comparisons should be handled by icmp, not vicmp :) by Nate Begeman · 17 years ago
  79. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
  80. efe6536 merge of use-diet branch to trunk by Gabor Greif · 17 years ago
  81. 280a6e6 Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
  82. 02a260a Switch to using Simplified ConstantFP::get API. by Chris Lattner · 17 years ago
  83. 8694161 Gabor points out that reserveOperandSpace takes # of values, by Chris Lattner · 17 years ago
  84. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  85. 950a4c4 Add explicit keywords. by Dan Gohman · 17 years ago
  86. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
  87. 461edd9 when the bitcode reader is referencing a paramattr, make sure to bump its refcount. by Chris Lattner · 17 years ago
  88. 91342d8 Be backward compatible by Anton Korobeynikov · 17 years ago
  89. f8342b9 Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 17 years ago
  90. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  91. f4511cd Use SmallVector while constructing ReturnInst. by Devang Patel · 17 years ago
  92. 9a8a88b Remove debugging help. by Devang Patel · 17 years ago
  93. d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
  94. 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 17 years ago
  95. e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 17 years ago
  96. 57daefa Fixed buffer overflow reported by Argiris Kirtzidis. by Ted Kremenek · 17 years ago
  97. 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 17 years ago
  98. 197be3d Read and write getresult. by Devang Patel · 17 years ago
  99. 8d1433c Support alignment within ParamAttrs in the I/O handling. by Dale Johannesen · 17 years ago
  100. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 17 years ago