c11llvm.git
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.