index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
CodeBlock.h
Age
Commit message (
Expand
)
Author
2024-07-23
Cached Interpreter 2.0
mitaclaw
2024-04-22
JitArm64: Increase farcode & nearcode cache size
JosJuice
2023-10-31
Jit64: Recompile asm routines on cache clear
JosJuice
2022-02-12
Common/CodeBlock: Call ResetCodePtr when decreasing region_size
JosJuice
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-08-24
x64Emitter: Check end of allocated space when emitting code.
Admiral H. Curtiss
2018-08-15
Fix spelling in assert macro
BreadFish64
2018-05-17
Common/CodeBlock: Namespace code under the Common namespace
Lioncash
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-08-22
Remove NonCopyable
JosJuice
2017-05-20
Remove code for only allocating low memory
JosJuice
2017-03-21
ConstantPool: Externalize memory allocation
MerryMage
2017-03-21
CodeBlock: Add support for multiple children
MerryMage
2017-03-20
EmuCodeBlock: Use ConstantPool
MerryMage
2017-01-08
CodeBlock: Const correctness for IsInSpace
Lioncash
2017-01-07
CodeBlock: Get rid of implicit sign-conversion in AllocCodeSpace
Lioncash
2016-08-19
Merge pull request #3386 from lioncash/memory
JosJuice
2016-08-07
Common: namespace MemoryUtil
Lioncash
2016-08-06
CodeBlock: In-class initialize variables
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
More asterisks
mathieui
2015-09-26
Common: Move asserts to their own header
Lioncash
2015-09-26
Common: Move NonCopyable to its own header
Lioncash
2015-09-12
VertexLoaderX64: fix 2GB warnings
Tillmann Karras
2015-08-12
Add support for a CodeBlock holding a child.
Ryan Houdek
2015-07-15
CodeBlock: Add a shared IsAlmostFull function
degasus
2015-06-14
Revert "x64: build a Position-Independent Executable (PIE)"
Matthew Parlane
2015-06-04
Jit: Make IsInCodeSpace() const
Lioncash
2015-06-03
MemoryUtil: get executable pages near static data
Tillmann Karras
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-04-09
Remove dumb CodeBlock duplication in the emitters.
Ryan Houdek