Go to file
Dan Gohman a7e5a24093 Define a maximum supported alignment value for load, store, and
alloca instructions (constrained by their internal encoding),
and add error checking for it. Fix an instcombine bug which
generated huge alignment values (null is infinitely aligned).
This fixes undefined behavior noticed by John Regehr.

llvm-svn: 109643
2010-07-28 20:12:04 +00:00
clang Fix flags in global block descriptor when 2010-07-28 19:07:18 +00:00
compiler-rt add assembly implementation of modsi3 so compiler does not have to special case a - (a / b) * b optimization 2010-07-27 06:24:32 +00:00
libcxx Fixed some bugs in the ecma bracket epression regarding escaped characters, and got the awk grammar going. 2010-07-28 17:35:27 +00:00
lldb Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
llvm Define a maximum supported alignment value for load, store, and 2010-07-28 20:12:04 +00:00