Correctly extract the ValueType from a VTSDNode.
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
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...
2003-01-13 Chris LattnerAdd support for constant pool
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris Lattner Rename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris LattnerRename MachineFrameInfo to TargetFrameInfo.h
2002-12-28 Chris Lattner* A bunch of functionality and data was removed from...
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h by MachineFunction.h
2002-12-15 Chris LattnerImplement printing of MBB arguments
2002-11-20 Misha BrukmanInitialize the SSARegMap.
2002-10-30 Chris LattnerImplement structured machine code printing
2002-10-29 Chris LattnerMake argsize calculation stuff optional, so that Target...
2002-10-29 Chris LattnerRename annotation id
2002-10-28 Misha BrukmanReplaced uses of deprecated `MachineFunction::get(Basic...
2002-10-28 Chris LattnerEliminate unneccesary use of MachineBasicBlock::get
2002-10-28 Chris Lattners/method/function
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerMachineFunction now includes MachineBasicBlock so there...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Chris LattnerMinor cleanups
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerPrune #includes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-11 Vikram S. AdveDon't pad variables in stack slots for performance!
next