Merge branch 'master' of /home/git/cds-llvm
[c11llvm.git] / CDSPass.cpp
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-20 bdemskyGet rid of extraneous header files
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...