c11llvm.git
2020-12-08 weiyuclean up vagrant
2020-09-30 weiyuDo not directly replace function call style atomics
2020-07-24 weiyuFix missed normal loads/stores master
2020-07-24 weiyuMerge /home/git/cds-llvm
2020-07-24 weiyuUse the code of type casting from ThreadSanitizer pass...
2019-12-07 rootremove rename main
2019-11-27 weiyuAdd TODOs
2019-11-26 weiyuFix the false negative of ThreadSanitizer mentioned...
2019-11-26 weiyuAdd instrumentation for memory intrinsic instructions
2019-11-25 weiyuAdd some missing functions in ThreadSanitizer pass...
2019-11-19 weiyuCompare exchange strong / weak may be called without...
2019-11-04 weiyuMerge /home/git/c11llvm
2019-11-04 weiyuFix a bug related to atomic bool
2019-08-20 bdemskyAdd acks
2019-08-19 bdemskyAdd README file
2019-07-30 weiyufix bug
2019-07-24 weiyuinstrument entries and exits of functions that contain...
2019-07-22 Brian DemskyMerge branch 'master' of /home/git/cds-llvm
2019-07-22 Brian DemskyChange volatile interface
2019-07-22 weiyuforgot to turn off dump
2019-07-22 weiyuinstrument volatile loads and stores
2019-07-12 weiyuWrong parameter was passed in. Fixed now.
2019-07-05 weiyuenable pass at optimization level 0
2019-07-02 weiyuenable the instrumentation of non-atomic loads and...
2019-06-24 weiyuinstrument function entries and exits
2019-06-21 weiyustrengthen the name-cheking rule for atomic function...
2019-06-21 weiyumake indentations consistent (all tabs)
2019-06-21 bdemskymerge
2019-06-21 weiyufix up syntax errors
2019-06-20 weiyuadd support for libcds atomic function calls
2019-06-20 weiyuLoose the conditions that atomic calls are captured...
2019-06-20 bdemskyGet rid of extraneous header files
2019-06-15 weiyuCallInst::getCalledFunction() may return a null function
2019-06-14 weiyufunction that returns source line number
2019-06-14 weiyuadd source line number as a argument
2019-06-14 weiyurefactor codes in CDSPass.cpp and also add support...
2019-05-28 weiyucomment out debug information
2019-03-27 weiyucomplete merging
2019-03-27 weiyuMerge /home/git/cds-llvm
2019-03-27 weiyurecent changes
2019-01-08 weiyuAble to replace atomic instructions with functional...
2019-01-08 rootCDSPass completed, able to replace atomic instructions...