1. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  2. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  3. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  4. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  5. f7e4981 Don't remove aggregate-typed module level constants before encoding functions by Nick Lewycky · 15 years ago
  6. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  7. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  8. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
  9. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  10. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  11. 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  12. 9a507cd Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 16 years ago
  13. b14cda3 Second installment of "BasicBlock operands to the back" changes. by Gabor Greif · 16 years ago
  14. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  15. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  16. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  17. 0f123cf Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 16 years ago
  18. ae6ab1e use precise getters by Gabor Greif · 16 years ago
  19. 75a46eb use specialized accessor instead of plain getOperand(0) by Gabor Greif · 16 years ago
  20. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  21. fdede43 revert to functionally equivalent formulation by Gabor Greif · 16 years ago
  22. 8fe53b7 use the obvious getters by Gabor Greif · 16 years ago
  23. 38e7721 Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 16 years ago
  24. 73ddd4f Commit missed files from nocapture change. by Nick Lewycky · 16 years ago
  25. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
  26. 382da62 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 16 years ago
  27. e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
  28. e2e9d8e Make sure to set stdout to binary when writing bitcode files via by Daniel Dunbar · 16 years ago
  29. d1ce3b4 Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. by Daniel Dunbar · 16 years ago
  30. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 16 years ago
  31. 0598866 Large mechanical patch. by Devang Patel · 16 years ago
  32. e3d76d3 s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 16 years ago
  33. d9b4a5f Use parameter attribute store (soon to be renamed) for by Devang Patel · 16 years ago
  34. fb2bbbe Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 16 years ago
  35. f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 16 years ago
  36. 7ad033c Read and write function notes. by Devang Patel · 16 years ago
  37. e35f1ca add #include by Chris Lattner · 16 years ago
  38. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago
  39. fc74abf Enable first-class aggregates support. by Dan Gohman · 16 years ago
  40. e089160 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 16 years ago
  41. 6fa6a32 Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 16 years ago
  42. b0a882f Turn stdout into binary mode during bitcode emission. by Anton Korobeynikov · 16 years ago
  43. 0aab28b Improved bitcode support for insertvalue/extractvalue. by Dan Gohman · 16 years ago
  44. 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 16 years ago
  45. e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 16 years ago
  46. 6667646 Allow an extra bit for CommonLinkage. by Dale Johannesen · 16 years ago
  47. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  48. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
  49. 280a6e6 Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
  50. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
  51. f8342b9 Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 17 years ago
  52. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  53. 9a8a88b Remove debugging help. by Devang Patel · 17 years ago
  54. d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
  55. 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 17 years ago
  56. e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 17 years ago
  57. 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 17 years ago
  58. 197be3d Read and write getresult. by Devang Patel · 17 years ago
  59. 8d1433c Support alignment within ParamAttrs in the I/O handling. by Dale Johannesen · 17 years ago
  60. 0d51e7e Expand ParameterAttributes to 32 bits (in preparation by Dale Johannesen · 17 years ago
  61. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  62. d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 17 years ago
  63. 216b74c Fix compilation. by Duncan Sands · 17 years ago
  64. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
  65. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  66. a1afde7 Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 17 years ago
  67. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  68. a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 17 years ago
  69. 693717f Make temporaries explicit to avoid premature by Dale Johannesen · 17 years ago
  70. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  71. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  72. 073d48d Revert previous change to IR. by Dale Johannesen · 17 years ago
  73. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  74. ebbc95d Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 17 years ago
  75. 320fc8a Long double, part 1 of N. Support in IR. by Dale Johannesen · 17 years ago
  76. 3a08abf remove a dead case by Chris Lattner · 17 years ago
  77. 384003d allow partially materialized modules to be written out, which just strips out by Chris Lattner · 18 years ago
  78. a9bb713 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 18 years ago
  79. 4eab2e5 Flush the file after writing bitcode so that clients who don't close their by Chris Lattner · 18 years ago
  80. 332376b Unbreak VC++. by Jeff Cohen · 18 years ago
  81. f9f2e83 add abbrevs for binops and casts. This shrinks a testcase from 725132->682500 by Chris Lattner · 18 years ago
  82. 2bce93a implement reading/writing of inlineasm objects by Chris Lattner · 18 years ago
  83. 94687ac add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 by Chris Lattner · 18 years ago
  84. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
  85. 817f08a add an abbreviation for the string constants opzn, shrinking the constnats by Chris Lattner · 18 years ago
  86. ff7fc5d implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 18 years ago
  87. abfbf85 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 18 years ago
  88. 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 18 years ago
  89. 440168b add an abbrev for loads. This shrinks the function block about 50K, from: by Chris Lattner · 18 years ago
  90. a0f1ecc add abbrevs for the constants tables. This shrinks it from 4.49755e6 bits by Chris Lattner · 18 years ago
  91. d092e0e Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays. by Chris Lattner · 18 years ago
  92. ff294a4 add a char6 abbrev for bbnames and value names. This represents each character by Chris Lattner · 18 years ago
  93. 7a263ea add an abbreviation for the type symtab, this shrinks the TST from 175197 bits by Chris Lattner · 18 years ago
  94. e17b658 Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 18 years ago
  95. fd1ae95 allow the 8-bit abbrev to be used for either bb or other values by Chris Lattner · 18 years ago
  96. 2453f71 shave another 150K off of kc++, by using a 7-bit encoding for BB names by Chris Lattner · 18 years ago
  97. 5969830 where possible, encode symtab names with 7 bits per char instead of 8. This by Chris Lattner · 18 years ago
  98. 2e7899d Encode all value symtab strings as arrays of 8-bit fixed width integers, by Chris Lattner · 18 years ago
  99. 15e6d17 eliminate internal length fields from record. Records already know their by Chris Lattner · 18 years ago
  100. 07faafc stub out creation of BLOCKINFO_BLOCK by Chris Lattner · 18 years ago