Go to file
Anders Carlsson 600f737b95 When doing a base-to-derived cast we don't need to null check the derived value if the class offset is 0.
llvm-svn: 94939
2010-01-31 01:43:37 +00:00
clang When doing a base-to-derived cast we don't need to null check the derived value if the class offset is 0. 2010-01-31 01:43:37 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm Do not mark no-return calls tail calls. It'll screw up special calls like longjmp and it doesn't make much sense for performance reason. If my logic is faulty, please let me know. 2010-01-31 00:59:31 +00:00