summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/Inputs
AgeCommit message (Expand)Author
2025-08-21[clang][DebugInfo][test] Move debug-info tests from CodeGenCXX to DebugInfo d...Michael Buch
2025-04-10[RFC] Initial implementation of P2719 (#113510)Oliver Hunt
2023-06-15Reland "[Clang][MS] Remove assertion on BaseOffset can't be smaller than Size."Zequan Wu
2023-06-14Revert "[Clang][MS] Remove assertion on BaseOffset can't be smaller than Size."Nico Weber
2023-06-14[Clang][MS] Remove assertion on BaseOffset can't be smaller than Size.Zequan Wu
2022-11-16[AST] Fix class layout when using external layout under MS ABI.Zequan Wu
2022-03-30[clang][ABI] New C++20 module mangling schemeNathan Sidwell
2022-03-09Revert "[clang][ABI] New C++20 module mangling scheme"Chuanqi Xu
2022-03-08[clang][ABI] New C++20 module mangling schemeNathan Sidwell
2021-12-08[C++20] [Module] Support extern C/C++ semanticsChuanqi Xu
2020-07-30[PGO] Include the mem ops into the function hash.Hiroshi Yamauchi
2020-07-29Revert "[PGO] Include the mem ops into the function hash."Hiroshi Yamauchi
2020-07-29[PGO] Include the mem ops into the function hash.Hiroshi Yamauchi
2020-07-22[PGO] Supporting code for always instrumenting entry blockRong Xu
2019-12-16[c++20] P1959R0: Remove support for std::*_equality.Richard Smith
2019-12-13[profile] Fix a crash when -fprofile-remapping-file= triggers an errorFangrui Song
2019-03-13[AST] Improve support of external layouts in `MicrosoftRecordLayoutBuilder`Aleksandr Urakov
2018-10-23[AST] Do not align virtual bases in `MicrosoftRecordLayoutBuilder` whenAleksandr Urakov
2018-10-10Add a flag to remap manglings when reading profile data information.Richard Smith
2018-07-31Improve support of PDB as an external layout sourceAleksandr Urakov
2018-07-13Use external layout information to layout bit-fields for MS ABI.Richard Smith
2018-05-07[C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier
2016-05-29Enable some accidentally dead tests and fix up the bitrotDavid Blaikie
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith
2014-07-16DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ...David Blaikie
2014-03-11test: Give instrumentation based profiling tests their own directoryJustin Bogner
2014-03-06PGO: rename profile data files from .pgodata to .profdata.Bob Wilson
2014-02-17Change PGO instrumentation to compute counts in a separate AST traversal.Bob Wilson
2014-01-23CodeGen: Handle PGO counters for constructors and destructorsJustin Bogner
2014-01-23test/CodeGenCXX: Give instr-profile exception tests their own fileJustin Bogner
2014-01-06CodeGen: Initial instrumentation based PGO implementationJustin Bogner