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
/
x64ABI.cpp
Age
Commit message (
Expand
)
Author
2022-08-11
Common:X64ABI: Work around clang-format being dumb
TellowKrinkle
2022-08-10
Common:X64ABI: Make proper stack frames
TellowKrinkle
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2016-08-31
x64Emitter: Generify ABI_CallFunction variants
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
Correct ampersands as well
mathieui
2016-01-21
More asterisks
mathieui
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-01-05
x64ABI: enhance MOVTwo to take an offset
Fiora
2014-11-09
JIT: add 64-bit write support to FIFO functions
Fiora
2014-11-02
x64ABI: get rid of some duplicate code
Tillmann Karras
2014-10-25
Convert registersInUse to BitSet.
comex
2014-10-10
x64 emitter: Add some more missing ops (MOVDQA, MOVDQU, PSHUFHW)
Henrik RydgÄrd
2014-09-10
JIT: use XCHG in MOVTwo
Fiora
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-08
Remove ABI_AlignStack/ABI_RestoreStack and the noProlog option to ABI_CallFun...
comex
2014-09-08
Remove the inaccurately named ABI_PushAllCalleeSavedRegsAndAdjustStack (it di...
comex
2014-09-08
Improve code and clarify parameters to ABI_Push/PopRegistersAndAdjustStack.
comex
2014-09-06
Factor code from ABI_CallFunctionRR and GetWriteTrampoline into a helper, and...
comex
2014-08-30
Common: Clean up brace placements
Lioncash
2014-08-03
Remove the rest of x86_32 support from Common.
Ryan Houdek
2014-03-25
Compute stack usage correctly in ABI_CallFunctionPC.
magumagu
2014-03-25
Use unaligned stores to save XMM regs to stack.
magumagu
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-08
x64ABI: Add two more CallFunction functions (for additional parameter types).
Pierre Bourdon
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre