- Notifications
You must be signed in to change notification settings - Fork 15.3k
Pull requests: llvm/llvm-project
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[clang][bytecode] Add Pointer::initializeAllElements() clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#151151 by tbaederr was merged Jul 29, 2025 Loading…
[clang][bytecode] Move Pointer::{Prev,Next} into BlockPointer clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#151097 by tbaederr was merged Jul 30, 2025 Loading…
[clang][bytecode] Clean up {Compiler,Interp}.h clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#151335 by tbaederr was merged Jul 30, 2025 Loading…
[clang] Forbid reinterpret_cast of function pointers in constexpr. clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#150557 by efriedma-quic was merged Jul 31, 2025 Loading…
[clang][bytecode] Check for dummy pointers when calling pseudo dtors clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137437 by tbaederr was merged Apr 26, 2025 Loading…
[clang][bytecode] Diagnose dynamic_cast before C++20 clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137442 by tbaederr was merged Apr 26, 2025 Loading…
[clang][bytecode] Allow memory leaks before C++20 clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137445 by tbaederr was merged Apr 26, 2025 Loading…
[clang][bytecode] Diagnose destroying already dead locals clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137357 by tbaederr was merged Apr 26, 2025 Loading…
[clang][bytecode] Remove base casts before doing memcpy clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137754 by tbaederr was merged Apr 29, 2025 Loading…
[clang][bytecode] Check array sizes against step limit clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137679 by tbaederr was merged Apr 29, 2025 Loading…
[clang][bytecode] Diagnose PointerToIntegral casts clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137444 by tbaederr was merged Apr 26, 2025 Loading…
[clang][bytecode] Diagnose delete of non-heap-allocated blocks clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137475 by tbaederr was merged Apr 27, 2025 Loading…
[clang][bytecode][NFC] Stop using Function in InterpBuiltin clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137597 by tbaederr was merged Apr 28, 2025 Loading…
[clang][bytecode] Check live-ness when calling dtors clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137645 by tbaederr was merged Apr 28, 2025 Loading…
[clang][bytecode] Fix ia32_addcarry/subborrow clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137642 by tbaederr was merged Apr 28, 2025 Loading…
[clang][bytecode] Fix two small builtin_constant_p cases clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137587 by tbaederr was merged Apr 28, 2025 Loading…
[clang][bytecode] Don't create function frames for builtin calls clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137607 by tbaederr was merged Apr 28, 2025 Loading…
[clang][bytecode] Diagnose heap-allocated array elem pointers... clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137523 by tbaederr was merged Apr 27, 2025 Loading…
[clang][bytecode] Check for global decls in destructors clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137525 by tbaederr was merged Apr 27, 2025 Loading…
[clang][bytecode] Don't ignore discarded ArraySubScriptExprs clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137526 by tbaederr was merged Apr 27, 2025 Loading…
[clang][bytecode] Don't create Function instances for builtins clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137618 by tbaederr was merged Apr 28, 2025 Loading…
[clang][bytecode] Reorder type checks in classify() clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#139046 by tbaederr was merged May 9, 2025 Loading…
[clang][bytecode] Slightly optimize integral casts of literals clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#138879 by tbaederr was merged May 9, 2025 Loading…
[clang][bytecode] Allow This pointers in CPCE mode clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137761 by tbaederr was merged Apr 29, 2025 Loading…
[clang][bytecode] Start implementing builtin_is_within_lifetime clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137765 by tbaederr was merged Apr 29, 2025 Loading…
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.