Rename getABITypeSize to getTypePaddedSize, as
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-11-03 Matthijs KooijmanMake MachineFrameInfo::print not crash when no TargetFr...
2008-10-15 Dan GohmanAdjust whitespace in debug messages to be more consistent
2008-10-13 Matthijs KooijmanMake MachineFunction not crash when TargetMachine:...
2008-09-16 Dan GohmanFix these comments to reflect current reality. Surprisi...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-23 Chris Lattnerget MachineConstantPool off std::ostream, onto raw_ostr...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-21 Dan GohmanFix uses of underscore-capital names.
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-04-06 Chris LattnerSilence warning when no assertions.
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-25 Chris Lattnermove MachineFrameInfo::CreateFixedObject out of line...
2007-12-31 Chris Lattnerproperly encapsulate the parent field of MBB and MI...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-25 Evan ChengChange UsedPhysRegs from array bool to BitVector to...
2007-04-25 Chris Lattnersupport > 4G stack objects
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2006-12-22 Evan ChengDebug dump error.
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-10-28 Chris Lattnerconst'ify jump table stuff
2006-10-28 Chris Lattneradd an assert
2006-10-03 Chris LattnerBugfixes
2006-10-03 Chris LattnerProvide a function that ensures MBB numbering is dense...
2006-09-14 Evan ChengUse getOffset() instead.
2006-09-14 Evan ChengA MachineConstantPool may have mixed Constant* and...
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-07-14 Chris LattnerAdd an out-of-line virtual function to home class.
2006-06-28 Chris LattnerShave another 27K off libllvmgcc.dylib with visibility...
2006-06-27 Reid SpencerFor PR801:
2006-06-05 Reid SpencerFor PR798:
2006-05-16 Chris LattnerPrint the vreg that livein physregs are live in
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-22 Nate BegemanCode cleanup associated with jump tables, thanks to...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-03 Chris LattnerRemove unused method
2006-02-09 Chris LattnerAdjust to MachineConstantPool interface change: instead...
2006-02-09 Chris Lattnerrename fields of constant pool entries
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-04 Jim LaskeyMoving MachineDebugInfo to module level location.
2005-12-16 Jim LaskeyAdded source file/line correspondence for dwarf (PowerP...
2005-10-12 Jim LaskeyAdded graphviz/gv support for MF.
2005-08-31 Chris LattnerIf a function has live ins/outs, print them
2005-05-13 Chris Lattnerprint stack object alignment in -print-machineinstr...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris Lattneradjust to ilist changes.
2005-01-23 Chris LattnerAdd support for the PhysRegsUsed array.
2005-01-08 Chris LattnerSilence warnings from VS
2004-09-05 Alkis EvlogimenosIndent to 2 spaces and cleanup excess whitespace.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-16 Chris LattnerMove this code to lib/Target/SparcV9/MachineFunctionInf...
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-16 Brian GaekeAdd a note that people shouldn't use MachineFunctionInfo.
2004-08-15 Chris LattnerStop using CreateStackObject(RegClass*)
2004-08-12 Chris LattnerForward substitute some constants into their users
2004-08-12 Chris LattnerThe only target that uses this code (v9) always has...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-08 Alkis EvlogimenosAdd viewCFG() and viewCFGOnly() APIs.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-01 Chris LattnerMake sure that we destroy the MBB's, with all of their...
2004-07-01 Chris LattnerInstance var no longer exists
2004-06-11 Chris LattnerFix fallout from getOffsetOfLocalArea() being negated...
2004-06-02 Chris LattnerInline findOptimalStorageSize into it's caller, both...
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-12 Brian GaekeStart NextMBBNumber out at zero.
2004-03-29 Brian GaekeChange how the beginnings and ends of MachineFunctions...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-02-29 Chris LattnerRemove use of an ugly header
2004-02-16 Alkis EvlogimenosAdd LeakDetection to MachineInstr.
2004-02-15 Alkis EvlogimenosAdd back machine code deleter pass until we get a Machi...
2004-02-13 Brian GaekeRefactor MachineFunction::print() into MachineBasicBloc...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-01 Chris LattnerFix a bug in a recent checkin
2004-01-30 Brian GaekeGive clients of MachineFunctionPrinter the ability...
2003-12-20 Chris LattnerAdd a new target-independent machine code freeing pass
2003-12-20 Chris Lattner* Finegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-07-26 Chris LattnerConst correctness fixes
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-04-23 Chris LattnerRemove unneccesary &*
2003-01-16 Chris LattnerPrint machine frame objects with the frame offset intri...
next