- Jun 06, 2013
-
-
Arnold Schwaighofer authored
Reapply 183270. llvm-svn: 183445
-
Edwin Vane authored
First step toward supporting header modifications: adding a flag that turns on such modifications. Eventually header modifications will be on by default but until all the kinks can be worked out, they must be explicitly enabled. llvm-svn: 183444
-
Edwin Vane authored
Refactored how global options are passed to Transforms to avoid widespread changes every time a new global option is added. Tests updated to reflect new interface. llvm-svn: 183443
-
Kevin Enderby authored
binary that is used for the test. Caught by Jim Grosbach! rdar://11791371 llvm-svn: 183442
-
Arnold Schwaighofer authored
Reapply 183269. llvm-svn: 183441
-
Sean Callanan authored
condition in two different processes (with the same target) could cause crashes. Now the breakpoint condition is always evaluated (and possibly parsed) by one thread at a time. <rdar://problem/14083737> llvm-svn: 183440
-
Jakub Staszak authored
llvm-svn: 183439
-
Arnold Schwaighofer authored
Reapply 183268. llvm-svn: 183438
-
Argyrios Kyrtzidis authored
This avoids building libclang twice by default. llvm-svn: 183437
-
Arnold Schwaighofer authored
Reapply 183267. llvm-svn: 183436
-
Arnold Schwaighofer authored
Add more InstRW mappings. Reapply 183266. llvm-svn: 183435
-
Ashok Thirumurthi authored
that is patterned after its parent TestInferiorCrashing.py. - The xfail decorator limits the xfail to tool-chains that support this compiler option. - Included a TODO concerning the platform-specific behavior when 'next' is issued after a crash. - Toggling -fomit-frame-pointer results in an xpass as mentioned in pr15415. Thanks to Daniel for the review, and Samuel for the bug report and reproducer. llvm-svn: 183434
-
Rafael Espindola authored
llvm-svn: 183433
-
Arnold Schwaighofer authored
Reapply 183265. llvm-svn: 183432
-
Arnold Schwaighofer authored
Reapply 183264. llvm-svn: 183430
-
Sergey Matveev authored
llvm-svn: 183429
-
Arnold Schwaighofer authored
Reapply 183263. llvm-svn: 183428
-
Arnold Schwaighofer authored
Reapply 183262. llvm-svn: 183427
-
Jakub Staszak authored
llvm-svn: 183426
-
Arnold Schwaighofer authored
Reapply 183261. llvm-svn: 183425
-
Kevin Enderby authored
from the LC_DATA_IN_CODE load command. And when disassembling print the data in code formatted for the kind of data it and not disassemble those bytes. I added the format specific functionality to the derived class MachOObjectFile since these tables only appears in Mach-O object files. This is my first attempt to modify the libObject stuff so if folks have better suggestions how to fit this in or suggestions on the implementation please let me know. rdar://11791371 llvm-svn: 183424
-
Arnold Schwaighofer authored
Reapply of 183260. llvm-svn: 183423
-
Rafael Espindola authored
This reverts commit 183328. It caused pr16244 and broke the bots. llvm-svn: 183422
-
Arnold Schwaighofer authored
Reapply of 183259. llvm-svn: 183421
-
Daniel Jasper authored
Before, clang-format would happily move a trailing block comment to a new line, which normally changes the perceived binding of that comment. E.g., it would move: void f() { /* comment */ ... } to: void f() { /* comment */ ... } llvm-svn: 183420
-
Dmitry Vyukov authored
helps to make range access functions correct and fast llvm-svn: 183418
-
Edwin Vane authored
* Documented new command-line options. * Moved usage to a new page. * Usage now split into general options and transform-related options. * Main Migrator page now contains getting started and getting involved information. * Also included a JIRA issue collector button for logging bugs. llvm-svn: 183417
-
Ashok Thirumurthi authored
- For instance, allows 'gcc' to match x86-64-linux-gnu-gcc as required on some Debian builds. - Also adds doc-strings and a more consistent naming convention for related helpers. llvm-svn: 183415
-
Sergey Matveev authored
llvm-svn: 183414
-
Vincent Lejeune authored
Spotted by Benjamin Kramer. llvm-svn: 183413
-
Sergey Matveev authored
Leak annotation similar to HeapChecker's IgnoreObject(). llvm-svn: 183412
-
Alexey Samsonov authored
llvm-svn: 183411
-
Alexey Samsonov authored
llvm-svn: 183410
-
Joey Gouly authored
constant. Also fix some spelling mistakes and formatting issues. Reviewed by Richard Smith over IRC. Fixes PR15069. llvm-svn: 183409
-
Dmitry Vyukov authored
llvm-svn: 183408
-
Alexey Samsonov authored
llvm-svn: 183407
-
Hans Wennborg authored
llvm-svn: 183406
-
Dmitry Vyukov authored
llvm-svn: 183405
-
Benjamin Kramer authored
llvm-svn: 183404
-
Rafael Espindola authored
llvm-svn: 183403
-