c11llvm.git
4 years agoFix a bug related to atomic bool
weiyu [Mon, 4 Nov 2019 23:19:21 +0000 (15:19 -0800)]
Fix a bug related to atomic bool

4 years agofix bug
weiyu [Tue, 30 Jul 2019 00:56:55 +0000 (17:56 -0700)]
fix bug

4 years agoinstrument entries and exits of functions that contain volatile loads and stores
weiyu [Wed, 24 Jul 2019 01:15:44 +0000 (18:15 -0700)]
instrument entries and exits of functions that contain volatile loads and stores

4 years agoMerge branch 'master' of /home/git/cds-llvm
Brian Demsky [Mon, 22 Jul 2019 23:18:21 +0000 (16:18 -0700)]
Merge branch 'master' of /home/git/cds-llvm

4 years agoChange volatile interface
Brian Demsky [Mon, 22 Jul 2019 23:17:51 +0000 (16:17 -0700)]
Change volatile interface

4 years agoforgot to turn off dump
weiyu [Mon, 22 Jul 2019 23:01:37 +0000 (16:01 -0700)]
forgot to turn off dump

4 years agoinstrument volatile loads and stores
weiyu [Mon, 22 Jul 2019 22:54:13 +0000 (15:54 -0700)]
instrument volatile loads and stores

4 years agoWrong parameter was passed in. Fixed now.
weiyu [Fri, 12 Jul 2019 22:15:27 +0000 (15:15 -0700)]
Wrong parameter was passed in. Fixed now.

4 years agoenable pass at optimization level 0
weiyu [Fri, 5 Jul 2019 22:23:14 +0000 (15:23 -0700)]
enable pass at optimization level 0

4 years agoenable the instrumentation of non-atomic loads and stores
weiyu [Tue, 2 Jul 2019 23:39:03 +0000 (16:39 -0700)]
enable the instrumentation of non-atomic loads and stores

4 years agoinstrument function entries and exits
weiyu [Mon, 24 Jun 2019 19:01:52 +0000 (12:01 -0700)]
instrument function entries and exits

4 years agostrengthen the name-cheking rule for atomic function calls
weiyu [Fri, 21 Jun 2019 22:38:48 +0000 (15:38 -0700)]
strengthen the name-cheking rule for atomic function calls

4 years agomake indentations consistent (all tabs)
weiyu [Fri, 21 Jun 2019 19:13:45 +0000 (12:13 -0700)]
make indentations consistent (all tabs)

4 years agomerge
bdemsky [Fri, 21 Jun 2019 03:38:14 +0000 (20:38 -0700)]
merge

4 years agofix up syntax errors
weiyu [Fri, 21 Jun 2019 00:08:24 +0000 (17:08 -0700)]
fix up syntax errors

4 years agoadd support for libcds atomic function calls
weiyu [Thu, 20 Jun 2019 22:55:54 +0000 (15:55 -0700)]
add support for libcds atomic function calls

4 years agoLoose the conditions that atomic calls are captured. Need to come up with better...
weiyu [Thu, 20 Jun 2019 22:55:07 +0000 (15:55 -0700)]
Loose the conditions that atomic calls are captured. Need to come up with better rules for function name checking

4 years agoGet rid of extraneous header files
bdemsky [Thu, 20 Jun 2019 05:04:28 +0000 (22:04 -0700)]
Get rid of extraneous header files

4 years agoCallInst::getCalledFunction() may return a null function
weiyu [Sat, 15 Jun 2019 07:11:27 +0000 (00:11 -0700)]
CallInst::getCalledFunction() may return a null function

4 years agofunction that returns source line number
weiyu [Fri, 14 Jun 2019 22:36:53 +0000 (15:36 -0700)]
function that returns source line number

4 years agoadd source line number as a argument
weiyu [Fri, 14 Jun 2019 22:35:11 +0000 (15:35 -0700)]
add source line number as a argument

4 years agorefactor codes in CDSPass.cpp and also add support for function-like atomic operation...
weiyu [Fri, 14 Jun 2019 00:41:34 +0000 (17:41 -0700)]
refactor codes in CDSPass.cpp and also add support for function-like atomic operations syntax

4 years agocomment out debug information
weiyu [Tue, 28 May 2019 23:54:06 +0000 (16:54 -0700)]
comment out debug information

5 years agocomplete merging
weiyu [Wed, 27 Mar 2019 23:51:11 +0000 (16:51 -0700)]
complete merging

5 years agoMerge /home/git/cds-llvm
weiyu [Wed, 27 Mar 2019 23:45:11 +0000 (16:45 -0700)]
Merge /home/git/cds-llvm

# Conflicts:
# CDSPass.cpp

5 years agorecent changes
weiyu [Wed, 27 Mar 2019 22:19:58 +0000 (15:19 -0700)]
recent changes

5 years agoAble to replace atomic instructions with functional calls and check data races.
weiyu [Tue, 8 Jan 2019 20:47:09 +0000 (12:47 -0800)]
Able to replace atomic instructions with functional calls and check data races.

5 years agoCDSPass completed, able to replace atomic instructions with functional calls and...
root [Tue, 8 Jan 2019 20:26:27 +0000 (12:26 -0800)]
CDSPass completed, able to replace atomic instructions with functional calls and check data races.