Go to file
Owen Anderson bb723b228a When a set of bitmask operations, typically from a bitfield initialization, only modifies the low bytes of a value,
we can narrow the store to only over-write the affected bytes.

llvm-svn: 111568
2010-08-19 22:15:40 +00:00
clang Fix the source range of an anonymous namespace, from Jan Bierbaum 2010-08-19 20:55:47 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
libcxx JP 3 & JP 4 2010-08-19 19:20:10 +00:00
lldb Fixed a long delay in shutdown times by invalidating m_private_state_thread right before the private state thread (which calls "void *Process::RunPrivateStateThread ()") exits. 2010-08-19 21:50:06 +00:00
llvm When a set of bitmask operations, typically from a bitfield initialization, only modifies the low bytes of a value, 2010-08-19 22:15:40 +00:00