Age | Commit message (Expand) | Author | Files | Lines |
2017-06-20 | Prevent devirtualization of calls to un-instantiated functions. | Sunil Srivastava | 1 | -2/+11 |
2017-05-18 | [CodeGen] Propagate LValueBaseInfo instead of AlignmentSource | Krzysztof Parzyszek | 1 | -2/+2 |
2017-02-27 | PR32042: Create inlined debug info for EmitInlinedInheritingCXXConstructorCall. | Adrian Prantl | 1 | -1/+3 |
2017-02-25 | C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f... | Richard Smith | 1 | -0/+14 |
2017-02-24 | [profiling] PR31992: Don't skip interesting non-base constructors | Vedant Kumar | 1 | -1/+2 |
2017-02-23 | [CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen code. | George Burgess IV | 1 | -4/+5 |
2017-02-22 | [CodeGen] Note where we add ABI-specific args in ctors. NFC. | George Burgess IV | 1 | -4/+5 |
2017-02-17 | [ubsan] Pass a set of checks to skip to EmitTypeCheck() (NFC) | Vedant Kumar | 1 | -2/+6 |
2017-02-02 | Prevent ICE in dllexport class with _Atomic data member | Warren Ristow | 1 | -4/+5 |
2017-02-02 | CodeGen: add a LLVM_FALLTHROUGH to a fallthrough (NFC) | Saleem Abdulrasool | 1 | -3/+3 |
2017-02-01 | clang-cl: Evaluate arguments left-to-right in constructor call with initializ... | Hans Wennborg | 1 | -1/+5 |
2016-12-14 | Remove custom handling of array copies in lambda by-value array capture and | Richard Smith | 1 | -163/+9 |
2016-12-12 | [clang] Version support for UBSan handlers | Filipe Cabecinhas | 1 | -3/+3 |
2016-11-11 | PR30937: don't devirtualize if we find that the callee is a pure virtual | Richard Smith | 1 | -23/+20 |
2016-11-03 | Improve obvious-most-derived-type devirtualization: | Richard Smith | 1 | -37/+15 |
2016-10-26 | Refactor call emission to package the function pointer together with | John McCall | 1 | -6/+8 |
2016-10-20 | [CodeGen] Devirtualize calls to methods marked final in a derived class | Vedant Kumar | 1 | -7/+15 |
2016-07-20 | When copying an array into a lambda, destroy temporaries from | John McCall | 1 | -0/+35 |
2016-06-28 | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 1 | -46/+170 |
2016-06-25 | CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-prog... | Peter Collingbourne | 1 | -0/+36 |
2016-06-24 | CodeGen: Update Clang to use the new type metadata. | Peter Collingbourne | 1 | -20/+18 |
2016-06-24 | Use more ArrayRefs | David Majnemer | 1 | -2/+2 |
2016-04-29 | Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev. | Alexey Bataev | 1 | -1/+1 |
2016-04-28 | Re-apply r267784, r267824 and r267830. | Peter Collingbourne | 1 | -2/+7 |
2016-04-28 | Revert r267784, r267824 and r267830. | Benjamin Kramer | 1 | -7/+2 |
2016-04-27 | Rework interface for bitset-using features to use a notion of LTO visibility. | Peter Collingbourne | 1 | -2/+7 |
2016-04-13 | [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID | Richard Smith | 1 | -1/+1 |
2016-04-08 | revert SVN r265702, r265640 | Saleem Abdulrasool | 1 | -1/+1 |
2016-04-07 | Basic: move CodeGenOptions from Frontend | Saleem Abdulrasool | 1 | -1/+1 |
2016-02-24 | Add whole-program vtable optimization feature to Clang. | Peter Collingbourne | 1 | -5/+25 |
2016-02-10 | Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ... | Eugene Zelenko | 1 | -13/+9 |
2016-02-09 | [PGO] Fix issue: explicitly defaulted assignop is not profiled | Xinliang David Li | 1 | -0/+1 |
2016-02-03 | [cfi] Safe handling of unaddressable vtable pointers (clang). | Evgeniy Stepanov | 1 | -3/+15 |
2016-01-29 | Use a consistent spelling for vtables. | Eric Christopher | 1 | -1/+1 |
2016-01-25 | [cfi] Cross-DSO CFI diagnostic mode (clang part) | Evgeniy Stepanov | 1 | -10/+13 |
2016-01-16 | Introduce -fsanitize-stats flag. | Peter Collingbourne | 1 | -0/+17 |
2015-12-15 | Cross-DSO control flow integrity (Clang part). | Evgeniy Stepanov | 1 | -6/+13 |
2015-10-06 | Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi... | Hans Wennborg | 1 | -10/+8 |
2015-10-02 | Emiting invariant.group.barrier for ctors bugfix | Piotr Padlewski | 1 | -10/+11 |
2015-09-28 | Generate assume loads only with -fstrict-vtable-pointers | Piotr Padlewski | 1 | -1/+4 |
2015-09-16 | CGClass.cpp: Fix a warning in -Asserts. [-Wunused-private-field] | NAKAMURA Takumi | 1 | -0/+1 |
2015-09-16 | Implementation and testing for poisoning vtable | Naomi Musgrave | 1 | -17/+55 |
2015-09-15 | Decorating vptr load & stores with !invariant.group | Piotr Padlewski | 1 | -6/+18 |
2015-09-15 | Emiting llvm.invariant.group.barrier when dynamic type changes | Piotr Padlewski | 1 | -3/+30 |
2015-09-15 | Generating assumption loads of vptr after ctor call (fixed) | Piotr Padlewski | 1 | -47/+86 |
2015-09-14 | Revert "Always_inline codegen rewrite" and 2 follow-ups. | Evgeniy Stepanov | 1 | -1/+1 |
2015-09-12 | Always_inline codegen rewrite. | Evgeniy Stepanov | 1 | -1/+1 |
2015-09-11 | Revert "Specify target triple in alwaysinline tests." | Evgeniy Stepanov | 1 | -1/+1 |
2015-09-11 | Always_inline codegen rewrite. | Evgeniy Stepanov | 1 | -1/+1 |
2015-09-10 | Revert "Generating assumption loads of vptr after ctor call (fixed)" | Piotr Padlewski | 1 | -87/+47 |