xenia/src/xenia/cpu
DrChat 02e37be4e5 Merge branch 'linux' of git://github.com/dougvj/xenia into linux
# Conflicts:
#	.travis.yml
2017-12-14 19:20:02 -06:00
..
backend x64 JIT: Simplify splats 2017-08-08 00:12:38 -05:00
compiler Fix travis LINT 2017-09-20 23:29:39 +02:00
hir PPC: Support v[u]pkd3d128 VPACK_NORMSHORT4 2017-05-12 17:55:52 -05:00
ppc PPC: Fix typo in instruction disassembly for mtspr. 2017-06-11 14:40:59 -05:00
testing xenia-cpu-ppc-tests is now building on linux 2017-02-10 23:54:10 -06:00
breakpoint.cc Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
breakpoint.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
cpu_flags.cc Added comparison operator for --break_on_instruction. 2016-06-19 21:01:18 -05:00
cpu_flags.h Added comparison operator for --break_on_instruction. 2016-06-19 21:01:18 -05:00
debug_listener.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
elf_module.cc ELF Loader: Fix linux build 2017-03-07 12:33:18 -06:00
elf_module.h KernelState should handle module launching 2016-10-24 11:01:10 -05:00
entry_table.cc Moving profiling.h to base - UI could be separated for cleanliness. 2015-11-07 12:31:07 -08:00
entry_table.h DANGER DANGER. Switching to global critical region. 2015-09-06 09:30:54 -07:00
export_resolver.cc It seems 'export' is a reserved keyword for clang. 2015-09-22 07:45:52 -07:00
export_resolver.h Added XBDM stubs. 2017-01-09 04:51:55 -06:00
function.cc Remove Function::Call extern handler shortcut (as we need old behavior for savestates) 2015-12-29 12:35:56 -08:00
function.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
function_debug_info.cc Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
function_debug_info.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
function_trace_data.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
mmio_handler.cc MMIO Handler: Don't allow more than one watch to occupy the same region (fire old watches if a new one overlaps) 2017-03-11 20:55:01 -06:00
mmio_handler.h MMIO Handler: Don't allow more than one watch to occupy the same region (fire old watches if a new one overlaps) 2017-03-11 20:55:01 -06:00
module.cc Moving profiling.h to base - UI could be separated for cleanliness. 2015-11-07 12:31:07 -08:00
module.h KernelState should handle module launching 2016-10-24 11:01:10 -05:00
premake5.lua Folding build_tools back into the main repo for simplicity. 2015-12-30 16:53:14 -08:00
processor.cc xenia-cpu-ppc-tests is now building on linux 2017-02-10 23:54:10 -06:00
processor.h xenia-cpu-ppc-tests is now building on linux 2017-02-10 23:54:10 -06:00
raw_module.cc RawModule::SetAddressRange - Notify the backend about this range. 2015-12-29 12:35:58 -08:00
raw_module.h KernelState should handle module launching 2016-10-24 11:01:10 -05:00
stack_walker.h Warn and be ok with symbol services failing. 2016-02-21 14:26:16 -08:00
stack_walker_posix.cc xenia-cpu-ppc-tests is now building on linux 2017-02-10 23:54:10 -06:00
stack_walker_win.cc Warn and be ok with symbol services failing. 2016-02-21 14:26:16 -08:00
symbol.h More style cleanup. 2015-08-06 20:17:01 -07:00
test_module.cc Refactoring SymbolInfo/FunctionInfo/Function into Symbol/Function. 2015-08-05 21:50:02 -07:00
test_module.h KernelState should handle module launching 2016-10-24 11:01:10 -05:00
thread.cc Fix casting between XThread and Thread causing pointer misalignment 2017-02-10 23:35:35 -06:00
thread.h Fix casting between XThread and Thread causing pointer misalignment 2017-02-10 23:35:35 -06:00
thread_debug_info.h Remove xenia-cpu dependency on xenia-kernel 2017-02-06 21:57:18 -06:00
thread_state.cc Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
thread_state.h Cleanup ThreadState and XThread 2015-12-29 12:32:46 -08:00
xex_module.cc Handle cases where the optional import header isn't present :P 2017-02-25 20:28:45 -06:00
xex_module.h KernelState should handle module launching 2016-10-24 11:01:10 -05:00