- Oct 08, 2010
-
-
Devang Patel authored
llvm-svn: 115988
-
- Oct 07, 2010
-
-
Jim Grosbach authored
llvm-svn: 115987
-
Nick Lewycky authored
llvm-svn: 115986
-
Argyrios Kyrtzidis authored
Fix an infinite loop, caused by unintended syntax bug (the 'break;' after 'default:' was intended to break out of the while loop). Fixes rdar://8518859&8520617. llvm-svn: 115985
-
Eric Christopher authored
llvm-svn: 115984
-
Johnny Chen authored
the threads and print their stack traces when stopped on a breakpoint. Add a PrintStackTraces(process) utility function into the lldbutil.py module. llvm-svn: 115983
-
Chris Lattner authored
use. Since TEST is completely different than all other binops, don't define a multipattern for it. This completes factorization of binops. llvm-svn: 115982
-
Fariborz Jahanian authored
to match gcc's encoding. Fixes //rdar: // 8519948. llvm-svn: 115980
-
Abramo Bagnara authored
llvm-svn: 115979
-
Chris Lattner authored
llvm-svn: 115978
-
Evan Cheng authored
Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Also eliminate unneeded isel patterns. rdar://8520311 llvm-svn: 115977
-
Dan Gohman authored
llvm-svn: 115976
-
Jim Grosbach authored
for them from the MCCodeEmitter. llvm-svn: 115975
-
Jim Grosbach authored
llvm-svn: 115974
-
Dan Gohman authored
llvm-svn: 115973
-
Douglas Gregor authored
llvm-svn: 115972
-
Owen Anderson authored
llvm-svn: 115971
-
Daniel Dunbar authored
llvm-svn: 115970
-
Daniel Dunbar authored
llvm-svn: 115969
-
Chris Lattner authored
llvm-svn: 115968
-
Chris Lattner authored
llvm-svn: 115967
-
Owen Anderson authored
llvm-svn: 115966
-
Owen Anderson authored
llvm-svn: 115965
-
Chris Lattner authored
are not defined as returning EFLAGS (like add_flag and friends), the entire multipattern and several of the subclasses need to be cloned. This could be handled through better instantiation support in tblgen, but it isn't meta enough. llvm-svn: 115964
-
Owen Anderson authored
llvm-svn: 115963
-
Johnny Chen authored
PrintStackTrace(thread) function. If string_buffer is True, PrintStackTrace() will return the content of the stack trace as a string, instead. llvm-svn: 115960
-
Michael J. Spencer authored
llvm-svn: 115959
-
Michael J. Spencer authored
llvm-svn: 115958
-
Owen Anderson authored
llvm-svn: 115957
-
Johnny Chen authored
llvm-svn: 115955
-
Jakob Stoklund Olesen authored
llvm-svn: 115952
-
Jakob Stoklund Olesen authored
llvm-svn: 115951
-
Jakob Stoklund Olesen authored
llvm-svn: 115950
-
Owen Anderson authored
llvm-svn: 115949
-
Owen Anderson authored
llvm-svn: 115947
-
Owen Anderson authored
llvm-svn: 115946
-
Michael J. Spencer authored
llvm-svn: 115945
-
Sean Callanan authored
milliseconds to 10 seconds, which was the original intent. llvm-svn: 115942
-
Michael J. Spencer authored
llvm-svn: 115935
-
Fariborz Jahanian authored
must match start and end location of the expression as expected by the rewriter client. Fixes // rdar: // 8520727 llvm-svn: 115934
-