llvm/lib/Transforms
Evgeniy Stepanov 351f65d972 [msan] Implement exact shadow propagation for relational ICmp.
Only for integers, pointers, and vectors of those. No floats.
Instrumentation seems very heavy, and may need to be replaced
with some approximation in the future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173452 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-25 15:31:10 +00:00
..
Hello Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
InstCombine Remove trailing whitespace. 2013-01-24 05:22:40 +00:00
Instrumentation [msan] Implement exact shadow propagation for relational ICmp. 2013-01-25 15:31:10 +00:00
IPO Add the IR attribute 'sspstrong'. 2013-01-23 06:41:41 +00:00
Scalar Added comment to ObjCARC elaborating what is meant by the term 'Provenance' in 'Provenance Analysis'. 2013-01-24 21:35:00 +00:00
Utils Switch this code away from Value::isUsedInBasicBlock. That code either 2013-01-25 05:40:09 +00:00
Vectorize Add support for reverse pointer induction variables. These are loops that contain pointers that count backwards. 2013-01-23 01:35:00 +00:00
CMakeLists.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
LLVMBuild.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00