2020-12-09 |
Reid Kleckner | De-templatify EmitCallArgs argument type checking,... |
blob | commitdiff |
2020-09-30 |
Xiangling Liao | [FE] Use preferred alignment instead of ABI alignment... |
blob | commitdiff | diff to current |
2020-09-15 |
Zequan Wu | [CodeGen][typeid] Emit typeinfo directly if type is... |
blob | commitdiff | diff to current |
2020-09-07 |
Eduardo Caldas | [Ignore Expressions][NFC] Refactor to better use `Ignor... |
blob | commitdiff | diff to current |
2020-07-30 |
Richard Smith | PR46908: Emit undef destroying_delete_t as an aggregate... |
blob | commitdiff | diff to current |
2020-06-09 |
Arthur Eubanks | Change debuginfo check for addHeapAllocSiteMetadata |
blob | commitdiff | diff to current |
2020-06-09 |
Arthur Eubanks | Reland (again) D80966 [codeview] Put !heapallocsite... |
blob | commitdiff | diff to current |
2020-06-08 |
Arthur Eubanks | Revert "Reland D80966 [codeview] Put !heapallocsite... |
blob | commitdiff | diff to current |
2020-06-07 |
Fangrui Song | Reland D80966 [codeview] Put !heapallocsite on calls... |
blob | commitdiff | diff to current |
2020-06-06 |
Douglas Yung | Revert "[codeview] Put !heapallocsite on calls to opera... |
blob | commitdiff | diff to current |
2020-06-06 |
Richard Smith | PR34581: Don't remove an 'if (p)' guarding a call to... |
blob | commitdiff | diff to current |
2020-06-05 |
Reid Kleckner | [codeview] Put !heapallocsite on calls to operator new |
blob | commitdiff | diff to current |
2020-04-08 |
Erich Keane | Make target features check work with ctor and dtor- |
blob | commitdiff | diff to current |
2020-01-11 |
Simon Pilgrim | Fix "pointer is null" static analyzer warnings. NFCI. |
blob | commitdiff | diff to current |
2019-12-18 |
Richard Smith | Refactor CompareReferenceRelationship and its callers... |
blob | commitdiff | diff to current |
2019-12-03 |
Akira Hatanaka | [NFC] Pass a reference to CodeGenFunction to methods... |
blob | commitdiff | diff to current |
2019-12-03 |
Akira Hatanaka | Revert "[NFC] Pass a reference to CodeGenFunction to... |
blob | commitdiff | diff to current |
2019-12-03 |
Akira Hatanaka | [NFC] Pass a reference to CodeGenFunction to methods... |
blob | commitdiff | diff to current |
2019-10-15 |
Dmitry Mikulin | CFI: wrong type passed to llvm.type.test with multiple... |
blob | commitdiff | diff to current |
2019-10-03 |
Guillaume Chatelet | [Alignment][Clang][NFC] Add CharUnits::getAsAlign |
blob | commitdiff | diff to current |
2019-10-03 |
Simon Pilgrim | Silence static analyzer getAs<RecordType> null derefere... |
blob | commitdiff | diff to current |
2019-08-08 |
Hiroshi Yamauchi | Recommit Devirtualize destructor of final class. |
blob | commitdiff | diff to current |
2019-07-22 |
Marco Antognini | [OpenCL] Improve destructor support in C++ for OpenCL |
blob | commitdiff | diff to current |
2019-07-18 |
Ilya Biryukov | Revert r366422: [OpenCL] Improve destructor support... |
blob | commitdiff | diff to current |
2019-07-18 |
Marco Antognini | [OpenCL] Improve destructor support in C++ for OpenCL |
blob | commitdiff | diff to current |
2019-07-16 |
Rui Ueyama | Fix parameter name comments using clang-tidy. NFC. |
blob | commitdiff | diff to current |
2019-07-12 |
Jordan Rupprecht | Re-Revert Devirtualize destructor of final class. |
blob | commitdiff | diff to current |
2019-07-09 |
Hiroshi Yamauchi | Revert Revert Devirtualize destructor of final class. |
blob | commitdiff | diff to current |
2019-06-25 |
Rumeet Dhindsa | Revert Devirtualize destructor of final class. |
blob | commitdiff | diff to current |
2019-06-21 |
Hiroshi Yamauchi | Devirtualize destructor of final class. |
blob | commitdiff | diff to current |
2019-05-06 |
Richard Smith | [c++20] Implement P1009R2: allow omitting the array... |
blob | commitdiff | diff to current |
2019-04-04 |
Anastasia Stulova | [PR41276] Fixed incorrect generation of addr space... |
blob | commitdiff | diff to current |
2019-03-22 |
Peter Collingbourne | IRGen: Remove StructorType; thread GlobalDecl through... |
blob | commitdiff | diff to current |
2019-02-06 |
James Y Knight | Fix MSVC constructor call extension after b92d290e48e9... |
blob | commitdiff | diff to current |
2019-02-05 |
James Y Knight | [opaque pointer types] Fix the CallInfo passed to EmitC... |
blob | commitdiff | diff to current |
2019-02-03 |
James Y Knight | [opaque pointer types] Trivial changes towards CallInst... |
blob | commitdiff | diff to current |
2019-02-02 |
James Y Knight | Remove redundant FunctionDecl argument from a couple... |
blob | commitdiff | diff to current |
2019-01-30 |
James Y Knight | Cleanup: replace uses of CallSite with CallBase. |
blob | commitdiff | diff to current |
2019-01-23 |
Richard Smith | [ubsan] Check the correct size when sanitizing array... |
blob | commitdiff | diff to current |
2019-01-19 |
Chandler Carruth | Update the file headers across all of the LLVM projects... |
blob | commitdiff | diff to current |
2019-01-17 |
Richard Smith | Fix cleanup registration for lambda captures. |
blob | commitdiff | diff to current |
2019-01-10 |
Richard Smith | In nothrow new-expressions, null-check the result if... |
blob | commitdiff | diff to current |
2019-01-07 |
Bruno Ricci | [AST] Store some data of CXXNewExpr as trailing objects |
blob | commitdiff | diff to current |
2018-12-11 |
Richard Trieu | Move CodeGenOptions from Frontend to Basic |
blob | commitdiff | diff to current |
2018-11-13 |
Erich Keane | [NFC] Move storage of dispatch-version to GlobalDecl |
blob | commitdiff | diff to current |
2018-10-19 |
Richard Smith | PR24164, PR39336: init-captures are not distinct full... |
blob | commitdiff | diff to current |
2018-08-09 |
Stephen Kelly | Port getLocStart -> getBeginLoc |
blob | commitdiff | diff to current |
2018-07-30 |
Fangrui Song | Remove trailing space |
blob | commitdiff | diff to current |
2018-07-28 |
Serge Pavlov | [UBSan] Strengthen pointer checks in 'new' expressions |
blob | commitdiff | diff to current |
2018-05-03 |
Piotr Padlewski | Rename invariant.group.barrier to launder.invariant... |
blob | commitdiff | diff to current |
2018-04-05 |
Richard Smith | PR36992: do not store beyond the dsize of a class objec... |
blob | commitdiff | diff to current |
2018-03-21 |
Eric Fiselier | [Builtins] Overload __builtin_operator_new/delete to... |
blob | commitdiff | diff to current |
2018-03-15 |
Yaxun Liu | Recommit r326946 after reducing CallArgList memory... |
blob | commitdiff | diff to current |
2018-03-10 |
Richard Smith | Revert r326946. It caused stack overflows by significan... |
blob | commitdiff | diff to current |
2018-03-07 |
Yaxun Liu | CodeGen: Fix address space of indirect function argument |
blob | commitdiff | diff to current |
2018-02-05 |
Peter Collingbourne | IRGen: Move vtable load after argument evaluation. |
blob | commitdiff | diff to current |
2018-01-25 |
Ivan A. Kosarev | [CodeGen] Decorate aggregate accesses with TBAA tags |
blob | commitdiff | diff to current |
2017-12-28 |
Stephan Bergmann | -fsanitize=vptr warnings on bad static types in dynamic... |
blob | commitdiff | diff to current |
2017-12-21 |
Vedant Kumar | [ubsan] Diagnose noreturn functions which return |
blob | commitdiff | diff to current |
2017-12-19 |
Adrian Prantl | Silence a bunch of implicit fallthrough warnings |
blob | commitdiff | diff to current |
2017-12-13 |
Peter Collingbourne | IRGen: When performing CFI checks, load vtable pointer... |
blob | commitdiff | diff to current |
2017-10-13 |
Richard Smith | Support for destroying operator delete, per C++2a propo... |
blob | commitdiff | diff to current |
2017-08-15 |
John McCall | Extract IRGen's constant-emitter into its own helper... |
blob | commitdiff | diff to current |
2017-07-13 |
Akira Hatanaka | [Sema] Mark a virtual CXXMethodDecl as used if a call... |
blob | commitdiff | diff to current |
2017-05-20 |
Piotr Padlewski | [Devirtualization] insert placement new barrier with -O0 |
blob | commitdiff | diff to current |
2017-05-18 |
Krzysztof Parzyszek | [CodeGen] Propagate LValueBaseInfo instead of Alignment... |
blob | commitdiff | diff to current |
2017-04-14 |
Vedant Kumar | [ubsan] Reduce alignment checking of C++ object pointers |
blob | commitdiff | diff to current |
2017-03-21 |
Reid Kleckner | Update Clang for LLVM rename AttributeSet -> AttributeList |
blob | commitdiff | diff to current |
2017-03-06 |
Vedant Kumar | [ubsan] Extend the nonnull arg check to ObjC |
blob | commitdiff | diff to current |
2017-02-23 |
George Burgess IV | [CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen... |
blob | commitdiff | diff to current |
2017-02-23 |
Vedant Kumar | Rename a helper function, NFC. |
blob | commitdiff | diff to current |
2017-02-17 |
Vedant Kumar | Retry^2: [ubsan] Reduce null checking of C++ object... |
blob | commitdiff | diff to current |
2017-02-17 |
Vedant Kumar | Revert "Retry: [ubsan] Reduce null checking of C++... |
blob | commitdiff | diff to current |
2017-02-17 |
Vedant Kumar | Retry: [ubsan] Reduce null checking of C++ object point... |
blob | commitdiff | diff to current |
2017-02-17 |
Vedant Kumar | Revert "[ubsan] Reduce null checking of C++ object... |
blob | commitdiff | diff to current |
2017-02-17 |
Vedant Kumar | [ubsan] Reduce null checking of C++ object pointers... |
blob | commitdiff | diff to current |
2017-02-13 |
Nick Lewycky | When the new expr's array size is an ICE, emit it as... |
blob | commitdiff | diff to current |
2016-12-14 |
Richard Smith | Remove custom handling of array copies in lambda by... |
blob | commitdiff | diff to current |
2016-11-17 |
Ivan Krasin | Insert a type check before reading vtable. |
blob | commitdiff | diff to current |
2016-10-26 |
John McCall | Refactor call emission to package the function pointer... |
blob | commitdiff | diff to current |
2016-10-19 |
Vedant Kumar | [ubsan] Use the object pointer's type info for devirtua... |
blob | commitdiff | diff to current |
2016-10-10 |
Richard Smith | Re-commit r283722, reverted in r283750, with a fix... |
blob | commitdiff | diff to current |
2016-10-10 |
Daniel Jasper | Revert "P0035R4: Semantic analysis and code generation... |
blob | commitdiff | diff to current |
2016-10-10 |
Richard Smith | P0035R4: Semantic analysis and code generation for... |
blob | commitdiff | diff to current |
2016-10-05 |
Richard Smith | PR22924, PR22845, some of CWG1464: When checking the... |
blob | commitdiff | diff to current |
2016-09-29 |
Richard Smith | Switch to a different workaround for unimplementability... |
blob | commitdiff | diff to current |
2016-09-28 |
Richard Smith | Re-commit r282556, reverted in r282564, with a fix... |
blob | commitdiff | diff to current |
2016-09-28 |
Richard Smith | Revert r282556. This change made several bots unhappy. |
blob | commitdiff | diff to current |
2016-09-27 |
Richard Smith | P0145R3 (C++17 evaluation order tweaks): evaluate the... |
blob | commitdiff | diff to current |
2016-09-26 |
Richard Smith | P0145R3 (C++17 evaluation order tweaks): evaluate the... |
blob | commitdiff | diff to current |
2016-09-07 |
Reid Kleckner | [MS] Fix 'this' type when calling virtual methods with... |
blob | commitdiff | diff to current |
2016-06-16 |
George Burgess IV | [CodeGen] Fix a segfault caused by pass_object_size. |
blob | commitdiff | diff to current |
2016-05-12 |
David Majnemer | [MS ABI] Don't crash when zero-initializing a vbase... |
blob | commitdiff | diff to current |
2016-05-03 |
Reid Kleckner | [MS] Pass CalleeDecl to adjustThisArgumentForVirtualFun... |
blob | commitdiff | diff to current |
2016-04-29 |
Alexey Bataev | Implementation of VlA of GNU C++ extension, by Vladimir... |
blob | commitdiff | diff to current |
2016-04-08 |
Saleem Abdulrasool | revert SVN r265702, r265640 |
blob | commitdiff | diff to current |
2016-04-07 |
Saleem Abdulrasool | Basic: move CodeGenOptions from Frontend |
blob | commitdiff | diff to current |
2016-03-10 |
Alexey Samsonov | EmitCXXStructorCall -> EmitCXXDestructorCall. NFC. |
blob | commitdiff | diff to current |
2016-03-10 |
Alexey Samsonov | Remove unused function arguments. NFC. |
blob | commitdiff | diff to current |
2016-03-08 |
Richard Smith | P0017R1: In C++1z, an aggregate class can have (public... |
blob | commitdiff | diff to current |
next |