- Apr 30, 2007
-
-
Chris Lattner authored
# InlineAsm Start subfc r3,r5,r4 subfze r4,r3 # InlineAsm End print: # InlineAsm Start subfc r3,r5,r4 subfze r4,r3 # InlineAsm End llvm-svn: 36589
-
Anton Korobeynikov authored
llvm-svn: 36588
-
Reid Spencer authored
Rearrange some tests so that if PowerPC is not being built we don't try to run PowerPC specific tests. llvm-svn: 36587
-
Dale Johannesen authored
llvm-svn: 36586
-
Dale Johannesen authored
llvm-svn: 36585
-
Reid Spencer authored
that it is native so that the linker will pass it on downstream. This avoids a problem where the native link line fails because there is both a .so and a .a file. The .a file gets processed as bytecode and then dropped from the command line. llvm-svn: 36584
-
Lauro Ramos Venancio authored
llvm-svn: 36583
-
Reid Spencer authored
llvm-svn: 36582
-
Reid Spencer authored
llvm-svn: 36581
-
- Apr 29, 2007
-
-
Chris Lattner authored
llvm-svn: 36580
-
Chris Lattner authored
<MODULE_BLOCK NumWords=27 BlockCodeSize=3> <TYPE_BLOCK NumWords=7 BlockCodeSize=4> <NUMENTRY op0=7> <POINTER op0=1> <FUNCTION op0=0 op1=2 op2=2 op3=2 op4=2> <VECTOR op0=2 op1=3> <INTEGER op0=64> <VECTOR op0=8 op1=5> <INTEGER op0=16> <VOID> ... With work, the operands can be pretty printed symbolically. llvm-svn: 36579
-
Anton Korobeynikov authored
visibility support for bitcode. llvm-svn: 36577
-
Chris Lattner authored
llvm-svn: 36576
-
Chris Lattner authored
llvm-svn: 36575
-
Dale Johannesen authored
around islands and jump tables). llvm-svn: 36573
-
Dale Johannesen authored
llvm-svn: 36572
-
Chris Lattner authored
llvm-svn: 36571
-
Chris Lattner authored
not all targets want to return an i32. What really matters is whether llc accepts the generated code. llvm-svn: 36569
-
Chris Lattner authored
llvm-svn: 36568
-
Anton Korobeynikov authored
llvm-svn: 36566
-
Anton Korobeynikov authored
should be taught to deal with protected symbols. llvm-svn: 36565
-
Anton Korobeynikov authored
llvm-svn: 36564
-
Chris Lattner authored
llvm-svn: 36563
-
Chris Lattner authored
llvm-svn: 36562
-
Jeff Cohen authored
llvm-svn: 36561
-
Jeff Cohen authored
llvm-svn: 36560
-
Jeff Cohen authored
llvm-svn: 36559
-
Anton Korobeynikov authored
llvm-svn: 36558
-
Chris Lattner authored
file symbolically and actually computing statistics. llvm-svn: 36557
-
Chris Lattner authored
reading the stream, and detects whether it is LLVM IR or not. llvm-svn: 36556
-
Chris Lattner authored
llvm-svn: 36555
-
Chris Lattner authored
anything about disk I/O itself. This greatly simplifies its interface - eliminating the need for the ReaderWrappers.cpp file. This adds a new option to llvm-dis (-bitcode) which instructs it to read the input file as bitcode. Until/unless the bytecode reader is taught to read from MemoryBuffer, there is no way to handle stdin reading without it. I don't plan to switch the bytecode reader over, I'd rather delete it :), so the option will stay around temporarily. llvm-svn: 36554
-
Chris Lattner authored
llvm-svn: 36553
-
Chris Lattner authored
llvm-svn: 36552
-
Chris Lattner authored
llvm-svn: 36551
-
Chris Lattner authored
llvm-svn: 36550
-
Chris Lattner authored
llvm-svn: 36549
-
Jeff Cohen authored
llvm-svn: 36548
-
- Apr 28, 2007
-
-
Chris Lattner authored
before the copies into physregs are done. This avoids having flag operands skip the store, causing cycles in the dag at sched time. This fixes infinite loops on these tests: test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll for PR1308 test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll for PR828 llvm-svn: 36547
-
Chris Lattner authored
llvm-svn: 36546
-