Go to file
Duncan Sands f88a284579 Handle the case of a tail recursion in which the tail call is followed
by a return that returns a constant, while elsewhere in the function
another return instruction returns a different constant.  This is a
special case of accumulator recursion, so just generalize the existing
logic a bit.

llvm-svn: 108241
2010-07-13 15:41:41 +00:00
clang Modify the pragma handlers to accept and use StringRefs instead of IdentifierInfos. 2010-07-13 09:07:17 +00:00
compiler-rt Hand-tuning of single-precision soft-float comparison routines for ARM 2010-07-08 17:45:05 +00:00
libcxx regex_constants icase and collate for matching a single char and for matching back references 2010-07-12 19:11:27 +00:00
lldb Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
llvm Handle the case of a tail recursion in which the tail call is followed 2010-07-13 15:41:41 +00:00