- Jan 30, 2013
-
-
Logan Chien authored
llvm-svn: 173939
-
Shankar Easwaran authored
llvm-svn: 173938
-
Dmitri Gribenko authored
llvm-svn: 173937
-
Dmitri Gribenko authored
llvm-svn: 173936
-
Dmitri Gribenko authored
llvm-svn: 173935
-
Dmitri Gribenko authored
llvm-svn: 173934
-
Dmitry Vyukov authored
asan/tsan: manually define FUTEX constants, because <linux/futes.h> header is broken on some linux distributions llvm-svn: 173933
-
Dmitry Vyukov authored
llvm-svn: 173932
-
Dmitri Gribenko authored
This reimplements r173850 with a better approach: (1) use a TableGen-generated matcher instead of doing a linear search; (2) avoid allocations for new strings by converting code points to string iterals with TableGen. llvm-svn: 173931
-
Alexey Samsonov authored
llvm-svn: 173930
-
Alexey Samsonov authored
llvm-svn: 173929
-
Evgeniy Stepanov authored
And make msan_interface.h C-compatible. llvm-svn: 173928
-
Dmitri Gribenko authored
llvm-svn: 173927
-
Alexey Samsonov authored
Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to match the behavior of llvm unittests llvm-svn: 173926
-
Dmitri Gribenko authored
Fix is being discussed on cfe-dev. llvm-svn: 173925
-
Dmitri Gribenko authored
This is required to use them in TableGen. llvm-svn: 173924
-
Dmitri Gribenko authored
This is required to use them in TableGen. llvm-svn: 173923
-
Michael J. Spencer authored
llvm-svn: 173922
-
Michael J. Spencer authored
llvm-svn: 173921
-
Evgeniy Stepanov authored
__has_feature is always defined at this point. llvm-svn: 173920
-
Daniel Jasper authored
This fixes llvm.org/PR15087. llvm-svn: 173919
-
Tim Northover authored
__fp16 isn't covered by the standard, but this resolves the oddity that float gets promoted when passed variadically, but not the smaller type. This is required by the AArch64 ABI, and a sane action elsewhere. llvm-svn: 173918
-
Dmitry Vyukov authored
llvm-svn: 173917
-
Daniel Jasper authored
No functional changes. llvm-svn: 173916
-
Dmitry Vyukov authored
llvm-svn: 173915
-
Patrik Hagglund authored
correspond to the code. Patch by Stephen McGruer. llvm-svn: 173914
-
Alexey Samsonov authored
llvm-svn: 173913
-
Michael J. Spencer authored
llvm-svn: 173912
-
Michael J. Spencer authored
llvm-svn: 173911
-
Alexey Samsonov authored
llvm-svn: 173910
-
Michael J. Spencer authored
llvm-svn: 173909
-
Shankar Easwaran authored
llvm-svn: 173908
-
Alexey Samsonov authored
llvm-svn: 173907
-
Shankar Easwaran authored
llvm-svn: 173906
-
Douglas Gregor authored
an Objective-C method. Fixes <rdar://problem/13069990>. llvm-svn: 173905
-
Shankar Easwaran authored
llvm-svn: 173904
-
Douglas Gregor authored
can be messaged via the metaclass. Provide code completions for this case. Fixes <rdar://problem/12560296>. llvm-svn: 173903
-
Bill Wendling authored
Attempt to fix dragonegg. Use the number of slots to determine if the AttributeSet has attributes or not. llvm-svn: 173902
-
Nadav Rotem authored
sext-not-and --> select. Patch by Muhammad Tauqir Ahmad. llvm-svn: 173901
-
Richard Smith authored
llvm-svn: 173900
-