提交歷史

作者 SHA1 備註 提交日期
  Dmitri Gribenko cfa88f8939 Remove useless 'llvm::' qualifier from names like StringRef and others that are 12 年之前
  Chandler Carruth 3b844ba7d5 Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 12 年之前
  Bill Wendling 72390b39c5 Rename llvm::Attributes to llvm::Attribute. 12 年之前
  Bill Wendling ad017fa7a4 Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. 12 年之前
  Bill Wendling 094dbf9171 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 12 年之前
  Benjamin Kramer 29573b0a82 Unbreak the clang build after r169712. 12 年之前
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 年之前
  Michael Ilseman cdeb7d57a4 Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly modes. Test cases included. 12 年之前
  Michael Ilseman 9dce4b3d9d remove trailing whitespace 12 年之前
  Will Dietz ad95481b27 [ubsan] Add flag to enable recovery from checks when possible. 12 年之前
  Benjamin Kramer 8fd8ee9b71 Simplify code. No functionality change. 12 年之前
  Eli Friedman f5bf912767 When evaluating variably modified types for function parameters, dig out the 12 年之前
  Richard Smith d6396a681c Use the individual -fsanitize=<...> arguments to control which of the UBSan 12 年之前
  Richard Smith 7edf9e38b9 Simplify: replace getContext().getLangOpts() with just getLangOpts(). 12 年之前
  Micah Villmow 956a5a1771 Cleanup some clang code to use new type functions instead of using cast<>. 13 年之前
  Douglas Gregor 4cdad3151b Switch CodeGenOptions over to a .def file, like we do with LangOptions. 13 年之前
  Alexey Samsonov a240df2ec1 Transform pattern: 13 年之前
  Richard Smith 802cd5b197 At -O0, emit an @llvm.trap() call at the end of a value-returning function which 13 年之前
  Bill Wendling fac6310528 Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. 13 年之前
  Richard Smith bf43f2fdfb Tidy up formatting. 13 年之前
  Richard Smith 930c05c32e -fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positive value. 13 年之前
  Richard Smith 4def70d304 -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. 13 年之前
  Micah Villmow 25a6a84cf5 Move TargetData to DataLayout. 13 年之前
  Richard Smith 36ef0d54cf If we flow off the end of a value-returning function: 13 年之前
  Richard Trieu e1ecdc1681 Change APInt to APSInt in one instance. Also change a call to operator==() to 13 年之前
  Chandler Carruth 6bebe5aca3 Update Clang to reflect the move of MDBuilder in r160237. 13 年之前
  Tanya Lattner 198871cc90 Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. 13 年之前
  Tanya Lattner 0df579ec00 Patch by Anton Lokhmotov to add OpenCL work group size attributes. 13 年之前
  Fariborz Jahanian 4904bf4e84 block literal irgen: several improvements on naming block 13 年之前
  James Dennett 2ee5ba35fe Documentation cleanup: 13 年之前