- Nov 06, 2012
-
-
Argyrios Kyrtzidis authored
It is part of libclang and has other uses besides running the clang tests. llvm-svn: 167484
-
Douglas Gregor authored
llvm-svn: 167483
-
Douglas Gregor authored
allowing a module map to be placed one level above the '.framework' directories to specify that all .frameworks within that directory can be inferred as framework modules. One can also specifically exclude frameworks known not to work. This makes explicit (and more restricted) behavior modules have had "forever", where *any* .framework was assumed to be able to be built as a module. That's not necessarily true, so we white-list directories (with exclusions) when those directories have been audited. llvm-svn: 167482
-
Michael Han authored
We don't support any C++11 attributes that appertain to declaration specifiers so reject the attributes in parser until we support them; this also conforms to what g++ 4.8 is doing. llvm-svn: 167481
-
Nadav Rotem authored
llvm-svn: 167480
-
Richard Smith authored
llvm-svn: 167479
-
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
-