aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2004-05-08Remove unneeded headerAlkis Evlogimenos
2004-05-06numeric_limits::infinity() apparently does not work on all systems. As aChris Lattner
2004-05-01Operate on the Machine CFG instead of on the LLVM CFGChris Lattner
2004-05-01Stop LiveVariables from using BasicBlocks as part of the mapping, insteadChris Lattner
2004-04-23Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit ofBrian Gaeke
2004-04-23Implement emitWordAt() for the debug emitter and the file printer emitter. (IBrian Gaeke
2004-04-12Fix bug introduced in previous commit.Alkis Evlogimenos
2004-04-12Correctly compute spill weightsAlkis Evlogimenos
2004-04-12Print def lists a bit more compactlyAlkis Evlogimenos
2004-04-09Add definition list to each live interval.Alkis Evlogimenos
2004-03-31MBB::remove should not modify the iterator passed inChris Lattner
2004-03-31MachineBasicBlock::remove should not modify the iterator passed inChris Lattner
2004-03-30Correctly update LiveVariables when an instruction changesAlkis Evlogimenos
2004-03-29Change how the beginnings and ends of MachineFunctions are printed. GetBrian Gaeke
2004-03-17Make the set of fixed (preallocated) intervals be a fixed superset ofAlkis Evlogimenos
2004-03-16Fix PR294Chris Lattner
2004-03-14Change MRegisterInfo::foldMemoryOperand to return the foldedAlkis Evlogimenos
2004-03-09Spill explicit physical register defs as well.Alkis Evlogimenos
2004-03-06As I wrote in the docs, simple is the default spiller :-)Alkis Evlogimenos
2004-03-06Add simple spiller.Alkis Evlogimenos
2004-03-03Make MachineOperand's value named 'contents'. Make really, really sureBrian Gaeke
2004-03-01Add a spiller option to llc. A simple spiller will come soon. When we get CFG...Alkis Evlogimenos
2004-03-01Add the long awaited memory operand folding support for linear scanAlkis Evlogimenos
2004-03-01TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke
2004-03-01Adding new Modulo Scheduling graph files.Tanya Lattner
2004-03-01Removing old graph files with new graph files that I wrote. Updated ModuloSch...Tanya Lattner
2004-02-29Add an assertChris Lattner
2004-02-29Add back #include I messed upChris Lattner
2004-02-29Urg, forgot to check this in.Chris Lattner
2004-02-29Move the private MachineInstrAnnot.h into a private directory.Chris Lattner
2004-02-29Remove use of an ugly headerChris Lattner
2004-02-29Move methods out of .h fileChris Lattner
2004-02-29Eliminate the distinction between "real" and "unreal" instructionsChris Lattner
2004-02-29int64_t -> intChris Lattner
2004-02-27Rename member function to be consistent with the rest.Alkis Evlogimenos
2004-02-27Make spiller push stores right after the definition of a register soAlkis Evlogimenos
2004-02-27Fix crash caused by passing register 0 toAlkis Evlogimenos
2004-02-26Clear maps right after basic block is processed.Alkis Evlogimenos
2004-02-26Uncomment assertions that register# != 0 on calls toAlkis Evlogimenos
2004-02-26No need to clear the map here, it will always be emptyChris Lattner
2004-02-25Fix bugs found with recent addition of assertions inAlkis Evlogimenos
2004-02-25Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke
2004-02-25Remove asssert since it is breaking cases that it shouldn't.Alkis Evlogimenos
2004-02-25Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos
2004-02-25Add an assertionChris Lattner
2004-02-24FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke
2004-02-24Move machine code rewriter and spiller outside the registerAlkis Evlogimenos
2004-02-24Add predicates for checking if a virtual register has a physicalAlkis Evlogimenos
2004-02-23Make enum private as it is an implementation detail.Alkis Evlogimenos
2004-02-23Remove '4Virt' from member function names as it is obvious.Alkis Evlogimenos