提交歷史

作者 SHA1 備註 提交日期
  Reid Kleckner 4b70bfc905 Begin adding docs and IR-level support for the inalloca attribute 11 年之前
  Rafael Espindola 954b6b844b Remove unused value. 11 年之前
  Matt Arsenault 1572ba716b Fix spacing, forward declare order. 11 年之前
  Matt Arsenault 59d3ae6cdc Add addrspacecast instruction. 11 年之前
  Rafael Espindola 19794da02c Remove linkonce_odr_auto_hide. 11 年之前
  Shuxin Yang 69bd41dfe3 Revert r193251 : Use address-taken to disambiguate global variable and indirect memops. 11 年之前
  Shuxin Yang 8e3851a6eb Use address-taken to disambiguate global variable and indirect memops. 12 年之前
  Michael Gottesman 611ee2ace9 Update comment list of GLOBALVAR modifiers in BitcodeWriter to include externally_initialized. 12 年之前
  Peter Collingbourne 1e3037f0be Implement function prefix data as an IR feature. 12 年之前
  Bob Wilson db3a9e64f8 Revert patches to add case-range support for PR1255. 12 年之前
  Andrea Di Biagio 5768bb8d77 Add function attribute 'optnone'. 12 年之前
  Tobias Grosser e7bc5bb862 Make .bc en/decoding of AttrKind stable 12 年之前
  Craig Topper 9e639e8fd9 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 12 年之前
  Bill Wendling 48fbcfe6b9 Have the bitcode writer and reader handle the new attribute references. 12 年之前
  Bill Wendling e9229a6a96 Rename AttributeSets to AttributeGroups so that it's more meaningful. 12 年之前
  Kostya Serebryany ab39afa9d9 [tsan/msan] adding thread_safety and uninitialized_checks attributes 12 年之前
  David Blaikie f12b379448 Fix unnecessary removal of const through cast machinery 12 年之前
  Bill Wendling 0f715c26bd Add code for emitting the attribute groups. 12 年之前
  Michael Gottesman a2de37c897 Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized. 12 年之前
  Bill Wendling f9271ea159 Initial cleanups of the param-attribute code in the bitcode reader/writer. 12 年之前
  Bill Wendling 8e47daf285 Remove some introspection functions. 12 年之前
  Bill Wendling 85875647d6 Use the new 'getSlotIndex' method to retrieve the attribute's slot index. 12 年之前
  Chandler Carruth 0b8c9a80f2 Move all of the header files which are involved in modelling the LLVM IR 12 年之前
  Bill Wendling 034b94b170 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 12 年之前
  Michael Ilseman 1638b83909 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. 12 年之前
  Michael Ilseman 855d0255d0 Have the bitcode reader/writer just use FPMathOperator's fast math enum directly 12 年之前
  Bill Wendling 99faa3b4ec s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. 12 年之前
  Michael Ilseman cb66b5dd7a Minor tweaking to SmallVector static size. 12 年之前
  Michael Ilseman dbd7b95ed4 Since this SmallVector immediately grows on the next line, don't waste stack space. SmallVector is still needed due to existing APIs growing their arguments 12 年之前
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 年之前