Go to file
Chris Lattner 7936a8a488 Per discussion with Dan G, inbounds geps *certainly* can have
unsigned overflow (e.g. "gep P, -1"), and while they can have
signed wrap in theoretical situations, modelling an AddRec as
not having signed wrap is going enough for any case we can 
think of today.  In the future if this isn't enough, we can
revisit this.  Modeling them as having NUW isn't causing any
known problems either FWIW.

llvm-svn: 125410
2011-02-11 21:43:33 +00:00
clang Uses llvm::sys::path instead of hand-rolled algorithm in FileManager. 2011-02-11 21:25:35 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx fix stupid type-o 2011-02-10 21:34:42 +00:00
lldb Rearraned some emulate instruction entries under the appropriate category. 2011-02-11 21:23:32 +00:00
llvm Per discussion with Dan G, inbounds geps *certainly* can have 2011-02-11 21:43:33 +00:00