| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| Unlike the CPU JIT, the vertex loader JIT already emits position-independent code, so all we need to do is disable the warning. | |||
| 2015-08-12 | Add support for a CodeBlock holding a child. | Ryan Houdek | |
| This is required to make sure two code spaces are relatively close to one another. In this case I need the AArch64 JIT codespace and its farcode space to be within 128MB of one another for branches. | |||
| 2015-07-15 | CodeBlock: Add a shared IsAlmostFull function | degasus | |
| This function shall keep care about the low watermark of code space. If we ran out of space, the JITs shall clear their block cache. | |||
| 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 | |
| and clean up a bit. | |||
| 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 | |
| Fixes issue 6990. This uses a bit of templating to remove the duplicate code that is the CodeBlocks in each emitter headers. No actual functionality change in this. | |||
