summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r325576:Hans Wennborg2018-02-201-36/+4
* Merging r325375:Hans Wennborg2018-02-191-4/+36
* Merging r324439:Hans Wennborg2018-02-071-0/+28
* Merging r324059:Hans Wennborg2018-02-052-1/+21
* Merging r323935:Hans Wennborg2018-02-051-0/+11
* Merging r322236:Hans Wennborg2018-01-171-0/+8
* -fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann2017-12-281-0/+12
* Revert "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai2017-12-213-20/+5
* Revert "Fix for PR32990"Reid Kleckner2017-12-215-105/+18
* [CodeGen] Fix crash when a function taking transparent union is redeclared.Volodymyr Sapsai2017-12-213-5/+20
* Fix for PR32990Erich Keane2017-12-215-18/+105
* [ubsan] Diagnose noreturn functions which returnVedant Kumar2017-12-211-0/+81
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+16
* IRGen: When performing CFI checks, load vtable pointer from vbase when necess...Peter Collingbourne2017-12-132-0/+56
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-093-16/+6
* [CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka2017-12-092-16/+9
* [WebAssembly] Don't use Wasm function sections for more than one functionDan Gohman2017-12-051-4/+4
* PR35456: Track definedness of variable template specializations separately fromRichard Smith2017-12-022-7/+7
* [c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith2017-12-011-0/+13
* MS ABI: Treat explicit instantiation definitions of dllimport function templa...Hans Wennborg2017-11-291-1/+10
* [EH] Use __CxxFrameHandler3 for C++ EH in MS environmentsReid Kleckner2017-11-291-0/+20
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-292-1/+24
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-292-24/+1
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-292-1/+24
* [test] Fix a typo in a test comment. NFC.Martin Storsjo2017-11-281-1/+1
* [MS] Increase default new alignment for win64 and test itReid Kleckner2017-11-211-0/+16
* PR22763: if a defaulted (non-user-provided) special member function isRichard Smith2017-11-162-1/+22
* [MS] Apply adjustments after storing 'this'Reid Kleckner2017-11-164-43/+64
* Update tests for llvm.invariant.group.barrier becoming mangledYaxun Liu2017-11-162-30/+30
* Try to fix the instrument-functions testsHans Wennborg2017-11-141-2/+2
* Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg2017-11-141-7/+11
* CodeGenCXX: no default dllimport storage for mingwMartell Malone2017-11-041-1/+1
* [c++17] Visit class template explicit specializations just like all other cla...Richard Smith2017-11-031-0/+12
* Add default calling convention support for regcall.Erich Keane2017-11-021-1/+12
* Making a couple of tests a bit more flexible wrt thunk mangling. Fixes checki...Wolfgang Pieb2017-11-012-2/+2
* Fix for PR33930. Short-circuit metadata mapping when cloning a varargs thunk.Wolfgang Pieb2017-10-312-0/+51
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-8/+11
* CodeGen: Fix insertion position of addrspace cast for allocaYaxun Liu2017-10-301-8/+23
* PR35039: Materialize temporary objects before wrapping them in anRichard Smith2017-10-281-0/+26
* [MS] Allow access to ambiguous, inaccessible direct basesReid Kleckner2017-10-271-0/+20
* Fix C++ testcase I forgot to add to r316689.Adrian Prantl2017-10-261-1/+0
* Correct behavior of fastcall when default CC is set.Erich Keane2017-10-241-0/+7
* For better compatibility with C++11 and C++14, emit a nondiscardable definitionRichard Smith2017-10-231-4/+14
* Don't suppress instantiation of definitions for variables subject to explicitRichard Smith2017-10-181-2/+2
* [Bitfield] Add an option to access bitfield in a fine-grained manner.Wei Mi2017-10-161-0/+162
* [ubsan] Don't emit function signatures for non-static member functionsVedant Kumar2017-10-141-0/+60
* [SEH] Use the SEH personality on frontend-outlined funcletsReid Kleckner2017-10-131-0/+21
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-0/+161
* [MS] Don't bail on replacing dllimport vbase dtors with base dtorsReid Kleckner2017-10-131-0/+49
* For dllexport class templates, export specializations of member functions (PR...Hans Wennborg2017-10-101-0/+15