- Oct 14, 2001
-
-
Chris Lattner authored
renumbering of instructions. It is still horribly broken and grossly dependant on the number of instructions, but now it is a least a little better. Oh yeah it also works now. llvm-svn: 793
-
- Oct 13, 2001
-
-
Chris Lattner authored
llvm-svn: 768
-
Chris Lattner authored
* Fix #endif problems * Change to getCalledValue instead of getCalledMethod llvm-svn: 767
-
- Oct 11, 2001
-
-
Vikram S. Adve authored
each VM instruction. llvm-svn: 725
-
- Oct 10, 2001
-
-
Vikram S. Adve authored
Also, note return value of a Call as an "implicitUse". llvm-svn: 720
-
Ruchira Sasanka authored
llvm-svn: 714
-
- Oct 03, 2001
-
-
Chris Lattner authored
* ConstPoolPointerReference now represents a pointer to a GlobalValue * Methods name references are now explicit pointers to methods * Rename Value::GlobalVal to Value::GlobalVariableVal to avoid confusion llvm-svn: 703
-
- Oct 02, 2001
-
-
Chris Lattner authored
llvm-svn: 697
-
- Oct 01, 2001
-
-
Chris Lattner authored
Eliminate old style casts from value.h llvm-svn: 696
-
Chris Lattner authored
Convert more code to use them llvm-svn: 695
-
Chris Lattner authored
llvm-svn: 694
-
Chris Lattner authored
llvm-svn: 688
-
Vikram S. Adve authored
(1) Avoid hard-coding some register numbers. (2) Fix some incorrect branch opcodes. (3) Don't try to move int register to float register! (4) If an operand being forwarded is a constant and it doesn't fit into the immed field of the copy machine instruction, then generate a load-constant instead of a copy. (5) Use (unsigned long) 0 for copying a pointer via "add 0, ptr -> ptr2". llvm-svn: 683
-
Vikram S. Adve authored
llvm-svn: 681
-
Ruchira Sasanka authored
llvm-svn: 673
-
Ruchira Sasanka authored
llvm-svn: 671
-
- Sep 28, 2001
-
-
Chris Lattner authored
* Ignore %xcc argument on conditional branches llvm-svn: 663
-
Chris Lattner authored
llvm-svn: 662
-
- Sep 20, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 652
-
- Sep 19, 2001
-
-
Chris Lattner authored
Move contents of SparcMachineInstrDesc[] out of SparcInternals.h into Sparc.cpp llvm-svn: 644
-
Chris Lattner authored
llvm-svn: 637
-
Chris Lattner authored
llvm-svn: 636
-
Chris Lattner authored
llvm-svn: 635
-
Ruchira Sasanka authored
llvm-svn: 632
-
- Sep 18, 2001
-
-
Chris Lattner authored
llvm-svn: 627
-
Vikram S. Adve authored
llvm-svn: 619
-
Vikram S. Adve authored
information, including instr, sched, and reg information. This allows us to allocate them all in one place and use them much more uniformly. llvm-svn: 618
-
Vikram S. Adve authored
Skip over list nodes in ForwardOperand. llvm-svn: 617
-
Vikram S. Adve authored
information, including instr, sched, and reg information. Rename files to match the primary classes they provide. Commented out call to register allocation until more tests run correctly. llvm-svn: 616
-
- Sep 15, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 593
-
Ruchira Sasanka authored
llvm-svn: 585
-
- Sep 14, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 579
-
Chris Lattner authored
llvm-svn: 575
-
Chris Lattner authored
llvm-svn: 574
-
Chris Lattner authored
Value to a vector instead of a list. Move SchedGraph.h & SchedPriorities.h into lib/CodeGen/InstrScheduling llvm-svn: 572
-
Chris Lattner authored
Move files from lib/CodeGen/TargetMachine to lib/Target Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h} Prepare to split TargetMachine.h into several smaller files llvm-svn: 566
-
Chris Lattner authored
1. Clean up the TargetMachine structure. No more wierd pointers that have to be cast around and taken care of by the target. 2. Instruction Scheduling now takes the schedinfo as an argument. The same should be done with the instinfo, it just isn't now. llvm-svn: 565
-
Chris Lattner authored
llvm-svn: 563
-
Chris Lattner authored
llvm-svn: 562
-
Chris Lattner authored
llvm-svn: 561
-