mathieui
|
f15ffda5a7
|
Correct ampersands as well
|
2016-01-21 21:27:56 +01:00 |
mathieui
|
3e283ea9f1
|
More asterisks
|
2016-01-21 21:16:51 +01:00 |
mathieui
|
78aa398e7c
|
Common: asterisks go against the type name
not the variable name
|
2016-01-21 20:46:25 +01:00 |
Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
hthh
|
c7208318fb
|
JIT: Reuse trampolines when possible
|
2014-10-05 15:03:11 +11:00 |
Fiora
|
d02b7c7755
|
JIT: support immediate stores
|
2014-09-15 07:25:32 -07:00 |
Tillmann Karras
|
886c887e80
|
Fix Fastmem on CPUs without MOVBE
The problem was that when BSWAP was used, UnsafeWriteRegToReg() returned
the address of that instead of the MOV.
|
2014-04-25 01:11:52 +02:00 |
Tillmann Karras
|
acfd9ee76c
|
Add remaining possible uses of MOVBE
Also fixes a missing 'break' statement in DisassembleMov().
|
2014-04-24 16:36:03 +02:00 |
Matthew Parlane
|
31cfc73a09
|
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
2014-03-11 00:35:07 +13:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |