Go to file
Chris Lattner 0fb5bbd401 do not store wchar/char16/char32/intmax width/alignment info
into TargetInfo, just derive this based on the underlying type.
This prevents them from getting out of synch, patch by Ken Dyck!

llvm-svn: 86976
2009-11-12 08:04:33 +00:00
clang do not store wchar/char16/char32/intmax width/alignment info 2009-11-12 08:04:33 +00:00
compiler-rt Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. 2009-11-09 14:27:04 +00:00
llvm implement a nice little efficiency hack in the inliner. Since we're now 2009-11-12 07:56:08 +00:00