radare2/libr/reg
Riccardo Schirone 7572f315ea
meson improvements (#10617)
* meson.build: fix meson build when not on git
* meson.build: make capstone a dependency
* meson.build: make r_magic library optional
* meson.build: capstone include is already in the dependency
* meson.build: use dependencies instead of manual linking + includes
* meson.build: add travis
* flag/meson.build: include sdb dependency
* travis-script: print messages based on install system
* io/meson.build: add sdb as dependency
* syscall/meson.build: missing sdb dependency
* {parse,config}/meson.build: add sdb dependency
* travis.yml: pass INSTALL_SYSTEM var to docker
* {bin/shlr}/meson.build: add sdb_dep to r2java and bin
* install meson and ninja-build in r2-travis docker
* travis.yml: allow meson build to fail for now
* anal/meson.build: add sdb and java dependencies
* egg/meson.build: add sdb dependency
* travis.yml: meson build env should be also in the includes list
* core/meson.build: add java dep
* meson.build: use dependencies also to create main r2 dependency
* rasm2/meson.build: replace link_with with dependencies
* rasm2/meson.build: add sdb as dependency
* meson.builds: convert link_with to dependencies and fix tabs
* travis-script: change meson install prefix and set PKG_CONFIG_PATH
* travis-script: add lib64 to LD_LIBRARY_PATH
2018-07-09 16:58:38 +02:00
..
p Uppercase register aliases 2015-10-31 01:59:01 +01:00
arena.c Refactor r_reg_arena_push to remove dead code 2017-04-18 00:59:49 +02:00
cond.c Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
double.c Fixes for windows and some are also global (#6936) 2017-03-08 08:49:31 +01:00
Makefile Implement RReg API for long double and packed registers 2015-08-23 03:58:49 +02:00
meson.build meson improvements (#10617) 2018-07-09 16:58:38 +02:00
profile.c reg/profile.c: remove a duplicated FLG => GPR hack (#8516) 2017-09-15 11:32:29 +02:00
reg.c very minor optimization here, but it improved the performance of r_reg_32_to_64 quite significantly... Profiling a test program that used libr_anal esil went from r_reg_32_to_64 using ~9.5% to ~2.3% of the total time (#10624) 2018-07-05 00:24:06 +02:00
value.c Add r_reg_{get,set}_value_by_role and fix "aef" because "PC" is not available on every arch (#8326) 2017-08-27 01:10:19 +02:00