- Nov 06, 2012
-
-
Argyrios Kyrtzidis authored
It is part of libclang and has other uses besides running the clang tests. llvm-svn: 167478
-
Andrew Kaylor authored
llvm-svn: 167477
-
Manman Ren authored
llvm-svn: 167476
-
Andrew Kaylor authored
This patch adds the interface to expose events from MCJIT when an object is emitted or freed and implements the MCJIT functionality to send those events. The IntelJITEventListener implementation is left empty for now. It will be fleshed out in a future patch. llvm-svn: 167475
-
Greg Clayton authored
llvm-svn: 167473
-
Chad Rosier authored
llvm-svn: 167472
-
Greg Clayton authored
llvm-svn: 167471
-
Manuel Klimek authored
Patch by Philip Craig. llvm-svn: 167470
-
Fariborz Jahanian authored
translated source where it is needed. wip. llvm-svn: 167469
-
Daniel Dunbar authored
llvm-svn: 167468
-
Daniel Dunbar authored
llvm-svn: 167467
-
Dmitry Vyukov authored
tsan: slightly relax requirements for lazy shadow memory (can overlap and may not be properly aligned) it's problematic on windows where allocation granularity is much larger than page size llvm-svn: 167466
-
Alexey Samsonov authored
llvm-svn: 167465
-
Dmitry Vyukov authored
llvm-svn: 167464
-
Dmitry Vyukov authored
llvm-svn: 167463
-
Dmitry Vyukov authored
llvm-svn: 167462
-
Alexey Samsonov authored
Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header file and use it on Darwin toolchain. llvm-svn: 167460
-
Alexey Samsonov authored
llvm-svn: 167459
-
Dmitry Vyukov authored
llvm-svn: 167458
-
Dmitry Vyukov authored
llvm-svn: 167457
-
Dmitry Vyukov authored
llvm-svn: 167456
-
Dmitry Vyukov authored
llvm-svn: 167455
-
Dmitry Vyukov authored
llvm-svn: 167454
-
Dmitry Vyukov authored
llvm-svn: 167453
-
Dmitry Vyukov authored
llvm-svn: 167452
-
Dmitry Vyukov authored
llvm-svn: 167451
-
Dmitry Vyukov authored
llvm-svn: 167450
-
Dmitry Vyukov authored
llvm-svn: 167449
-
Dmitry Vyukov authored
The file uses namespaces and extern "LANG", so it's kinda senseless to use #ifdef __cplusplus llvm-svn: 167448
-
Dmitry Vyukov authored
__declspec is not _WIN32, it's _MSC_VER llvm-svn: 167447
-
Dmitry Vyukov authored
llvm-svn: 167446
-
Michael Liao authored
llvm-svn: 167445
-
Andrew Trick authored
Expose the processor resources defined by the machine model to the scheduler and other clients through the TargetSchedule interface. Normalize each resource count with respect to other kinds of resources. This allows scheduling heuristics to balance resources against other kinds of resources and latency. llvm-svn: 167444
-
Andrew Trick authored
llvm-svn: 167443
-
Ted Kremenek authored
Thanks to Richard Smith for pointing this out. This code stopped serving its purpose during r103212 in a refactoring. My initial fix was to add back the logic to abort the USR generation for InternalLinkage, but enough tests broke suspiciously that I fear that USR generation for cursors with InternalLinkage is now expected by some clients (where it wasn't the case when the refactoring took place). I don't own this code anymore and have not looked at it for some time, but clearly this code is dead and can be removed pending further review on the proper logic here. llvm-svn: 167442
-
Nico Weber authored
llvm-svn: 167441
-
Manman Ren authored
disabling byval, we set realign to true. It will perform an aligned alloca, and call memcpy to copy the byval argument to the local variable. Change the size threshold back to 64 bytes. rdar://12596507 llvm-svn: 167440
-
Anna Zaks authored
llvm-svn: 167439
-
Anna Zaks authored
Thanks Jordan. llvm-svn: 167438
-
Eli Friedman authored
llvm-svn: 167437
-