| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
created for any expression, not just CallExprs.
Added experimental support for conjuring symbols during assingments where the RHS is "unknown". This allows more value tracking for path-sensitivity.
Fixed bug in "assumption" logic when processing symbolic constraints; we would improperly mark constraints we didn't support as infeasible.
llvm-svn: 48306
|
|
|
|
| |
llvm-svn: 48272
|
|
|
|
| |
llvm-svn: 47995
|
|
|
|
|
|
| |
Added recording of divide-by-zero and divide-by-uninitialized nodes.
llvm-svn: 47586
|
|
|
|
|
|
| |
another symbolic value.
llvm-svn: 47339
|
|
their own [.cpp;.h] files.
llvm-svn: 47201
|