aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc
AgeCommit message (Expand)Author
2003-07-02Minor beautification: fold a couple of lines of code.Vikram S. Adve
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-05-31Minor changes.Vikram S. Adve
2003-05-31Extensive changes to the way code generation occurs for functionVikram S. Adve
2003-05-27(1) Added special register class containing (for now) %fsr.Vikram S. Adve
2003-01-15Adjust to new interfacesChris Lattner
2003-01-15Move headers aroundChris Lattner
2003-01-15Header is moved into local directoryChris Lattner
2003-01-15Add new methodChris Lattner
2003-01-15#include RegClass.h explicitlyChris Lattner
2003-01-15Remvoe dependency on RegClass.hChris Lattner
2003-01-15Use buildmi not MI ctor directlyChris Lattner
2003-01-14Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner
2003-01-14Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner
2003-01-14Rename MachineInstrInfo -> TargetInstrInfoChris Lattner
2002-12-29More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner
2002-12-28Rename MachineFrameInfo to TargetFrameInfo.hChris Lattner
2002-12-28Frame info moved out of MachineFunction into a seperate objectChris Lattner
2002-10-29Use higher level methods, don't use TargetInstrDescriptors directly!Chris Lattner
2002-10-29Remove #include, misleading comment, and a typedef used only onceChris Lattner
2002-10-29Inline typedef, eliminate unused methodChris Lattner
2002-10-29Remove long dead #if 0Chris Lattner
2002-10-29Add #includes that were eliminated from headersChris Lattner
2002-10-29De-inline methodsChris Lattner
2002-10-29Remove #includeChris Lattner
2002-10-29Remove unneeded #includeChris Lattner
2002-10-29Remove forward declChris Lattner
2002-10-29Make assertIGNode be private to the InterferenceGraph.cpp fileChris Lattner
2002-10-28Rename some regalloc fieldsChris Lattner
2002-10-28Eliminate usage of MachineBasicBlock::getChris Lattner
2002-10-28Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...Chris Lattner
2002-10-28Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...Chris Lattner
2002-10-28*** empty log message ***Chris Lattner
2002-10-28*** empty log message ***Chris Lattner
2002-10-28Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman
2002-10-22Ensure definate initializationChris Lattner
2002-10-22 - Two minor improvements to the MachineInstr class to reduce footprint andChris Lattner
2002-10-11Major bug fix: spill code for an instruction in a delay slot wasVikram S. Adve
2002-09-28Added a couple of helper methods for live range construction.Vikram S. Adve
2002-09-28Live ranges for Return value and return address of a Call are nowVikram S. Adve
2002-09-28Fixed incorrect assertion: spill code for function ptr should beVikram S. Adve
2002-09-20Add method IGNode::getCombinedDegree to count the sum of the degreesVikram S. Adve
2002-09-20Allow copy coalescing in more cases: if sum of node degrees is more thanVikram S. Adve
2002-09-15Fix typos in previous checkin.Vikram S. Adve
2002-09-15RegAllocCommon no longer includes CommandLine.h so we have to include itChris Lattner
2002-09-14Break RA_DEBUG option into several levels to get better control overVikram S. Adve
2002-09-14Remove unnecessary include.Vikram S. Adve
2002-09-14Break RA_DEBUG option into several levels to get better output.Vikram S. Adve
2002-09-14Moving to lib/CodeGen/RegAlloc.Vikram S. Adve