Go to file
Chandler Carruth 4a6c2a4b4f Teach Type::getPointerAddressSpace to look through pointer vectors
politely and document this feature.

This simple API extension then allows us to write all of the
Instructions' address space query methods much more simply. No
functionality change intended here.

llvm-svn: 167223
2012-11-01 09:37:49 +00:00
clang -fcatch-undefined-behavior: Start checking loads and stores for null pointers. 2012-11-01 07:22:08 +00:00
clang-tools-extra Remove a trailing blank line, test commit. 2012-10-10 14:06:15 +00:00
compiler-rt Flag -ccc-clang-cxx was removed in r166986, remove it from compiler-rt lit configs 2012-10-30 10:06:42 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Implement any() builtin. Patch by Tom Stellard! 2012-10-08 03:39:21 +00:00
libcxx Rename uses of _ and __ because these are getting stepped on by macros from other system code. 2012-10-30 19:06:59 +00:00
libcxxabi Make the type_info for __shim_type_info visible. This should address some failing dynamic_casts that a few applications are doing on the type_info hierarchy. 2012-10-13 18:45:59 +00:00
lld Fix cl brokeness. 2012-10-31 20:47:30 +00:00
lldb Fix an error message in debugserver so it doesn't print "Unable to 2012-11-01 02:02:59 +00:00
llvm Teach Type::getPointerAddressSpace to look through pointer vectors 2012-11-01 09:37:49 +00:00
polly Codegen: Selectively copy in array addresses for OpenMP code 2012-11-01 05:34:55 +00:00