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
release-prep-2606a
release-prep-2606a-2
release-prep-2609
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
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