- May 01, 2007
-
-
Nate Begeman authored
llvm-svn: 36618
-
Chris Lattner authored
are done with them, start implementing ParseFunctionBody llvm-svn: 36617
-
Chris Lattner authored
llvm-svn: 36616
-
Chris Lattner authored
llvm-svn: 36615
-
Chris Lattner authored
llvm-svn: 36614
-
Chris Lattner authored
llvm-svn: 36613
-
Reid Spencer authored
llvm-svn: 36612
-
Chris Lattner authored
llvm-svn: 36611
-
Chris Lattner authored
llvm-svn: 36610
-
Chris Lattner authored
llvm-svn: 36609
-
Chris Lattner authored
llvm-svn: 36608
-
Evan Cheng authored
argument space for call sites in the function immediately on entry to the current function. This eliminates the need for add/sub sp brackets around call sites. However, this is not always a good idea. If the "call frame" is large and the target load / store instructions have small immediate field to encode sp offset, this can cause poor codegen. In the worst case, this can make it impossible to scavenge a register if the reserved spill slot is pushed too far apart from sp / fp. llvm-svn: 36607
-
Evan Cheng authored
included as part of the stack frame. llvm-svn: 36606
-
Evan Cheng authored
llvm-svn: 36605
-
Evan Cheng authored
produce two results.) * Do not touch volatile loads. llvm-svn: 36604
-
Christopher Lamb authored
llvm-svn: 36603
-
Chris Lattner authored
llvm-svn: 36602
-
Chris Lattner authored
llvm-svn: 36601
-
Chris Lattner authored
llvm-svn: 36600
-
- Apr 30, 2007
-
-
Chris Lattner authored
register, preallocate all input registers and the early clobbered output. This fixes PR1357 and CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll llvm-svn: 36599
-
Chris Lattner authored
llvm-svn: 36598
-
Christopher Lamb authored
llvm-svn: 36597
-
Anton Korobeynikov authored
llvm-svn: 36596
-
Evan Cheng authored
llvm-svn: 36594
-
Chris Lattner authored
pieces of it. No functionality change. llvm-svn: 36592
-
Chris Lattner authored
llvm-svn: 36590
-
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
-