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
/
Libraries
/
LibX86
Age
Commit message (
Expand
)
Author
2021-09-16
LibX86: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-08-02
LibX86: Stub out Disassembler::next() for x86_64
Gunnar Beutner
2021-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-07-22
LibX86: Add missing MovD and MovQ instructions
Hendiadyoin1
2021-07-22
LibX86: Use names closer to the spec for the Modrm
Hendiadyoin1
2021-07-20
LibX86: Add INT1 instruction (needed for disassembly)
Andreas Kling
2021-06-30
Debugger: Compile on x86_64
Hendiadyoin1
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-05-31
LibX86: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-07
LibX86: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-01
LibX86+UserspaceEmulator: Add MMX insns prototypes
Hendiadyoin1
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-23
UE+LibX86: Support bigger reads and writes
Hendiadyoin1
2021-04-23
LibX86: Add basic u128 and u256 constainers
Hendiadyoin1
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibX86: Convert String::format() => String::formatted()
Andreas Kling
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-03-09
LibX86: Don't use "if (foo) [[unlikely]] { }" for now (to please clang)
Andreas Kling
2021-03-09
UserspaceEmulator+LibX86: Sprinkle some [[unlikely]] and ALWAYS_INLINE
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-02
LibX86: Don't assert just because insn has no immediate bytes
Andreas Kling
2021-01-31
LibX86: sanity check for Instruction read size
Thomas Mangin
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling