- Feb 02, 2010
-
-
Chris Lattner authored
of the code generator shouldn't care what object format a target uses. llvm-svn: 95124
-
Chris Lattner authored
llvm-svn: 95122
-
Bill Wendling authored
llvm-svn: 95121
-
Chris Lattner authored
llvm-svn: 95120
-
Sean Callanan authored
llvm-svn: 95119
-
Sean Callanan authored
yesterday. This eliminates possible confusion about what exactly in this directory; the name is still short, though. llvm-svn: 95118
-
Chris Lattner authored
llvm-svn: 95114
-
Chris Lattner authored
a layering violation from MC -> Target. llvm-svn: 95113
-
Johnny Chen authored
llvm-svn: 95112
-
Chris Lattner authored
llvm-svn: 95111
-
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
-
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
-
Chris Lattner authored
llvm-svn: 95105
-
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
-
Duncan Sands authored
llvm-svn: 95086
-
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
-
Zhongxing Xu authored
lookup is that if the lookup key is contained in the key, we return the data. llvm-svn: 95070
-
Devang Patel authored
llvm-svn: 95064
-
Devang Patel authored
llvm-svn: 95062
-
Chris Lattner authored
for vectors. Codegen is generating awful code or segfaulting in various cases (e.g. PR6204). llvm-svn: 95058
-
Zhongxing Xu authored
llvm-svn: 95056
-
Chris Lattner authored
llvm-svn: 95055
-
Chris Lattner authored
llvm-svn: 95054
-
Evan Cheng authored
where callee's arguments are already in the caller's own caller's stack and they line up perfectly. e.g. extern int foo(int a, int b, int c); int bar(int a, int b, int c) { return foo(a, b, c); } llvm-svn: 95053
-
Sean Callanan authored
implementation. Also made sure that the register maps were created during disassembler initialization. llvm-svn: 95051
-
Dale Johannesen authored
as output. Needed for (functional) correctness in inline asm, and should be generally beneficial. 7361612. llvm-svn: 95050
-
Zhongxing Xu authored
any other member. llvm-svn: 95047
-
Dan Gohman authored
when the cast is extending. llvm-svn: 95046
-
Dan Gohman authored
generalize it to handle more cases. llvm-svn: 95045
-
Dan Gohman authored
llvm-svn: 95044
-
Daniel Dunbar authored
llvm-svn: 95041
-
Eric Christopher authored
don't use TargetData here. llvm-svn: 95040
-
Eric Christopher authored
llvm-svn: 95036
-
Eric Christopher authored
llvm-svn: 95035
-
Sean Callanan authored
merely stubs out the blocks-based disassembly functions if the library wasn't built with blocks, which allows a constant .exports file and also properly deals with situations in which the compiler used to build a client is different from the compiler used to build the library. llvm-svn: 95034
-
Nate Begeman authored
The MCStreamer based assemblers will take over for this functionality. llvm-svn: 95033
-
Sean Callanan authored
directories (like, oh, say, any multistage build) llvm-svn: 95028
-