Commit History

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