summaryrefslogtreecommitdiff
path: root/Source/Core/Common/CodeBlock.h
AgeCommit message (Expand)Author
2024-07-23Cached Interpreter 2.0mitaclaw
2024-04-22JitArm64: Increase farcode & nearcode cache sizeJosJuice
2023-10-31Jit64: Recompile asm routines on cache clearJosJuice
2022-02-12Common/CodeBlock: Call ResetCodePtr when decreasing region_sizeJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-08-24x64Emitter: Check end of allocated space when emitting code.Admiral H. Curtiss
2018-08-15Fix spelling in assert macroBreadFish64
2018-05-17Common/CodeBlock: Namespace code under the Common namespaceLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-08-22Remove NonCopyableJosJuice
2017-05-20Remove code for only allocating low memoryJosJuice
2017-03-21ConstantPool: Externalize memory allocationMerryMage
2017-03-21CodeBlock: Add support for multiple childrenMerryMage
2017-03-20EmuCodeBlock: Use ConstantPoolMerryMage
2017-01-08CodeBlock: Const correctness for IsInSpaceLioncash
2017-01-07CodeBlock: Get rid of implicit sign-conversion in AllocCodeSpaceLioncash
2016-08-19Merge pull request #3386 from lioncash/memoryJosJuice
2016-08-07Common: namespace MemoryUtilLioncash
2016-08-06CodeBlock: In-class initialize variablesLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21More asterisksmathieui
2015-09-26Common: Move asserts to their own headerLioncash
2015-09-26Common: Move NonCopyable to its own headerLioncash
2015-09-12VertexLoaderX64: fix 2GB warningsTillmann Karras
2015-08-12Add support for a CodeBlock holding a child.Ryan Houdek
2015-07-15CodeBlock: Add a shared IsAlmostFull functiondegasus
2015-06-14Revert "x64: build a Position-Independent Executable (PIE)"Matthew Parlane
2015-06-04Jit: Make IsInCodeSpace() constLioncash
2015-06-03MemoryUtil: get executable pages near static dataTillmann Karras
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-04-09Remove dumb CodeBlock duplication in the emitters.Ryan Houdek