Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
031c8bbae8cc4cec242f8066aa50f28a73834f71
031c8bb
Regenerate.
by mostang.com!davidm
· 21 years ago
37e2082
Add new Platform-specific Notes section and document that getcontext()
by mostang.com!davidm
· 21 years ago
e0f02d4
ia64: Remove perf-tuning code from unw_getcontext().
by mostang.com!davidm
· 21 years ago
50160e1
Remove perf-tuning code, make it fit in 80 columns.
by mostang.com!davidm
· 21 years ago
3be31f5
Include <unistd.h> and <sys/resource.h>.
by hp.com!davidm
· 21 years ago
a4fef7c
Fix Gperf-simple.c so it truly can measure the cold-cache cases
by hp.com!davidm
· 21 years ago
2b07d73
Temporarily add various test-cases which help with performance-tuning.
by hp.com!davidm
· 21 years ago
811cc7b
(unw_getcontext): More performance-tuning.
by hp.com!davidm
· 21 years ago
74f73e7
(IA64_SC_FLAG_SYNCHRONOUS_BIT): New macro.
by hp.com!davidm
· 21 years ago
4e9c3fb
Rename: src/backtrace.c -> src/mi/backtrace.c
by hp.com!davidm
· 21 years ago
14e36a6
Rename: src/backtrace.c -> src/mi/backtrace.c
by hp.com!davidm
· 21 years ago
5fa489b
Regenerate.
by hp.com!davidm
· 21 years ago
3a95b3c
Initial revision
by hp.com!davidm
· 21 years ago
ca8e19f
Build backtrace.c again and move source file to "mi/" directory.
by hp.com!davidm
· 21 years ago
a50c780
(libunwind_la_SOURCES_local): Mention mi/backtrace.c.
by hp.com!davidm
· 21 years ago
3986a30
(AC_CNOFIG_SRCDIR): Adjust for moving backtrace.c into the "mi/" subdirectory.
by hp.com!davidm
· 21 years ago
69cd4ba
ia64: Tweak _Uia64_getcontext() some more and improve perf.-test.
by mostang.com!davidm
· 21 years ago
5c811e8
Move flushsrs into a better position (after most of the prefetching
by mostang.com!davidm
· 21 years ago
fc7b49b
(measure_init): Improve it so that we don't measure noise, such
by mostang.com!davidm
· 21 years ago
d73775b
ia64: Tweak unw_getcontext() for slightly better cold-cache performance.
by mostang.com!davidm
· 21 years ago
96c6250
Include <memory.h>.
by mostang.com!davidm
· 21 years ago
a77f17b
(GR): New macro.
by mostang.com!davidm
· 21 years ago
1fdf615
ia64: Fix _Uia64_get_kernel_table() so it makes some sense again.
by mostang.com!davidm
· 21 years ago
cb9fde1
(_Uia64_get_kernel_table): Fix it so it actually makes some sense again.
by mostang.com!davidm
· 21 years ago
62e1a93
ia64: Fix memory-leak in _Uia64_get_kernel_table(). Found by Todd Miller.
by hp.com!davidm
· 21 years ago
53a56cb
(_Uia64_get_kernel_table): Only call get_kernel_table() if we do not already
by hp.com!davidm
· 21 years ago
e8be590
Regenerate.
by hp.com!davidm
· 21 years ago
2f67782
Regenerate tests/Makefile.in.
by hp.com!davidm
· 21 years ago
f258588
ia64: Fix a typo in dynamic unwind info parsing.
by mostang.com!davidm
· 21 years ago
81570a9
Update.
by mostang.com!davidm
· 21 years ago
2a302e5
Regenerate.
by mostang.com!davidm
· 21 years ago
c7fdc72
Make number of iterations controllable via the second command-line
by mostang.com!davidm
· 21 years ago
89b3ee8
(Logical change 1.186)
by mostang.com!davidm
· 21 years ago
4126158
Initial revision
by mostang.com!davidm
· 21 years ago
a1ce4c3
(unw_tdep_getcontext): Direct it to UNW_ARCH_OBJ(getcontext).
by mostang.com!davidm
· 21 years ago
70b89e2
(uc_addr): Move to unwind_i.h.
by mostang.com!davidm
· 21 years ago
c8dfaca
(par_dynamic): Fix typo in call to ia64_free_state_record().
by mostang.com!davidm
· 21 years ago
0c923f1
(libunwind_la_SOURCES_ia64): Mention getcontext-ia64.S.
by mostang.com!davidm
· 21 years ago
76b4736
(inlined_uc_addr): New function.
by mostang.com!davidm
· 21 years ago
bd286e3
(ia64_install_cursor): Correct NEW_SYSCALL-stub.
by mostang.com!davidm
· 21 years ago
756aefe
(common_init): Mark it as ALWAYS_INLINE. Spell out initialization
by mostang.com!davidm
· 21 years ago
8e8fe50
(Lperf_simple_LDADD): Mention -lrt. (Gperf_simple_LDADD): Likewise.
by mostang.com!davidm
· 21 years ago
ab5eac6
ia64: Fix a typo which caused the case to fail in which primary UNaT
by hp.com!davidm
· 21 years ago
fc7cd7c
Whitespace fix.
by hp.com!davidm
· 21 years ago
5071803
(save_static_to_mem2): New function.
by hp.com!davidm
· 21 years ago
61d42cc
(check_static_to_memN): New function.
by hp.com!davidm
· 21 years ago
d8715c0
(build_script): Fix typo which caused case to fail where primary UNaT
by hp.com!davidm
· 21 years ago
a2b8866
ia64: Remove erroneous calls to rotate_gr() during script-execution.
by mostang.com!davidm
· 21 years ago
eed0c54
(run_script): Remove erroneous calls to rotate_gr(). The unwind
by mostang.com!davidm
· 21 years ago
18d33f3
(check_rotate_regs): Return adjust "vals"; add a printf() in verbose mode.
by mostang.com!davidm
· 21 years ago
96d2898
(CALL_NEXT_PTR): Like CALL_NEXT(), except that the two argument
by mostang.com!davidm
· 21 years ago
d5dc7dc
ia64: Fix another NaT-bit handling bug and add another NaT-bit test.
by hp.com!davidm
· 21 years ago
77a27f0
Update with rotation-test.
by hp.com!davidm
· 21 years ago
f59f60f
Tweak debug-levels a bit.
by hp.com!davidm
· 21 years ago
43db353
(access_nat): Check for fp-location first and also do a direct get/put if
by hp.com!davidm
· 21 years ago
94b71a1
(LOAD_VAL): Use p15 instead of p6 so we don't step on save_static_to_scratch().
by hp.com!davidm
· 21 years ago
f46a44b
ia64: Plug nasty memory leak: neither unw_is_signal_frame() nor
by hp.com!davidm
· 21 years ago
e2b1175
(unw_is_signal_frame): Don't forget to call ia64_free_state_record() after
by hp.com!davidm
· 21 years ago
2cdea99
(parse_dynamic): Free old state-record before creating new one.
by hp.com!davidm
· 21 years ago
2fc4fd6
ia64: Rewrite NaT-bit handling for the 3rd time (must be a charm!).
by mostang.com!davidm
· 21 years ago
23dd2c4
Update.
by mostang.com!davidm
· 21 years ago
1c00cf5
(unw_tdep_save_loc): Add new member "nat_bitnr". Define the
by mostang.com!davidm
· 21 years ago
7c7bceb
(unw_get_save_loc): New variable "nat_bitnr".
by mostang.com!davidm
· 21 years ago
ebe6b21
(uc_addr): Add "nat_bitnr"-pointer argument. Handle preserved
by mostang.com!davidm
· 21 years ago
7356cf8
(struct cursor): Add member "nat_bitnr".
by mostang.com!davidm
· 21 years ago
5de4607
(remote_install_cursor): Pass NULL to third argument of tdep_uc_addr().
by mostang.com!davidm
· 21 years ago
41db5ac
(rbs_find): Delete---it's no longer needed.
by mostang.com!davidm
· 21 years ago
50488ae
(linux_scratch_loc): Add "nat_bitnr"-pointer argument.
by mostang.com!davidm
· 21 years ago
9316bbb
(enum ia64_script_insn_opcode): Moved to here from script.h.
by mostang.com!davidm
· 21 years ago
50f7edc
(enum ia64_script_insn_opcode): Move Gscript-ia64.c.
by mostang.com!davidm
· 21 years ago
fcb151f
(common_init): Initialize NaT-bit locations via IA64_REG_NAT_LOC() macros.
by mostang.com!davidm
· 21 years ago
be1d46b
(IA64_REG_LOC): Pass NULL as third argument to tdep_uc_addr().
by mostang.com!davidm
· 21 years ago
253fabe
ia64: Fix minor typo and delete extraneous macro.
by hp.com!davidm
· 21 years ago
a0f46f2
Fix typo in comment. (IA64_LOC_UC_REG): Remove from the UNW_LOCAL_ONLY case.
by hp.com!davidm
· 21 years ago
daaa6b3
ia64: Add a new check which tests the handling of NaT bits in scratch registers.
by hp.com!davidm
· 21 years ago
ad73ee3
Add include of <errno.h>, <string.h>, and <asm/rse.h>.
by hp.com!davidm
· 21 years ago
1f3439f
(save_static_to_scratch): New routine.
by hp.com!davidm
· 21 years ago
af8e320
ia64: Fix primary-UNaT handling.
by hp.com!davidm
· 21 years ago
d83276c
(compile_reg): Take extra ia64_reg_info-pointer argument.
by hp.com!davidm
· 21 years ago
c4d1b80
(access_nat): Fix that NaT-location calculation for the case where the NaT
by hp.com!davidm
· 21 years ago
8d735e0
ia64: Fix typo which caused bad floating-point NaTVal constant and
by hp.com!davidm
· 21 years ago
6702d10
(tdep_init): Fix typo in nat_val_bytes[] (too much cut & paste).
by hp.com!davidm
· 21 years ago
09a59ec
ia64: Fix bug where chains of saves/spills got updated in the wrong order.
by hp.com!davidm
· 21 years ago
3e5b6ec
(sort_regs): New function.
by hp.com!davidm
· 21 years ago
d2db9d0
ia64: Add two NaT-bit checks: saving to branch registers and memory.
by mostang.com!davidm
· 21 years ago
a2a1325
Fix copyright year and update file-comment.
by mostang.com!davidm
· 21 years ago
a5ed5ae
(LOAD_VAL): New macro.
by mostang.com!davidm
· 21 years ago
d2a5a23
(ptrace): Fix Debug() typo in _UPT_access_mem().
by mostang.com!davidm
· 21 years ago
8410979
(_UPT_access_mem): Fix typo in Debug() macro calls.
by mostang.com!davidm
· 21 years ago
37e3f4f
ia64: Fix a bug which caused the NaT bit failures when a static register got
by hp.com!davidm
· 21 years ago
8b96f6e
(rbs_find): New function.
by hp.com!davidm
· 21 years ago
57b8d6d
(rbs_find): Declare.
by hp.com!davidm
· 21 years ago
4a0d7bd
(access_nat): Correct the case where a static general register got saved
by hp.com!davidm
· 21 years ago
7aa9c37
ia64: Fix off-by-1 error which caused fp-register access failures.
by hp.com!davidm
· 21 years ago
90a9f62
(compile_reg): Fix off-by-1 error for case IA64_WHERE_FR. This makes
by hp.com!davidm
· 21 years ago
f2273f5
ia64: Add a new NaT test-case which checks that static registers saved
by hp.com!davidm
· 21 years ago
330d2b5
(all_funcs): Mention static_to_fpreg test & check.
by hp.com!davidm
· 21 years ago
c5b3064
(CALL_NEXT): New macro. (save_static_to_fpreg): New function.
by hp.com!davidm
· 21 years ago
a2b6982
ia64: Adjust debug level for access_mem() and regenerate Makefile.in.
by hp.com!davidm
· 21 years ago
907bac3
Regenerate.
by hp.com!davidm
· 21 years ago
Next »