summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of wrong-code bugs in switch-on-constant optimization:Richard Smith2016-09-161-2/+80
* Alter the iOS/tvOS ARM64 C++ ABI to ignore the upper half of theJohn McCall2016-09-161-0/+36
* Update clang unittests for rL281586.Wei Mi2016-09-151-2/+2
* Also don't inline dllimport functions referring to non-dllimport constructors.Hans Wennborg2016-09-132-4/+8
* [CodeGen] Fix an assert in EmitNullConstant.Akira Hatanaka2016-09-131-0/+21
* Try harder to not inline dllimport functions referencing non-dllimport functionsHans Wennborg2016-09-132-1/+8
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-1319-90/+106
* [DebugInfo] Deduplicate debug info limiting logicReid Kleckner2016-09-132-4/+13
* [MS ABI] Add /include directives for dynamic TLSDavid Majnemer2016-09-121-0/+5
* [DebugInfo] Ensure complete type is emitted with -fstandalone-debugReid Kleckner2016-09-091-3/+24
* [codeview] Extend the heuristic for detecting classes imported from DLLsReid Kleckner2016-09-091-0/+21
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+20
* Try contextually converting condition of constexpr if to Boolean valueIsmail Pazarbasi2016-09-071-0/+13
* [MS] Fix prologue this adjustment when 'this' is passed indirectlyReid Kleckner2016-09-074-3/+26
* [MS] Fix 'this' type when calling virtual methods with inallocaReid Kleckner2016-09-071-4/+31
* Fix clang's handling of the copy performed in the second phase of classRichard Smith2016-09-071-0/+20
* [ms] Add support for parsing uuid as a Microsoft attribute.Nico Weber2016-09-031-0/+8
* (clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...Yunzhong Gao2016-09-021-5/+5
* [codeview] Don't emit vshape info for classes without vfptrsReid Kleckner2016-08-311-0/+54
* [codeview] Pass through vftable shape informationReid Kleckner2016-08-311-1/+8
* Widen type of __offset_flags in RTTI on Mingw64Reid Kleckner2016-08-251-0/+13
* [MS] Pass non-trivially-copyable objects indirectly on Windows ARMReid Kleckner2016-08-251-0/+15
* [Pragma] Clear loop distribution attribute between loopsAdam Nemet2016-08-241-0/+23
* PR29086: DebugInfo: Improve support for fixed array dimensions in variable le...David Blaikie2016-08-221-0/+14
* Remove redundant testDavid Blaikie2016-08-221-9/+0
* Emit debug info for dynamic classes if they are imported from a DLL.Adrian McCarthy2016-08-161-0/+20
* Add a triple to this test to make buildbots happier.Richard Smith2016-08-151-1/+1
* P0217R3: code generation support for decomposition declarations.Richard Smith2016-08-151-0/+118
* PR26423: Assert on valid use of using declaration of a function with an unded...David Blaikie2016-08-051-4/+22
* [codeview] Skip injected class names in nested record emissionReid Kleckner2016-08-011-0/+21
* Fix naked.cpp test on 32-bit WindowsReid Kleckner2016-07-291-1/+1
* Don't crash when generating code for __attribute__((naked)) member functions.Justin Lebar2016-07-271-0/+13
* Update test to account for r276604David Majnemer2016-07-251-2/+2
* Clang changes for overloading invariant.start and end intrinsicsAnna Thomas2016-07-221-7/+7
* [CodeGen] Fix a crash when constant folding switch statementErik Pilkington2016-07-211-0/+9
* Reroll "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy2016-07-212-8/+11
* Revert "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy2016-07-212-11/+8
* Include unreferenced nested types in member list only for CodeViewAdrian McCarthy2016-07-212-8/+11
* When copying an array into a lambda, destroy temporaries fromJohn McCall2016-07-201-2/+52
* Let FuncAttrs infer the 'returned' argument attributeDavid Majnemer2016-07-191-2/+2
* Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer the 'returned' ...NAKAMURA Takumi2016-07-181-2/+2
* Revert "Revert r275029 - Update Clang tests after adding inference for the re...Hal Finkel2016-07-161-2/+2
* P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith2016-07-141-0/+70
* Fix for the mingw builderDavid Majnemer2016-07-121-1/+1
* [ItaniumMangle] Correctly mangle BuiltinTemplateDeclsDavid Majnemer2016-07-121-0/+11
* [MS ABI] Support throwing/catching __unaligned typesDavid Majnemer2016-07-121-0/+8
* Revert r275029 - Update Clang tests after adding inference for the returned a...Hal Finkel2016-07-111-2/+2
* [CodeGen] Treat imported static local variables as declarationsDavid Majnemer2016-07-111-2/+2
* Update Clang tests after adding inference for the returned argument attributeHal Finkel2016-07-101-2/+2
* Revert "Retry "Include debug info for nested structs and classes""Adrian McCarthy2016-07-063-10/+10
OpenPOWER on IntegriCloud