aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-29Move vtable security branch out of subdirectory of gcc-4_6-mobilegoogle/gcc-4_6-mobileCaroline Tice
2012-08-25Add new libvtv_stubs.a library.Caroline Tice
2012-08-24Fix issue with vtable map variables (they cannot be read-only)Luis Lozano
2012-08-24Allow users to specify "-fvtable-verify=none" to turnCaroline Tice
2012-08-21replaced deprecated sys_errlist usageLuis Lozano
2012-08-21Add new, overwriteable fail function.Caroline Tice
2012-08-21fixed a couple of typos.Luis Lozano
2012-08-21Adding logging routines and some small cleanup.Luis Lozano
2012-08-13Most of changes are for adapting new implementation of hash set.Luis Lozano
2012-08-13intermediate commit to get the latest changes for gthreads.Luis Lozano
2012-08-13Merge changes to use gthreads instead of pthreadsLuis Lozano
2012-08-13Second commit with the singleton functionality.Luis Lozano
2012-08-13First version of singleton set implementation. Passes all testing.Luis Lozano
2012-08-09Fix initialization of static _gthread_mutex_t Caroline Tice
2012-08-08Change from using pthreads to using __gthreads.Caroline Tice
2012-08-062012-08-06 Caroline Tice <cmtice@google.com>Caroline Tice
2012-07-26Remove the init hack.Caroline Tice
2012-07-20Fixed last know issue with multithreading.Luis Lozano
2012-07-18Fix various multi-threading issues; put hash maskCaroline Tice
2012-06-28Fixed merge problemLuis Lozano
2012-06-25see ChangeLog.vtable-securityLuis Lozano
2012-06-25- Changes to protect side data structures used by vtable verification.Luis Lozano
2012-06-15Created change log for pending changesLuis Lozano
2012-06-15Commit changes to clean critical path before merge with Caroline's changesLuis Lozano
2012-06-14Add change log for most recent commit.Caroline Tice
2012-06-14Improve use of hash table size hints, updateCaroline Tice
2012-06-12Fix typo in include line.Caroline Tice
2012-06-12Add ChangeLog for most recent commit.Caroline Tice
2012-06-12Add size hints to call to __VLTRegisterPair to help Caroline Tice
2012-06-12Removed file entries for files that were moved to libsupc. I should have used...Luis Lozano
2012-06-08Added entry for latest changes.Luis Lozano
2012-06-08added workaroun for bug when file contains class hierarchy but no verificationLuis Lozano
2012-06-08Fixed some warningsLuis Lozano
2012-06-08Fixed some warnings and disabled some debug messsagesLuis Lozano
2012-06-08Fixed typo in libstdc++-v3/libsupc++/vtv_init.cc from last modificationLuis Lozano
2012-06-08Fixes merge changes after merge from Caroline to revamp data structuresLuis Lozano
2012-06-08Disable hash statistics for now.Luis Lozano
2012-06-08Restored the code to handle empty hash table variableLuis Lozano
2012-06-08Use num_vtable_map_nodes to decide whether or Caroline Tice
2012-06-07Modify to use mmap instead of posix_memalign.Caroline Tice
2012-06-06Clean up our data structures.Caroline Tice
2012-06-04Make sure vtable verification is off by default.Caroline Tice
2012-06-04Remove extra closing brace, left over from removing extern "C".Caroline Tice
2012-06-03Add initialization priority option to fvtable-verify flag; AddCaroline Tice
2012-06-03Completely remove code for generating dummy functions.Caroline Tice
2012-06-03Re-instate hack that empty data structures are valid,Caroline Tice
2012-06-01Several changes to fix issues due to the libstd++ library not being built wit...Luis Lozano
2012-05-30Add code to collect hash table statistics.Caroline Tice
2012-05-25Cleaned up 'extern "C"' uses. Added utility and dumping to memory pool for de...Luis Lozano
2012-05-23Updated ChangeLog.vtable-securityLuis Lozano