Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
cc874b535136c2f20a345d17910a0dfc3efe8ebf
/
drd
/
pub_drd_bitmap.h
ccf17de
Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools.
by bart
· 16 years ago
[Renamed from exp-drd/pub_drd_bitmap.h]
7e81a17
Implemented cache rotation.
by bart
· 16 years ago
d59bb0f
Declared more inline functions static, such that the compiler can omit the out-of-line code.
by bart
· 16 years ago
c2c81db
Changed return type of some of the bitmap functions from UWord to Bool.
by bart
· 17 years ago
d5f2370
Reordered declarations.
by bart
· 17 years ago
a3f6109
Renamed bm_compare() into bm_equal(). Fixed a bug in bm_equal().
by bart
· 17 years ago
7cd7d7f
Added bm_compare().
by bart
· 17 years ago
588d90f
Added bm_get_bitmap2_node_creation_count().
by bart
· 17 years ago
d490707
Split bm_has_any() into bm_has_any_load() and bm_has_any_store().
by bart
· 17 years ago
8bf2f8b
Introduced bm_test_and_clear().
by bart
· 17 years ago
9c4224c
Added functions bm_clear_load() and bm_clear_store().
by bart
· 17 years ago
0ea4eca
Removed unused function.
by bart
· 17 years ago
33e56c9
Extended bitmap lookup cache from one to four elements.
by bart
· 17 years ago
5e234ac
Added creation / destruction events to the bitmap access type enumeration.
by bart
· 17 years ago
a79df6e
Even more optimizations.
by bart
· 17 years ago
3655612
Inlining and specialization of some bitmap manipulation functions.
by bart
· 17 years ago
9036dea
Made arguments of bitmap manipulating functions more uniform.
by bart
· 17 years ago
0268dfa
Added support for OpenMP barriers -- if libgomp.so has been built with debug information. More in general, added support for nested synchronization constructs.
by bart
· 17 years ago
8564292
by sewardj
· 17 years ago
af44c82
Add DRD as an experimental tool. Bart Van Assche is the maintainer.
by sewardj
· 17 years ago