提交历史

作者 SHA1 备注 提交日期
  John McCall f85e193739 Automatic Reference Counting. 14 年之前
  Eli Friedman cb5d2d0647 PR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to determine whether the vtable should be externally visible, instead of a rough approximation of it which messes up with templates. 14 年之前
  Douglas Gregor 6a576ab708 When inferring the result type of a block based on a return statement 14 年之前
  Eli Friedman b0dd6702ab Match llvm-gcc's string literals alignment by forcing alignment on string literals to 1. This can significantly impact the size of the string data, and as far as I know, the alignment doesn't help performance. rdar://9078969 . 14 年之前
  Rafael Espindola abca5a1b3e Update for llvm api change. 14 年之前
  Fariborz Jahanian 25dba5d294 Code cleanup of my last patch. 14 年之前
  Fariborz Jahanian 6f40e2244b Patch to fix IR-gen crash generating structure ABI which implements 14 年之前
  John McCall 0774cb8471 Use arrays and SmallVectors instead of std::vectors when building function 14 年之前
  Joerg Sonnenberger 62c296e1bd Simplify 14 年之前
  Joerg Sonnenberger 4fe497d5cd Bug 8765: Honor assembler labels for builtins. Ensure that the label is 14 年之前
  Fariborz Jahanian cf8e168baf Produce UTF-8 strings with -fconstant-string-class 14 年之前
  Douglas Gregor 2bb110125e When determining whether we can make a declaration into a global 14 年之前
  Douglas Gregor da55074866 In C++, allow us to emit a global as 'constant' even if it has class 14 年之前
  Sean Hunt 10620eb516 Modify some deleted function methods to better reflect reality: 14 年之前
  Eli Friedman 7dcdf5ba93 Add an implementation of thunks for varargs methods. The implementation is a bit messy, but it is correct as long as the method in question doesn't use indirect gotos. A couple of possible alternative implementations are outlined in FIXME's in this patch. rdar://problem/8077308 . 14 年之前
  Richard Smith 3e4c6c4c79 Implement support for C++0x alias templates. 14 年之前
  Nick Lewycky 3dc0541853 Preserve the full name of the file, so that '-c -o foo.pic.o' produces 14 年之前
  Nick Lewycky 5ea4f44e34 Record where the GCOV data files should be placed. 14 年之前
  Francois Pichet 8387e2a41e Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup. 14 年之前
  Nick Lewycky e8ba8d78a2 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at 14 年之前
  Jay Foad 6f141659ca PR9214: Convert Metadata API to use ArrayRef. 14 年之前
  Daniel Dunbar db57a4cdb0 ADT/Triple: Switch to using .isOSDarwin() predicate. 14 年之前
  Daniel Dunbar f7e903d7a3 IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type, 14 年之前
  John McCall 99ace16bc6 Template static data members can have weak_odr linkage, not just 14 年之前
  John McCall 26fbc72b33 Ignore indirect field declarations. Fixes PR9570. 14 年之前
  John McCall 755d8497e3 After some discussion with Doug, we decided that it made a lot more sense 14 年之前
  Chris Lattner baf101d1f9 fix indentation 14 年之前
  John McCall 1de4d4e8cb Basic, untested implementation for an "unknown any" type requested by LLDB. 14 年之前
  Peter Collingbourne 0ac2cf4d28 If this is an intrinsic function, set the function's attributes to the intrinsic's attributes. 14 年之前
  Douglas Gregor 4421d2b341 On Mac OS X, the presence of an 'availability' attribute for that 14 年之前