- Feb 02, 2010
-
-
Chris Lattner authored
llvm-svn: 95110
-
Chris Lattner authored
the one used by the JIT. Remove all forms of addPassesToEmitFileFinish except the one used by the static code generator. Inline the remaining version of addPassesToEmitFileFinish into its only caller. llvm-svn: 95109
-
Anders Carlsson authored
llvm-svn: 95108
-
Kevin Enderby authored
This test case is different subset of the full auto generated test case, and a larger subset that is in x86_32-bit.s (that set will encode correctly). These instructions can pass though llvm-mc as it were a logical cat(1) and then reassemble to the same instruction. It is useful as we bring up the parser and matcher so we don't break things that currently work. llvm-svn: 95107
-
John McCall authored
llvm-svn: 95106
-
Chris Lattner authored
llvm-svn: 95105
-
John McCall authored
llvm-svn: 95104
-
Dale Johannesen authored
buildbot failure. llvm-svn: 95103
-
Chris Lattner authored
the -print-emitted-asm option. The JIT shouldn't have to pull in the asmprinter. llvm-svn: 95100
-
Sebastian Redl authored
Check for redefinitions in MergeVarDecl. This finds redefinitions of globals without an initializer in C++ and thus fixes PR5451. llvm-svn: 95098
-
Fariborz Jahanian authored
Fixes radar 7589414. llvm-svn: 95097
-
Sebastian Redl authored
llvm-svn: 95096
-
Douglas Gregor authored
llvm-svn: 95095
-
Chris Lattner authored
type qualifiers and type specifiers in any order. For example, this is valid: struct x {...} typedef y; This fixes PR6208. llvm-svn: 95094
-
Daniel Dunbar authored
this is still a popular thing to do. llvm-svn: 95093
-
Duncan Sands authored
llvm-svn: 95086
-
Chandler Carruth authored
unused variable warning. llvm-svn: 95085
-
John McCall authored
llvm-svn: 95079
-
John McCall authored
magnitude clearer. llvm-svn: 95078
-
John McCall authored
Eliminates a lot of spurious global initializers, fixing PR6205. llvm-svn: 95077
-
Anders Carlsson authored
llvm-svn: 95076
-
Zhongxing Xu authored
llvm-svn: 95075
-
Zhongxing Xu authored
llvm-svn: 95074
-
Zhongxing Xu authored
parameter to record whether changes actually happened. llvm-svn: 95073
-
John McCall authored
UnresolvedMemberExpr and employ it in a few places where it's useful. llvm-svn: 95072
-
Daniel Dunbar authored
dyncast is just due to \r\n newline interaction w/ regexps. The remap-load.c failure is a bit stranger (the end of the extent is on the next line), but I don't care to investigate. llvm-svn: 95071
-
Zhongxing Xu authored
lookup is that if the lookup key is contained in the key, we return the data. llvm-svn: 95070
-
Chris Lattner authored
llvm-svn: 95069
-
Daniel Dunbar authored
syntax. llvm-svn: 95068
-
Daniel Dunbar authored
side effect, this also fixes some cases on Windows where the file would end up on a different drive, because tmpnam doesn't include the drive component. PR3837 strikes again. llvm-svn: 95067
-
Anders Carlsson authored
llvm-svn: 95066
-
Daniel Dunbar authored
external ASTs, and the ASTUnit fails to load. Also, move getLocationFromExpr outside extern "C" block. llvm-svn: 95065
-
Devang Patel authored
llvm-svn: 95064
-
Anders Carlsson authored
llvm-svn: 95063
-
Devang Patel authored
llvm-svn: 95062
-
Anders Carlsson authored
llvm-svn: 95061
-
Anders Carlsson authored
llvm-svn: 95060
-
John McCall authored
llvm-svn: 95059
-
Chris Lattner authored
for vectors. Codegen is generating awful code or segfaulting in various cases (e.g. PR6204). llvm-svn: 95058
-
John McCall authored
as an argument during overload resolution. llvm-svn: 95057
-