aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-03Remove unused methodChris Lattner1-8/+0
2006-02-09Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner1-2/+30
2006-02-09rename fields of constant pool entriesChris Lattner1-2/+2
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng1-2/+5
2006-01-04Moving MachineDebugInfo to module level location.Jim Laskey1-1/+1
2005-12-16Added source file/line correspondence for dwarf (PowerPC only at this point.)Jim Laskey1-1/+1
2005-10-12Added graphviz/gv support for MF.Jim Laskey1-0/+22
2005-08-31If a function has live ins/outs, print themChris Lattner1-1/+23
2005-05-13print stack object alignment in -print-machineinstr dumpsChris Lattner1-2/+4
2005-04-21Remove trailing whitespaceMisha Brukman1-1/+1
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner1-1/+1
2005-01-29adjust to ilist changes.Chris Lattner1-4/+3
2005-01-23Add support for the PhysRegsUsed array.Chris Lattner1-2/+3
2005-01-08Silence warnings from VSChris Lattner1-1/+2
2004-09-05Indent to 2 spaces and cleanup excess whitespace.Alkis Evlogimenos1-48/+47
2004-09-01Changes For Bug 352Reid Spencer1-2/+2
2004-08-16Move this code to lib/Target/SparcV9/MachineFunctionInfo.cppChris Lattner1-158/+1
2004-08-16Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner1-1/+1
2004-08-16Add a note that people shouldn't use MachineFunctionInfo.Brian Gaeke1-0/+2
2004-08-15Stop using CreateStackObject(RegClass*)Chris Lattner1-4/+0
2004-08-12Forward substitute some constants into their usersChris Lattner1-5/+2
2004-08-12The only target that uses this code (v9) always has argsOnStackHaveFixedSizeChris Lattner1-16/+1
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman1-1/+1
2004-07-08Add viewCFG() and viewCFGOnly() APIs.Alkis Evlogimenos1-1/+77
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+1
2004-07-01Make sure that we destroy the MBB's, with all of their instructions, beforeChris Lattner1-0/+1
2004-07-01Instance var no longer existsChris Lattner1-1/+1
2004-06-11Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were ...Chris Lattner1-1/+1
2004-06-02Inline findOptimalStorageSize into it's caller, both of which are sparc specificChris Lattner1-12/+18
2004-05-24Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner1-3/+3
2004-05-24Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner1-0/+19
2004-05-12Start NextMBBNumber out at zero.Brian Gaeke1-1/+1
2004-03-29Change how the beginnings and ends of MachineFunctions are printed. GetBrian Gaeke1-3/+3
2004-03-01TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke1-2/+1
2004-02-29Remove use of an ugly headerChris Lattner1-1/+0
2004-02-16Add LeakDetection to MachineInstr.Alkis Evlogimenos1-11/+0
2004-02-15Add back machine code deleter pass until we get a MachineCode passAlkis Evlogimenos1-0/+21
2004-02-13Refactor MachineFunction::print() into MachineBasicBlock::print().Brian Gaeke1-8/+12
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos1-29/+1