aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands1-2/+2
2008-11-03Make MachineFrameInfo::print not crash when no TargetFrameInfo is available.Matthijs Kooijman1-1/+2
2008-10-15Adjust whitespace in debug messages to be more consistentDan Gohman1-3/+3
2008-10-13Make MachineFunction not crash when TargetMachine::getRegisterInfo() returnsMatthijs Kooijman1-5/+9
2008-09-16Fix these comments to reflect current reality. Surprisingly,Dan Gohman1-1/+2
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-2/+2
2008-08-23get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner1-8/+6
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner1-0/+5
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman1-19/+1
2008-07-21Fix uses of underscore-capital names.Dan Gohman1-2/+2
2008-07-11Trim unnecessary #includes.Dan Gohman1-1/+0
2008-07-07Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman1-31/+92
2008-04-06Silence warning when no assertions.Chris Lattner1-1/+2
2008-02-27Spiller now remove unused spill slots.Evan Cheng1-0/+4
2008-02-26Rename PrintableName to Name.Bill Wendling1-2/+2
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling1-2/+2
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman1-5/+5
2008-01-25move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfoChris Lattner1-1/+14
2007-12-31properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner1-6/+8
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner1-15/+11
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands1-2/+2
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman1-2/+2
2007-05-03Drop 'const'Devang Patel1-4/+4
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel1-4/+4
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel1-2/+9
2007-04-25Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...Evan Cheng1-2/+2
2007-04-25support > 4G stack objectsChris Lattner1-1/+1
2007-02-14Generalize TargetData strings, to support more interesting forms of data.Chris Lattner1-1/+2
2007-01-20Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner1-1/+2
2006-12-22Debug dump error.Evan Cheng1-1/+1
2006-12-141. Tidy up jump table info.Jim Laskey1-9/+9
2006-12-07Removed more <iostream> includesBill Wendling1-8/+6
2006-10-28const'ify jump table stuffChris Lattner1-1/+1
2006-10-28add an assertChris Lattner1-0/+1
2006-10-03BugfixesChris Lattner1-7/+5
2006-10-03Provide a function that ensures MBB numbering is dense and inorder. ThisChris Lattner1-0/+47
2006-09-14Use getOffset() instead.Evan Cheng1-2/+2
2006-09-14A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* ...Evan Cheng1-2/+8
2006-09-12Added support for machine specific constantpool values. These are useful forEvan Cheng1-3/+37
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner1-1/+1
2006-07-14Add an out-of-line virtual function to home class.Chris Lattner1-0/+2
2006-06-28Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner1-2/+3
2006-06-27For PR801:Reid Spencer1-92/+4
2006-06-05For PR798:Reid Spencer1-14/+65
2006-05-16Print the vreg that livein physregs are live inChris Lattner1-0/+3
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson1-0/+1
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson1-3/+3
2006-04-22Code cleanup associated with jump tables, thanks to Chris for noticingNate Begeman1-0/+8
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman1-0/+36