- May 26, 2011
-
-
Eli Friedman authored
llvm-svn: 132097
-
Alexis Hunt authored
llvm-svn: 132096
-
Johnny Chen authored
Add a little spice to the script to allow us to specify a function name to break at and to disassemble. Usage: disasm.py [-n name] executable-image By default, it breaks at and disassembles the 'main' function. llvm-svn: 132090
-
Alexis Hunt authored
Pattern is not. Thanks Nick for catching this! llvm-svn: 132089
-
Johnny Chen authored
by entering 'Ctrl-D' or 'quit'. llvm-svn: 132088
-
- May 25, 2011
-
-
Devang Patel authored
llvm-svn: 132087
-
Cameron Zwarich authored
llvm-svn: 132086
-
Charles Davis authored
them. I had to add a special SwitchSectionNoChange method to MCStreamer just for .seh_handlerdata. If this isn't OK, please let me know, and I'll find some other way to fix .seh_handlerdata streaming. llvm-svn: 132084
-
Eric Christopher authored
llvm-svn: 132083
-
Johnny Chen authored
llvm-svn: 132082
-
Eric Christopher authored
Part of rdar://9119939 llvm-svn: 132081
-
Alexis Hunt authored
behind implicit moves. We now correctly identify move constructors and assignment operators and update bits on the record correctly. Generation of implicit moves (declarations or definitions) is not yet supported. llvm-svn: 132080
-
Johnny Chen authored
llvm-svn: 132079
-
Johnny Chen authored
llvm-svn: 132078
-
David Chisnall authored
llvm-svn: 132077
-
Akira Hatanaka authored
been defined in MipsInstrFPU.td. llvm-svn: 132076
-
Akira Hatanaka authored
llvm-svn: 132074
-
Eli Friedman authored
llvm-svn: 132073
-
Johnny Chen authored
llvm-svn: 132072
-
Evan Cheng authored
llvm-svn: 132071
-
Akira Hatanaka authored
llvm-svn: 132070
-
Greg Clayton authored
llvm-svn: 132067
-
Greg Clayton authored
llvm-svn: 132066
-
Akira Hatanaka authored
return 0 if there are no function calls made. llvm-svn: 132065
-
Douglas Gregor authored
llvm-svn: 132064
-
Akira Hatanaka authored
llvm-svn: 132063
-
Francois Pichet authored
llvm-svn: 132062
-
Francois Pichet authored
'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void)' atexit really expects a "void f(void)" function. llvm-svn: 132061
-
Ted Kremenek authored
llvm-svn: 132060
-
Francois Pichet authored
llvm-svn: 132059
-
Francois Pichet authored
llvm-svn: 132058
-
Francois Pichet authored
MSVC doesn't support 64 bit enum. OpcodeMask is not used anywhere in the code base. llvm-svn: 132057
-
Rafael Espindola authored
I kept the reference to the ABI since that is the common case. The -fno-asynchronous-unwind-tables option is a user controlled way of breaking the ABI. llvm-svn: 132053
-
Francois Pichet authored
Example: typedef int TYPE; class C { __if_exists(TYPE) { TYPE a; } __if_not_exists(TYPE) { this will never be parsed. } }; llvm-svn: 132052
-
Frits van Bommel authored
Fix warning in the CMake build about redefining LLVM_PATH_XDOT_PY by making sure both definitions are identical. This used to produce warnings like In file included from .../llvm/trunk/tools/lto/LTOCodeGenerator.cpp:45: In file included from .../llvm/trunk/include/llvm/Support/system_error.h:225: .../include/llvm/Config/config.h:591:9: warning: 'LLVM_PATH_XDOT_PY' macro redefined #define LLVM_PATH_XDOT_PY ".../bin/xdot.py" ^ .../include/llvm/Config/llvm-config.h:98:9: note: previous definition is here #define LLVM_PATH_XDOT_PY "" ^ 1 warning generated. (Paths edited for clarity) Note: This only affected people who had xdot.py installed. llvm-svn: 132050
-
Ted Kremenek authored
llvm-svn: 132049
-
Ted Kremenek authored
Enhance retain/release checker to flag warnings when functions returning CG types do not follow the Core Foundation naming conventions. llvm-svn: 132048
-
Argyrios Kyrtzidis authored
Patch by Matthieu Monrocq with tweaks by me to avoid StringRefs in the static diagnostic data structures, which resulted in a huge global-var-init function. Depends on llvm commit r132046. llvm-svn: 132047
-
Argyrios Kyrtzidis authored
-Emit an empty warning option as string ("") instead of 0. -For diagnostic names also emit the size of the string. llvm-svn: 132046
-
Charles Davis authored
buggy methods that parse these directives. llvm-svn: 132045
-