- Jul 23, 2013
-
-
Craig Topper authored
llvm-svn: 186910
-
Richard Smith authored
llvm-svn: 186909
-
Matt Arsenault authored
bool, half, pointers and structs / unions containing any of these are not allowed. Does not yet reject size_t and related integer types that are also disallowed. llvm-svn: 186908
-
Craig Topper authored
llvm-svn: 186907
-
Eli Bendersky authored
This should hopefully unbreak the Windows bots at http://bb.pgr.jp llvm-svn: 186906
-
David Blaikie authored
llvm-svn: 186905
-
Craig Topper authored
This makes them consistent with 'bt' which already had this handling. gas has the same behavior. There have been discussions on the mailing list about determining size based on the immediate, but my goal here was just to remove the inconsistency. llvm-svn: 186904
-
Eli Friedman authored
Switch some warnings over to errors which should never have been warnings in the first place. (Also, a minor fix to the preprocessor rules for integer literals while I'm here.) llvm-svn: 186903
-
Manman Ren authored
MDNodes used by DbgDeclareInst and DbgValueInst. Another 16 testing cases failed and they are disabled with -disable-debug-info-verifier. A total of 34 cases are disabled with -disable-debug-info-verifier and will be corrected. llvm-svn: 186902
-
Adrian Prantl authored
rdar://problem/14386148 llvm-svn: 186901
-
Craig Topper authored
It only didn't use it before because it seems InstAlias handling in the asm printer fails to count tied operands so it tried to find an xor with 2 operands instead of the 3 it wfails to count tied. llvm-svn: 186900
-
Eli Bendersky authored
llvm-svn: 186899
-
Adrian Prantl authored
rdar://problem/14386148 llvm-svn: 186898
-
Craig Topper authored
Suppress argumentless aliases for some x86 FP operations from being used by the asm writer. Prefer to use the explicit %st(1) form. llvm-svn: 186897
-
Matt Arsenault authored
llvm-svn: 186896
-
Fariborz Jahanian authored
protocols by ignoring cases where all protocol properties and methods are optional. llvm-svn: 186895
-
Adrian Prantl authored
Fixes rdar://problem/14386148 llvm-svn: 186894
-
Nick Lewycky authored
llvm-svn: 186893
-
Jakub Staszak authored
llvm-svn: 186892
-
Eli Friedman authored
llvm-svn: 186891
-
Jakub Staszak authored
llvm-svn: 186890
-
Eli Friedman authored
getLocForEndOfToken() isn't guaranteed to succeed; if it doesn't, make sure we do something sane. Fixes PR16673. I'm not sure how to write a testcase for this short of grepping through the diagnostic output. llvm-svn: 186889
-
Rui Ueyama authored
llvm-svn: 186888
-
Eli Bendersky authored
llvm-svn: 186887
-
Eric Christopher authored
llvm-svn: 186886
-
Eric Christopher authored
llvm-svn: 186885
-
Rui Ueyama authored
llvm-svn: 186884
-
Nadav Rotem authored
When we vectorize across multiple basic blocks we may vectorize PHINodes that create a cycle. We already break the cycle on phi-nodes, but arithmetic operations are still uplicated. This patch adds code that checks if the operation that we are vectorizing was vectorized during the visit of the operands and uses this value if it can. llvm-svn: 186883
-
Rui Ueyama authored
llvm-svn: 186882
-
Jason Molenda authored
thumb mode. <rdar://problem/14107444>, <rdar://problem/14107405> llvm-svn: 186881
-
Jakub Staszak authored
llvm-svn: 186880
-
- Jul 22, 2013
-
-
Richard Trieu authored
llvm-svn: 186879
-
Kevin Enderby authored
absolute address encoded in the instruction. rdar://8612627 and rdar://14299221 llvm-svn: 186878
-
Jakub Staszak authored
llvm-svn: 186877
-
Jakub Staszak authored
llvm-svn: 186876
-
Anders Carlsson authored
Reviewed by Howard. llvm-svn: 186875
-
Michael Gottesman authored
[stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBase instead of TargetLowering. Both functions only use functionality from TargetLoweringBase. rdar://13935163 llvm-svn: 186874
-
Michael Gottesman authored
This reverts commit r186866. This breaks the build and the original author Guillaume Papin <guillaume.papin@epitech.eu> asked me to revert so he could look at it more with revane. llvm-svn: 186873
-
Enea Zaffanella authored
llvm-svn: 186872
-
Ed Maste authored
llvm-svn: 186871
-