- Aug 16, 2011
-
-
Argyrios Kyrtzidis authored
llvm-svn: 137688
-
Owen Anderson authored
llvm-svn: 137687
-
Owen Anderson authored
Specify a necessary fixed bit for VLD3DUP, and otherwise rearrange the Thumb2 NEON decoding hooks to bring us closer to correctness. llvm-svn: 137686
-
Bruno Cardoso Lopes authored
also add the AVX versions of the 128-bit patterns llvm-svn: 137685
-
Bruno Cardoso Lopes authored
predicate and TB encoding fields. This fix the encoding for the attached testcase. This fixes PR10625. llvm-svn: 137684
-
Devang Patel authored
llvm-svn: 137683
-
Eric Christopher authored
llvm-svn: 137682
-
Anna Zaks authored
MacOSKeychainAPIChecker: The security API/memory leak checker should always generate regular nodes instead of sink nodes. llvm-svn: 137681
-
Bob Wilson authored
It turns out that the use of "__extension__" in these macros was disabling the expected "incompatible pointer" warnings, so these type checks were not doing anything anyway. They introduced a serious bug by evaluating some macro arguments twice, which is a big problem for arguments with side effects. I'll have to find another way to get the right type checking. Radar 9947657. llvm-svn: 137680
-
Bill Wendling authored
llvm-svn: 137679
-
Johnny Chen authored
due to incorrect skip-logic. llvm-svn: 137678
-
Ted Kremenek authored
llvm-svn: 137677
-
Ted Kremenek authored
llvm-svn: 137676
-
Jim Grosbach authored
Allow a target assembly parser to do context sensitive constraint checking on a potential instruction match. This will be used, for example, to handle Thumb2 IT block parsing. llvm-svn: 137675
-
Devang Patel authored
llvm-svn: 137674
-
Devang Patel authored
llvm-svn: 137673
-
Bill Wendling authored
llvm-svn: 137672
-
Eric Christopher authored
llvm-svn: 137671
-
Argyrios Kyrtzidis authored
fail if a TypeLoc kind is not handled) and handle DecltypeTypeLoc and InjectedClassNameTypeLoc. llvm-svn: 137670
-
Eric Christopher authored
test over from llvm/test/FrontendC++ and update others to account for the change. llvm-svn: 137669
-
Devang Patel authored
llvm-svn: 137668
-
Eli Friedman authored
llvm-svn: 137667
-
Ted Kremenek authored
Take 2 (take 3?) at removing derelict clang.xcodeproj. All Xcode users should be using CMake, as the clang.xcodeproj is never up-to-date and cannot actually build Clang. llvm-svn: 137666
-
Ted Kremenek authored
llvm-svn: 137665
-
Eli Friedman authored
llvm-svn: 137664
-
Devang Patel authored
llvm-svn: 137663
-
- Aug 15, 2011
-
-
Eli Friedman authored
llvm-svn: 137662
-
Bruno Cardoso Lopes authored
when AVX mode is one. Otherwise is just more work for the type legalizer. llvm-svn: 137661
-
Argyrios Kyrtzidis authored
llvm-svn: 137660
-
Devang Patel authored
There is no need to maintain a set to keep track of variables that use location expressions. In such cases, AT_location attribute's value will be a label. llvm-svn: 137659
-
Devang Patel authored
llvm-svn: 137658
-
Owen Anderson authored
llvm-svn: 137657
-
Devang Patel authored
llvm-svn: 137656
-
Bill Wendling authored
write to memory.) Marking it as such makes some checks for immobility go away. llvm-svn: 137655
-
Eli Friedman authored
llvm-svn: 137654
-
Richard Smith authored
llvm-svn: 137653
-
Eli Friedman authored
llvm-svn: 137652
-
Eric Christopher authored
llvm-svn: 137651
-
Eli Friedman authored
llvm-svn: 137650
-
Jim Grosbach authored
No need for it to be redefined as part of every derived target asm parser class. llvm-svn: 137649
-