"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "27acfcd1c4bdee097118a64f6f2004acc8dc4721"
- Jul 07, 2008
-
-
Ted Kremenek authored
llvm-svn: 53172
-
- Mar 16, 2008
-
-
Chris Lattner authored
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
-
- Mar 06, 2008
-
-
Ted Kremenek authored
Reported by Zhongxing Xu! llvm-svn: 47991
-
- Feb 13, 2008
-
-
Ted Kremenek authored
Renamed class GRConstants => GRExprEngine. This was done with a Perl script, and will result in 80 col. violations that I will gradually fix up. llvm-svn: 47070
-
- Feb 12, 2008
-
-
Ted Kremenek authored
have been visited in a path. Added GRBlockCounter as an item to be enqueued to the worklist. Modified "ProcessBranch" in GRConstants to prune branches with symbolic conditions that have been already taken. llvm-svn: 47010
-