- Sep 27, 2011
-
-
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
-
Nadav Rotem authored
while the decision is to bit-pack small values. llvm-svn: 140601
-
Bill Wendling authored
llvm-svn: 140600
-
Bill Wendling authored
llvm[1]: Compiling CommandLine.cpp for Debug+Asserts build if /Users/void/llvm/llvm-opt.obj/Release+Asserts/bin/clang++ -I/Users/void/llvm/llvm.obj/include -I/Users/void/llvm/llvm.obj/lib/Support -I/Users/void/llvm/llvm.src/include -I/Users/void/llvm/llvm.src/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -g -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/Users/void/llvm/llvm.obj/lib/Support/Debug+Asserts/CommandLine.d.tmp" -MT "/Users/void/llvm/llvm.obj/lib/Support/Debug+Asserts/CommandLine.o" -MT "/Users/void/llvm/llvm.obj/lib/Support/Debug+Asserts/CommandLine.d" /Users/void/llvm/llvm.src/lib/Support/CommandLine.cpp -o /Users/void/llvm/llvm.obj/lib/Support/Debug+Asserts/CommandLine.o ; \ then /bin/mv -f "/Users/void/llvm/llvm.obj/lib/Support/Debug+Asserts/CommandLine.d.tmp" "/Users/void/llvm/llvm.obj/lib/Support/Debug+Asserts/CommandLine.d"; else /bin/rm "/Users/void/llvm/llvm.obj/lib/Support/Debug+Asserts/CommandLine.d.tmp"; exit 1; fi In file included from /Users/void/llvm/llvm.src/lib/Support/CommandLine.cpp:25: /Users/void/llvm/llvm.src/include/llvm/Support/system_error.h:690:14: error: unknown type name 'make_error_condition'; did you mean 'error_condition'? {*this = make_error_condition(_e);} ^~~~~~~~~~~~~~~~~~~~ error_condition ... llvm-svn: 140599
-
Akira Hatanaka authored
llvm-svn: 140598
-
Argyrios Kyrtzidis authored
llvm-svn: 140597
-
David Blaikie authored
llvm-svn: 140596
-
Johnny Chen authored
to the Python interface. Implement yet another (threre're 3 now) iterator protocol for SBTarget: watchpoint_location_iter(), to iterate on the available watchpoint locations. And add a print representation for SBWatchpointLocation. Exercise some of these Python API with TestWatchpointLocationIter.py. llvm-svn: 140595
-
Eli Friedman authored
llvm-svn: 140594
-
Justin Holewinski authored
llvm-svn: 140593
-
Bill Wendling authored
split landingpad instructions into a PHI node. PR11016 llvm-svn: 140592
-
Greg Clayton authored
const char * SBInstruction::GetMnemonic() const char * SBInstruction::GetOperands() const char * SBInstruction::GetComment() Fixed the symbolicate example script and the internals. llvm-svn: 140591
-