- Feb 12, 2004
-
-
Chris Lattner authored
generating the llvm.memcpy intrinsic. llvm-svn: 11351
-
Alkis Evlogimenos authored
ilist of MachineInstr objects. This allows constant time removal and insertion of MachineInstr instances from anywhere in each MachineBasicBlock. It also allows for constant time splicing of MachineInstrs into or out of MachineBasicBlocks. llvm-svn: 11340
-
- Feb 04, 2004
-
-
Alkis Evlogimenos authored
operand of the instruction and thus simplify the register allocation. llvm-svn: 11124
-
- Dec 20, 2003
-
-
Alkis Evlogimenos authored
instruction selector by adding a new pseudo-instruction FP_REG_KILL. This instruction implicitly defines all x86 fp registers and is a terminator so that passes which add machine code at the end of basic blocks (like phi elimination) do not add instructions between it and the branch or return instruction. llvm-svn: 10562
-
Chris Lattner authored
been emitted. Also, since the FPK pass is causing memory access violations, disable it. llvm-svn: 10559
-
Chris Lattner authored
llvm-svn: 10545
-
Chris Lattner authored
llvm-svn: 10542
-
- Dec 12, 2003
-
-
John Criswell authored
a pointer. This evades a warning emitted by GCC when we cast from unsigned int (32 bit) to void * (64 bit) on SparcV9. llvm-svn: 10435
-
Chris Lattner authored
namespacification. llvm-svn: 10430
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
Chris Lattner authored
* Implement R1 = R2 * C where R1 and R2 are 32 or 16 bits. This avoids an extra copy into a register, reducing register pressure. llvm-svn: 9278
-
- Oct 17, 2003
-
-
Brian Gaeke authored
llvm-svn: 9187
-
- Aug 18, 2003
-
-
Misha Brukman authored
llvm-svn: 7944
-
- Aug 13, 2003
-
-
Brian Gaeke authored
FunctionPassManager, to support function-at-a-time compilation and emission of code. llvm-svn: 7821
-
- Aug 05, 2003
-
-
Chris Lattner authored
Physical registers should not float around. llvm-svn: 7587
-
- Aug 03, 2003
-
-
Chris Lattner authored
llvm-svn: 7532
-
- Aug 02, 2003
-
-
Chris Lattner authored
llvm-svn: 7497
-
- Jul 27, 2003
-
-
Chris Lattner authored
llvm-svn: 7345
-
- Jun 30, 2003
-
-
John Criswell authored
system. llvm-svn: 7014
-
- Jun 16, 2003
-
-
Brian Gaeke authored
so that we can easily change its use to be conditional on the result of an autoconf test later. llvm-svn: 6723
-
- Jun 06, 2003
-
-
Chris Lattner authored
llvm-svn: 6658
-
Chris Lattner authored
Add GROSS HACK to get CompilationCallback to work when compiled in release mode llvm-svn: 6646
-
- Jun 03, 2003
-
-
Chris Lattner authored
llvm-svn: 6581
-
- Jun 02, 2003
-
-
Misha Brukman authored
llvm-svn: 6531
-
Misha Brukman authored
target-independent lib/CodeGen/MachineCodeEmitter.cpp; preserved CVS history. llvm-svn: 6528
-
Chris Lattner authored
llvm-svn: 6516
-
- May 09, 2003
-
-
Chris Lattner authored
llvm-svn: 6057
-
- May 07, 2003
-
-
Chris Lattner authored
to be. In fact, it made stuff worse. :( llvm-svn: 6013
-
- May 06, 2003
-
-
Chris Lattner authored
llvm-svn: 6009
-
- Jan 14, 2003
-
-
Chris Lattner authored
llvm-svn: 5272
-
- Jan 13, 2003
-
-
Chris Lattner authored
* Add support for the constant pool & constant pool indices * Add support for MRMS?m instructions * Fix FP Prefix emission * Add support for global addresses and external symbols llvm-svn: 5224
-
- Dec 28, 2002
-
-
Chris Lattner authored
* ctor doesn't take TM argument * handle direct ESP references correctly! llvm-svn: 5179
-
- Dec 25, 2002
-
-
Chris Lattner authored
llvm-svn: 5151
-
- Dec 24, 2002
-
-
Chris Lattner authored
llvm-svn: 5114
-
- Dec 20, 2002
-
-
Chris Lattner authored
llvm-svn: 5107
-
- Dec 15, 2002
-
-
Chris Lattner authored
llvm-svn: 5059
-
Chris Lattner authored
llvm-svn: 5033
-
- Dec 13, 2002
-
-
Brian Gaeke authored
InstSelectSimple.cpp: Give promote32 a comment. Add initial implementation of getReg() for arguments. MachineCodeEmitter.cpp: Fix using EBP with index, scale and no displacement (whew!) due to Chris. Printer.cpp: Fix printing out index and scale in memory references. llvm-svn: 4998
-
Chris Lattner authored
llvm-svn: 4986
-