Histórico de commits

Autor SHA1 Mensagem Data
  Bill Wendling 034b94b170 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 12 anos atrás
  Michael Ilseman 1638b83909 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. 12 anos atrás
  Michael Ilseman 855d0255d0 Have the bitcode reader/writer just use FPMathOperator's fast math enum directly 12 anos atrás
  Bill Wendling 99faa3b4ec s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. 12 anos atrás
  Michael Ilseman cb66b5dd7a Minor tweaking to SmallVector static size. 12 anos atrás
  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 anos atrás
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 anos atrás
  Bill Wendling efd08d413c Remove the dependent libraries feature. 12 anos atrás
  Michael Ilseman 495d10ad56 Fast-math flags for the bitcode 12 anos atrás
  Joe Abbey 170a15e98d Code Custodian: 12 anos atrás
  Michael Ilseman 407a6169b7 Remove trailing whitespace 12 anos atrás
  Jan Wen Voung 7b8d94933d Fix some typos 165739, spotted by Duncan. 13 anos atrás
  Jan Wen Voung d9a3bad448 Change encoding of instruction operands in bitcode binaries to be relative 13 anos atrás
  Bill Wendling 2039a8f834 Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces. 13 anos atrás
  Chad Rosier f16ae58891 [ms-inline asm] Add support for the nsdialect keyword in the Bitcode 13 anos atrás
  Bill Wendling 32811bef95 Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to 13 anos atrás
  Hans Wennborg ce718ff9f4 Extend the IL for selecting TLS models (PR9788) 13 anos atrás
  Stepan Dyatkovskiy 47cbc4e0ee Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp, Execution.cpp and BitcodeWriter.cpp. 13 anos atrás
  Stepan Dyatkovskiy 43eb31bfae PR1255: case ranges. 13 anos atrás
  Stepan Dyatkovskiy 0aa32d5d0f ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. 13 anos atrás
  Meador Inge e99f8be067 PR12696: Attribute bits above 1<<30 are not encoded in bitcode 13 anos atrás
  Stepan Dyatkovskiy 484fc93eff PR1255: Case Ranges 13 anos atrás
  Stepan Dyatkovskiy 734dde8e05 SwitchInst cosmetics: renamed "Hash" method to "hash" 13 anos atrás
  Stepan Dyatkovskiy 1cce5bf8ef Recommited r156374 with critical fixes in BitcodeReader/Writer: 13 anos atrás
  Stepan Dyatkovskiy 1f9838347f Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. 13 anos atrás
  Stepan Dyatkovskiy 85a4406959 Ordinary patch for PR1255. 13 anos atrás
  Stepan Dyatkovskiy 3d3abe0852 llvm::SwitchInst 13 anos atrás
  Stepan Dyatkovskiy c10fa6c801 Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: 13 anos atrás
  Daniel Dunbar acbceeae4d BitstreamWriter: Change primary output buffer to be a SmallVector instead of an 13 anos atrás
  Daniel Dunbar 02a248afe3 BitcodeWriter: Expose less implementation details -- make BackpatchWord private 13 anos atrás