- Apr 06, 2011
-
-
Nick Lewycky authored
llvm-svn: 129028
-
Johnny Chen authored
Since these "Advanced SIMD and VFP" instructions have more specfic encoding bits specified, if coproc == 10 or 11, we should reject the insn as invalid. rdar://problem/9239922 rdar://problem/9239596 llvm-svn: 129027
-
John McCall authored
so I'm killing it. llvm-svn: 129026
-
Nick Lewycky authored
llvm-svn: 129025
-
Nick Lewycky authored
llvm-svn: 129024
-
Jakob Stoklund Olesen authored
If there are no positive nodes, the algorithm can be aborted early. llvm-svn: 129021
-
Jakob Stoklund Olesen authored
This will allow us to abort the algorithm early if it is determined to be futile. llvm-svn: 129020
-
Roman Divacky authored
llvm-svn: 129019
-
Greg Clayton authored
llvm-svn: 129018
-
Anders Carlsson authored
llvm-svn: 129017
-
Fariborz Jahanian authored
types such that protocols are seached first. Fixes // rdar://9224670 llvm-svn: 129016
-
Johnny Chen authored
Also set the encoding bits (for A8.6.303, A8.6.328, A8.6.329) Inst{3-0} = 0b0000, in class NVLaneOp. rdar://problem/9240648 llvm-svn: 129015
-
Eric Christopher authored
Patch by Bobby Powers llvm-svn: 129014
-
John Thompson authored
llvm-svn: 129013
-
Rafael Espindola authored
llvm-svn: 129012
-
Rafael Espindola authored
Change the test to force a sign extension and expose the problem again. llvm-svn: 129011
-
Devang Patel authored
Keep track of llvm.dbg.value intrinsics with non null values. llvm-svn: 129010
-
Rafael Espindola authored
This takes the linking of libxul on linux from 6m54.931s to 5m39.840s. llvm-svn: 129009
-
Jim Grosbach authored
llvm-svn: 129008
-
Chris Lattner authored
llvm-svn: 129006
-
Fariborz Jahanian authored
pass a previously failing clang test. // rdar://8808439 llvm-svn: 129004
-
Frits van Bommel authored
llvm-svn: 129002
-
Peter Collingbourne authored
llvm-svn: 129001
-
Peter Collingbourne authored
llvm-svn: 129000
-
Nadav Rotem authored
test fail (without the fix). Thanks Dan. llvm-svn: 128999
-
John McCall authored
be sure to consume the argument index that actually had the attribute rather than always the first. rdar://problem/9234108 llvm-svn: 128998
-
Duncan Sands authored
llvm-svn: 128997
-
Jay Foad authored
llvm-svn: 128996
-
Nick Lewycky authored
DenseMap. llvm-svn: 128994
-
John McCall authored
llvm-svn: 128993
-
Chris Lattner authored
improvements are welcome, please commit any changes directly to SVN. llvm-svn: 128992
-
Chris Lattner authored
llvm-svn: 128990
-
Nick Lewycky authored
llvm-svn: 128988
-
John McCall authored
llvm-svn: 128987
-
Jakob Stoklund Olesen authored
llvm-svn: 128986
-
Jakob Stoklund Olesen authored
About 90% of the relevant blocks are live-through without uses, and the only information required about them is their number. This saves memory and enables later optimizations that need to look at only the use-blocks. llvm-svn: 128985
-
John McCall authored
Patch by Syoyo Fujita! Reviewed by Chris Lattner! Checked in by me! llvm-svn: 128984
-
John McCall authored
A situation where we can get an invalid ExprResult without an error. Fixes PR8394. Patch by Justin Bogner! llvm-svn: 128979
-
John McCall authored
within a token, like trigraphs and escaped newlines. Patch by Marcin Kowalczyk! llvm-svn: 128978
-
Johnny Chen authored
Add more complete sanity check for LdStFrm instructions where if IBit (Inst{25}) is 1, Inst{4} should be 0. Otherwise, we should reject the insn as invalid. rdar://problem/9239347 rdar://problem/9239467 llvm-svn: 128977
-