Yuri Kunde Schlesner
|
84fbbe2629
|
Use negative priorities to avoid special-casing the self-include
|
2016-09-21 00:15:56 -07:00 |
|
Emmanuel Gil Peyrot
|
ebdae19fd2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
Yuri Kunde Schlesner
|
396a8d91a4
|
Manually tweak source formatting and then re-run clang-format
|
2016-09-18 21:14:25 -07:00 |
|
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
bunnei
|
507e0b5989
|
emitter: Add CALL that can be fixed up.
|
2016-04-13 23:04:50 -04:00 |
|
bunnei
|
e5d417213c
|
emitter: Support arbitrary FixupBranch targets.
|
2016-04-13 23:04:42 -04:00 |
|
MerryMage
|
f73c39d573
|
x64 Emitter: Fix L bit in VEX prefix
|
2016-02-27 12:45:26 +00:00 |
|
aroulin
|
16f39aa452
|
x64-emitter: add RCPSS SSE instruction
|
2015-08-23 15:42:58 +02:00 |
|
Lioncash
|
78e7c77ff5
|
emitter: Remove pointer casts
This should also technically silence quite a few ubsan warnings.
|
2015-08-21 17:09:33 -04:00 |
|
Lioncash
|
e85c5dbb54
|
emitter: Remove unnecessary defines
|
2015-08-20 04:45:32 -04:00 |
|
Lioncash
|
a796149c42
|
emitter: Remove unnecessary else keywords
|
2015-08-20 04:45:31 -04:00 |
|
Lioncash
|
e88dc7fc6d
|
emitter: Remove unused code
|
2015-08-20 04:45:30 -04:00 |
|
Lioncash
|
55461125ba
|
emitter: Pass OpArg by reference where possible
|
2015-08-20 04:45:28 -04:00 |
|
bunnei
|
b39c053785
|
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
|
2015-08-15 18:03:27 -04:00 |
|
bunnei
|
0ee00861f6
|
Common: Cleanup CPU capability detection code.
|
2015-08-15 18:03:26 -04:00 |
|
bunnei
|
a1942238f5
|
Common: Move cpu_detect to x64 directory.
|
2015-08-15 18:03:26 -04:00 |
|
bunnei
|
bd7e691f78
|
x64: Refactor to remove fake interfaces and general cleanups.
|
2015-08-15 18:03:25 -04:00 |
|