Go to file
Daniel Dunbar 3b17a865bb Change Clang's __VERSION__ to include the same basic info as in clang -v.
- Please never ever ever ever write a tool that sniffs this.

llvm-svn: 128599
2011-03-31 00:53:51 +00:00
clang Change Clang's __VERSION__ to include the same basic info as in clang -v. 2011-03-31 00:53:51 +00:00
compiler-rt clang/Darwin: Add all the comparison functions, the desire to cherry pick just 2011-03-25 19:19:10 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Jonathan Sauer found a bug in the way ^ was handled 2011-03-26 20:02:27 +00:00
lldb Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. 2011-03-31 00:19:25 +00:00
llvm Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and" 2011-03-31 00:39:16 +00:00