- Oct 20, 2012
-
-
Argyrios Kyrtzidis authored
macro expansion ranges, make sure to check all the FileID entries that are contained in the spelling range of the expansion for the macro argument. Fixes rdar://12537982 llvm-svn: 166359
-
Chad Rosier authored
llvm-svn: 166358
-
Chad Rosier authored
inline assembly. Also make sure the remove the ignored statements from the IR. llvm-svn: 166357
-
Sean Callanan authored
and attaching APIs. llvm-svn: 166356
-
Sean Callanan authored
- Fixed a crash when the executable module couldn't be found. - Fixed a problem that made it impossible to attach to processes in the simulator using the SBTarget::Attach. llvm-svn: 166355
-
Nadav Rotem authored
llvm-svn: 166354
-
Chad Rosier authored
llvm-svn: 166353
-
Chad Rosier authored
llvm-svn: 166352
-
Nadav Rotem authored
For example: for (i=0; i<n; i++) sum += A[i] + B[i] + i; llvm-svn: 166351
-
Shuxin Yang authored
(The change at Clang side was committed in r166345) 2. Cosmetic change in order to conform to coding standards. llvm-svn: 166350
-
Chad Rosier authored
llvm-svn: 166349
-
Michael J. Spencer authored
llvm-svn: 166348
-
Michael J. Spencer authored
llvm-svn: 166347
-
rdar://problem/12491387Greg Clayton authored
Added commands to the KDP plug-in that allow sending raw commands through the KDP protocol. You specify a command byte and a payload as ASCII hex bytes, and the packet is created with a valid header/sequenceID/length and sent. The command responds with a raw ASCII hex string that contains all bytes in the reply including the header. An example of sending a read register packet for the GPR on x86_64: (lldb) process plugin packet send --command 0x07 --payload 0100000004000000 llvm-svn: 166346
-
Shuxin Yang authored
llvm-svn: 166345
-
Akira Hatanaka authored
llvm-svn: 166344
-
Eric Christopher authored
llvm-svn: 166343
-
- Oct 19, 2012
-
-
Akira Hatanaka authored
Currently, it is enabled only if option "enable-mips-tail-calls" is given and all of the callee's arguments are passed in registers. llvm-svn: 166342
-
Akira Hatanaka authored
llvm-svn: 166341
-
Nadav Rotem authored
llvm-svn: 166340
-
Akira Hatanaka authored
llvm-svn: 166339
-
Akira Hatanaka authored
llvm-svn: 166338
-
Akira Hatanaka authored
llvm-svn: 166337
-
Akira Hatanaka authored
llvm-svn: 166318
-
Chad Rosier authored
llvm-svn: 166317
-
Chad Rosier authored
a memory operand. Retain this information and then add the sizing directives to the IR. This allows the backend to do proper instruction selection. llvm-svn: 166316
-
Greg Clayton authored
Change the name of the variable used to detect if we are loading kexts to "load-kexts" instead of "disable-kext-loading" since the value is a boolean. This was requested by the person who requested the feature. It now defaults to true: (lldb) settings show plugin.dynamic-loader.darwin-kernel.load-kexts plugin.dynamic-loader.darwin-kernel.load-kexts (boolean) = true llvm-svn: 166315
-
Michael Liao authored
llvm-svn: 166314
-
Benjamin Kramer authored
Fixes PR13028. llvm-svn: 166313
-
Chad Rosier authored
llvm-svn: 166312
-
Eli Friedman authored
llvm-svn: 166311
-
Chad Rosier authored
llvm-svn: 166310
-
Micah Villmow authored
Fix a build error for ocaml bindings that was introduced with the TargetData --> DataLayout changes. llvm-svn: 166309
-
Chad Rosier authored
llvm-svn: 166308
-
Daniel Dunbar authored
(vg_leak). llvm-svn: 166306
-
Daniel Dunbar authored
- The XTARGET feature (inherited from old DG tests) was just confusing (and barely ever used). The same effect can now be achieved with a combination of the more useful REQUIRES and XFAIL. llvm-svn: 166305
-
Daniel Dunbar authored
llvm-svn: 166304
-
Daniel Dunbar authored
- These can be used with the XFAIL options. llvm-svn: 166303
-
Daniel Dunbar authored
- Also, lit is going to get a valgrind feature, instead. llvm-svn: 166302
-
Daniel Dunbar authored
- Also, lit is going to get a valgrind feature, instead. llvm-svn: 166301
-