index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
UserspaceEmulator
/
SoftCPU.cpp
Age
Commit message (
Expand
)
Author
2021-07-20
LibX86: Add INT1 instruction (needed for disassembly)
Andreas Kling
2021-07-08
UserspaceEmulator: Use long double in `FABS`
Daniel Bertalan
2021-06-23
UserspaceEmulator: Add a simple debugging Console
Hendiadyoin1
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
LibX86+UserspaceEmulator: Add MMX insns prototypes
Hendiadyoin1
2021-04-25
UserspaceEmulator: Add more Instructions
Hendiadyoin1
2021-04-23
UE: Implement FLD_RM80 and FSTP_RM80
Hendiadyoin1
2021-04-23
UE+LibX86: Support bigger reads and writes
Hendiadyoin1
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
UserspaceEmulator: use outln_if
Hendiadyoin1
2021-04-08
UE: Use AK's bit_cast and not reimplement it
Hendiadyoin1
2021-03-14
UserspaceEmulator: SoftCPU: Add support for FPTAN instruction
Brendan Coles
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
UserspaceEmulator: SoftCPU: Add support for several x86 FPU instructions
Brendan Coles
2021-03-09
UserspaceEmulator+LibX86: Sprinkle some [[unlikely]] and ALWAYS_INLINE
Andreas Kling
2021-03-09
UserspaceEmulator: Support FLDL2E / FLDPI, fix typos, use M_LN2 constant
Brendan Coles
2021-03-09
UserspaceEmulator: Add partial support for some more x87 instructions
Andreas Kling
2021-03-09
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
UserspaceEmulator: Fix an outln() format bug
AnotherTest
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling