aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)Author
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-25Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...Evan Cheng
2007-04-25support > 4G stack objectsChris Lattner
2007-02-14Generalize TargetData strings, to support more interesting forms of data.Chris Lattner
2007-01-20Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner
2006-12-22Debug dump error.Evan Cheng
2006-12-141. Tidy up jump table info.Jim Laskey
2006-12-07Removed more <iostream> includesBill Wendling
2006-10-28const'ify jump table stuffChris Lattner
2006-10-28add an assertChris Lattner
2006-10-03BugfixesChris Lattner
2006-10-03Provide a function that ensures MBB numbering is dense and inorder. ThisChris Lattner
2006-09-14Use getOffset() instead.Evan Cheng
2006-09-14A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* ...Evan Cheng
2006-09-12Added support for machine specific constantpool values. These are useful forEvan Cheng
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-07-14Add an out-of-line virtual function to home class.Chris Lattner
2006-06-28Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner
2006-06-27For PR801:Reid Spencer
2006-06-05For PR798:Reid Spencer
2006-05-16Print the vreg that livein physregs are live inChris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-22Code cleanup associated with jump tables, thanks to Chris for noticingNate Begeman
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2006-04-03Remove unused methodChris Lattner
2006-02-09Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner
2006-02-09rename fields of constant pool entriesChris Lattner
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2006-01-04Moving MachineDebugInfo to module level location.Jim Laskey
2005-12-16Added source file/line correspondence for dwarf (PowerPC only at this point.)Jim Laskey
2005-10-12Added graphviz/gv support for MF.Jim Laskey
2005-08-31If a function has live ins/outs, print themChris Lattner
2005-05-13print stack object alignment in -print-machineinstr dumpsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner
2005-01-29adjust to ilist changes.Chris Lattner
2005-01-23Add support for the PhysRegsUsed array.Chris Lattner
2005-01-08Silence warnings from VSChris Lattner
2004-09-05Indent to 2 spaces and cleanup excess whitespace.Alkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
2004-08-16Move this code to lib/Target/SparcV9/MachineFunctionInfo.cppChris Lattner
2004-08-16Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner
2004-08-16Add a note that people shouldn't use MachineFunctionInfo.Brian Gaeke
2004-08-15Stop using CreateStackObject(RegClass*)Chris Lattner
2004-08-12Forward substitute some constants into their usersChris Lattner
2004-08-12The only target that uses this code (v9) always has argsOnStackHaveFixedSizeChris Lattner