- Sep 27, 2011
-
-
Cameron Zwarich authored
a suboptimal schedule. llvm-svn: 140643
-
Eli Friedman authored
llvm-svn: 140642
-
NAKAMURA Takumi authored
test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to resolve test-dependent targets on CMake build. llvm-svn: 140641
-
Johnny Chen authored
llvm-svn: 140640
-
Douglas Gregor authored
with the copy line failing with an error, yet the make will complete successfully. From Greg Clayton! llvm-svn: 140639
-
Johnny Chen authored
Modify get_description() utility function in lldbutil.py to handle that. llvm-svn: 140638
-
Benjamin Kramer authored
llvm-svn: 140637
-
Jim Grosbach authored
Naming conventions consistency. No functional change. llvm-svn: 140636
-
Anna Zaks authored
llvm-svn: 140635
-
Benjamin Kramer authored
Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit. If someone prefers %tmp42 to %42, run instnamer. llvm-svn: 140634
-
Johnny Chen authored
Also add rich comparison methods (__eq__ and __ne__) for SBWatchpointLocation. Modify TestWatchpointLocationIter.py to exercise the new APIs. Add fuzz testings for the recently added SBTarget APIs related to watchpoint manipulations. llvm-svn: 140633
-
Johnny Chen authored
llvm-svn: 140632
-
Bill Wendling authored
llvm-svn: 140631
-
-
Chad Rosier authored
require special case handling. rdar://10117377 llvm-svn: 140629
-
Jim Ingham authored
function name from a symbol context. Use that in CommandCompletions to get the right name. llvm-svn: 140628
-
Michael J. Spencer authored
llvm-svn: 140627
-
Michael J. Spencer authored
llvm-svn: 140626
-
Duncan Sands authored
llvm-svn: 140625
-
Justin Holewinski authored
llvm-svn: 140624
-
Eli Friedman authored
Some changes to improve compatibility for MSVC-style C++ struct layout. Patch from r4start at gmail.com (with some minor modifications by me). llvm-svn: 140623
-
Michael J. Spencer authored
llvm-svn: 140622
-
Douglas Gregor authored
the rule that defines the implicit copy constructor/implicit copy asssignment operator as deleted when a move constructor or move assignment operator has been explicitly declared. This has hit a number of people because Boost 1.47.0's shared_ptr fails to declare a copy constructor. llvm-svn: 140621
-
Eli Friedman authored
llvm-svn: 140620
-
Bill Wendling authored
llvm-svn: 140619
-
Eli Friedman authored
llvm-svn: 140618
-
Justin Holewinski authored
a couple of outstanding issues with frame objects occuring as instruction operands. llvm-svn: 140616
-
Jakob Stoklund Olesen authored
llvm-svn: 140615
-
Argyrios Kyrtzidis authored
llvm-svn: 140614
-
Peter Collingbourne authored
llvm-svn: 140613
-
Argyrios Kyrtzidis authored
Patch by Jason Haslam! llvm-svn: 140612
-
Greg Clayton authored
-flimit-debug-info -feliminate-unused-debug-types -Wparentheses This helps to trim down the debug information size a bit by omitting types that aren't used. llvm-svn: 140611
-
Argyrios Kyrtzidis authored
llvm-svn: 140610
-
Akira Hatanaka authored
Return numbers of 64-bit registers. llvm-svn: 140609
-
Douglas Gregor authored
buffer as an 'unsigned char', so that integer promotion doesn't sign-extend character values > 127 into oblivion. Fixes <rdar://problem/10188919>. llvm-svn: 140608
-
Akira Hatanaka authored
llvm-svn: 140607
-
Duncan Sands authored
llvm-svn: 140606
-
Douglas Gregor authored
system change in <rdar://problem/10109725> that allows conversion from 'self' in class methods to the root of the class's hierarchy. This conversion rule is a hack that has non-trivial repurcussions (particularly with overload resolution). llvm-svn: 140605
-
David Chisnall authored
llvm-svn: 140604
-
Nadav Rotem authored
Add a new method: getAnyExtOrTrunc and use it to replace the manual check. llvm-svn: 140603
-