- c72c617 Add includes and use std:: for standard library calls to make code by Alkis Evlogimenos · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 418379e Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 21 years ago
- e058b27 Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 21 years ago
- 85015a0 Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9 by Chris Lattner · 21 years ago
- 365f54c Convert a few assertions with side-effects into regular old runtime checks. by Brian Gaeke · 21 years ago
- 9670eec Fix #includes of i*.h => Instructions.h as per PR403: by Chris Lattner · 21 years ago
- b2f30a3 TargetInstrInfo::hasOperandInterlock() is always true, because it is by Brian Gaeke · 21 years ago
- 23f9ef0 Use new macro by Chris Lattner · 21 years ago
- f51c7f56 Fix for PR341 by Chris Lattner · 21 years ago
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- 98107ff Adjust to the new TargetMachine interface by Chris Lattner · 21 years ago
- 35450d2 Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of by Brian Gaeke · 21 years ago
- b4186e0 MBB::remove should not modify the iterator passed in by Chris Lattner · 21 years ago
- bceb688 Eliminate the distinction between "real" and "unreal" instructions by Chris Lattner · 21 years ago
- 367b91d Great sparc renaming fallout IV: Sparc --> SparcV9. by Brian Gaeke · 21 years ago
- 748fba1 FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar by Brian Gaeke · 21 years ago
- e6d04f1 Eliminate operator[] is deprecated warnings by Chris Lattner · 21 years ago
- fdc01ce Fix deprecated operator[] warnings by Chris Lattner · 21 years ago
- be766c7 Remove getAllocatedRegNum(). Use getReg() instead. by Alkis Evlogimenos · 21 years ago
- c0b9dc5 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 21 years ago
- 918cdd4 getOpCode() --> getOpcode(). by Brian Gaeke · 21 years ago
- f738db0 Move InstrSchedule's iterator begin/end methods inline. by Brian Gaeke · 21 years ago
- 0dc5753 Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator by Brian Gaeke · 21 years ago
- 0672307 Moved iterators around. by Tanya Lattner · 21 years ago
- a105c80 by Tanya Lattner · 21 years ago
- 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- e2bf0a2 Let's not forget about our friends -- Constant Pool indices. by Misha Brukman · 21 years ago
- 414d9d2 Do not use a class before it is defined. Be gcc 3.4 clean by Chris Lattner · 21 years ago
- 0849f5a * Eliminate `using' directive * Make code layout more consistent by Misha Brukman · 21 years ago
- 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
- e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 21 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
- cf3056d Regularize header file comments by Chris Lattner · 21 years ago
- 6eba07a Fixed spelling. by Misha Brukman · 21 years ago
- bed4eff Add flag to control whether or not delay slots are filled during by Vikram S. Adve · 21 years ago
- c9afb49 Fixed two double free bugs that caused llc to segfault or run forever. by John Criswell · 22 years ago
- 8dc9982 Moved index into BB to common graph class because its needed by ModuloSchedGraph. by Tanya Lattner · 22 years ago
- d6d8633 Added/removed header file by Tanya Lattner · 22 years ago
- c50ee55 *** empty log message *** by Tanya Lattner · 22 years ago
- b6489f3 First version of SchedGraph common class and refactoring of SchedGraph. by Tanya Lattner · 22 years ago
- e3561c2 Remove uses of the NonCopyable class, to make the doxygen output look better by Chris Lattner · 22 years ago
- bf3c4cf Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 22 years ago
- 9cdaa63 Be const correct by Chris Lattner · 22 years ago
- e5a61cc Hrm, another necesary one :( by Chris Lattner · 22 years ago
- bae47e5 Remove extraneous #includes by Chris Lattner · 22 years ago
- 74d15d3 A def. operand of a machine instruction may be an ordinary Value*, by Vikram S. Adve · 22 years ago
- 9efc4d6 Remove usage of noncopyable classes to clean up doxygen output. by Chris Lattner · 22 years ago
- 747a044 Add #include by Chris Lattner · 22 years ago
- 7952d60 Changes to allow explicit physical register arguments that have been by Vikram S. Adve · 22 years ago
- 5f2180c (1) Added special register class containing (for now) %fsr. by Vikram S. Adve · 22 years ago
- 6b77ec4 Cleaned up code layout. No functional changes. by Misha Brukman · 22 years ago
- c2312df Kill `using' directives. by Misha Brukman · 22 years ago
- 92ba2aa Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h by Chris Lattner · 22 years ago
- 3501fea Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 22 years ago
- d0f166a More renamings of Target/Machine*Info to Target/Target*Info by Chris Lattner · 22 years ago
- 5da2e6a Move function to cpp file from header by Chris Lattner · 22 years ago
- ec3e2f4 New iostream definitions by Chris Lattner · 22 years ago
- fb3a0aed Remove usage of MachineBasicBlock::get by Chris Lattner · 22 years ago
- c5ddc8b Make Scheduling Class variables be 'unsigned' instead of 'int' by Chris Lattner · 22 years ago
- 133f079 Rename the redundant MachineOperand::getOperandType() to MachineOperand::getType() by Chris Lattner · 22 years ago
- 0be79c6 Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h by Chris Lattner · 22 years ago
- 4a63b72 Don't #include <Support/*>, #include "Support/*" by Chris Lattner · 22 years ago
- e61a584 *** empty log message *** by Chris Lattner · 22 years ago
- 55291ea Rename MachineCodeForBasicBlock to MachineBasicBlock by Chris Lattner · 22 years ago
- fce1143 Changed `MachineCodeForMethod' to `MachineFunction'. by Misha Brukman · 22 years ago
- a087772 Tell PassManager that this pass does not invalidate the CFG so that dominator by Chris Lattner · 22 years ago
- 1632e88 Use vectors instead of hash_maps for issueGaps and conflictLists. by Vikram S. Adve · 22 years ago
- acf0f70 Major bug fix: was not adding CD edges for RETURNs! by Vikram S. Adve · 22 years ago
- 179cdfb * Removed extraneous #includes by Chris Lattner · 23 years ago
- b0cfa6d Very minor cleanups by Chris Lattner · 23 years ago
- 5f0eb8d by Chris Lattner · 23 years ago
- d8bbc06 Refix stuff for GCC 2.95, 3.0.4 & 3.1 by Chris Lattner · 23 years ago
- e95ce74 now removes deleted nops from MachineCodeForInstruction by Mehwish Nagda · 23 years ago
- 0c0edf8 *** empty log message *** by Chris Lattner · 23 years ago
- cb6289a *** empty log message *** by Chris Lattner · 23 years ago
- 09ff112 *** empty log message *** by Chris Lattner · 23 years ago
- 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
- 0baf1c0 A single MachineInstr operand may now be both a def and a use, by Vikram S. Adve · 23 years ago
- 7e70829 MEGAPATCH checkin. by Chris Lattner · 23 years ago
- 70e60cb Move debug options out of header files so that the header does not have by Chris Lattner · 23 years ago
- ad86b74 Hide debugging options by Chris Lattner · 23 years ago
- c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
- 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 23 years ago
- 483e14e s/Method/Function by Chris Lattner · 23 years ago
- f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
- 9bbf99d No need to reserve space, erasing does not change the size of the container. by Chris Lattner · 23 years ago
- af50d00 * Add a file header with some information by Chris Lattner · 23 years ago
- f3dd05c Clean up the ownership model a bit so that nodes actually get deleted more by Chris Lattner · 23 years ago
- b7653df s/Method/Function by Chris Lattner · 23 years ago
- 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
- 97fb99b Use deterministic iterator for SchedGraphs. This is actually not by Vikram S. Adve · 23 years ago
- 1392d69 Bug fix: nextToTry was not being initialized in one case. by Vikram S. Adve · 23 years ago
- 7c7e46a Add option to disable scheduling. by Vikram S. Adve · 23 years ago
- 802cec4 Add option to disable scheduling. by Vikram S. Adve · 23 years ago
- cf8a98f Minor changes. by Vikram S. Adve · 23 years ago
- e7506a3 Rename Method to Function by Chris Lattner · 23 years ago
- 155d2c9 Change to make it build with GCC 2.95.3 by Anand Shukla · 23 years ago
- dfb8b95 * Silence signed/unsigned warnings * Make it compile with GCC 3.0.4 by Chris Lattner · 23 years ago