提交历史

作者 SHA1 备注 提交日期
  Bill Wendling 034b94b170 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 12 年之前
  Bill Wendling 99faa3b4ec s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. 12 年之前
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 年之前
  Bill Wendling efd08d413c Remove the dependent libraries feature. 12 年之前
  Bill Wendling b46702c800 Update call to the new syntax. 12 年之前
  Quentin Colombet 9a419f656e Change ForceSizeOpt attribute into MinSize attribute 12 年之前
  Nicolas Geoffray 8b1b4136a0 Fix CPP backend for method attributes by creating a block where a new AttrBuilder is defined for each attribute. 13 年之前
  Bill Wendling 847a9c3398 Pass in the context to the Attributes::get method. 13 年之前
  Bill Wendling 702cc91aa1 Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change. 13 年之前
  Bill Wendling 9209805690 Don't pass in an Attributes object to something that expects an integral value. 13 年之前
  Bill Wendling 7d2f2496c1 Remove the final bits of Attributes being declared in the Attribute 13 年之前
  Bill Wendling ef99fe8efa Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. Now with fix. 13 年之前
  Bill Wendling 4aa189909a Revert r164308 to fix buildbots. 13 年之前
  Bill Wendling f2e89e00b4 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. 13 年之前
  Bill Wendling 32811bef95 Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to 13 年之前
  Bob Wilson 30a507a1f5 Extend TargetPassConfig to allow running only a subset of the normal passes. 13 年之前
  Hans Wennborg ce718ff9f4 Extend the IL for selecting TLS models (PR9788) 13 年之前
  Nicolas Geoffray e23642916b Update CPPBackend to new API for AttrListPtr::get. 13 年之前
  Stepan Dyatkovskiy 0aa32d5d0f ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. 13 年之前
  Stepan Dyatkovskiy f4c261b137 Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new SwitchInst methods. 13 年之前
  Benjamin Kramer 901b85888c Include cstdio in a few place that depended on getting it transitively through StringExtras.h 13 年之前
  Benjamin Kramer e68e77569f Move ftostr into its last user (cppbackend) and simplify it a bit. 13 年之前
  Stepan Dyatkovskiy 3d3abe0852 llvm::SwitchInst 13 年之前
  Stepan Dyatkovskiy c10fa6c801 Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: 13 年之前
  Craig Topper bc2198133a Convert assert(0) to llvm_unreachable 13 年之前
  Bill Wendling aa5abe88d6 [unwind removal] We no longer have 'unwind' instructions being generated, so 13 年之前
  Duncan Sands 23f612113a Remove dead test: this was already checked and handled a few lines 13 年之前
  Duncan Sands 853066a32a Don't initialize CV in terms of itself! Spotted by GCC. 13 年之前
  Chris Lattner 18c7f80b3e reapply the patches reverted in r149470 that reenable ConstantDataArray, 13 年之前
  Stepan Dyatkovskiy 24473120a2 SwitchInst refactoring. 13 年之前