SjLj based exception handling unwinding support. This patch is nasty, brutish
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-07-31 Dan GohmanMachineFunction no longer needs Annotation.
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 David GreeneAdd PrefixPrinter arguments to the dump routines for...
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-05-21 Bill WendlingTemporarily revert r72191. It was causing an assert...
2009-05-20 Argyrios KyrtzidisIntroduce DebugScope which gets embedded into the machi...
2009-05-13 Jim GrosbachRemoving the HasBuiltinSetjmp flag and associated bits...
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-05-07 Jakob Stoklund OlesenAdd const modifiers.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-09 Bill WendlingRevert r66415. It's causing failures during bootstrap...
2009-03-09 Gabor Greifin builds without asserts we do not need to allocate...
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-04 Gabor Greif"Ghostify" embedded sentinels. This is a real win in...
2009-02-20 Bill WendlingAdd a default debug location object to the Machine...
2009-02-04 Bill WendlingConstify and don't return a reference.
2009-02-03 Bill WendlingAdd getDebugLocTuple to retrieve the DebugLocTuple...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-01-27 Evan ChengRefine DebugLoc per review comments.
2009-01-26 Evan ChengActually source file has already been uniquified into...
2009-01-26 Evan ChengAdd data structure to define and track debug location...
2008-09-20 Cedric VenetUpdate VS projects.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-25 Dan GohmanApply a patch from Mahadevan R, with minor formatting...
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-01 Dan GohmanMake ilist_traits<MachineBasicBlock>'s Parent member...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-04-25 Evan ChengChange UsedPhysRegs from array bool to BitVector to...
2007-02-15 Evan ChengisPhysRegUsed should be const.
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-10-03 Chris LattnerProvide a function that ensures MBB numbering is dense...
2006-09-14 Chris LattnerRemove dead methods, add getNumBlockIDs() method
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-11 Chris LattnerAdd helper methods.
2006-01-04 Jim LaskeyMove MachineDebugInfo to module level location.
2005-12-16 Jim LaskeyAdded source file/line correspondence for dwarf (PowerP...
2005-08-31 Chris Lattnerremove an inappropriate comment
2005-05-13 Chris Lattnerallow a virtual register to be associated with live...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-09 Chris Lattneradd routines to track the livein/out set for a function
2005-03-17 Duraid Madinadainty
2005-01-30 Chris LattnerImprove spelling
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-23 Chris LattnerAdd an accessor.
2005-01-23 Chris LattnerExpose more information from register allocation to...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-30 Alkis EvlogimenosAdd const version of getLastBlock() member function.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Alkis EvlogimenosAdd getLastBlock member. This is useful when growing...
2004-08-18 Chris LattnerAll targets are now allowed to have their own MachineFu...
2004-08-17 Misha BrukmanUltra-doxygenify some function header comments.
2004-08-16 Chris LattnerFit into 80 lines, add a gross hack for MachineFunctionInfo
2004-07-08 Alkis EvlogimenosAdd viewCFG() and viewCFGOnly() APIs.
2004-07-01 Chris LattnerChange the implementation of the autonumbering for...
2004-06-04 Misha BrukmanClarify documentation and use correct doxygen comment...
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-12 Brian GaekeAdd a NextMBBNumber field w/ incrementing accessor...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2003-12-20 Chris LattnerRearrange code, indent for the namespace, add the creat...
2003-12-20 Chris LattnerRemove sparc specific passes from public headers
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-01-14 Chris LattnerMove annotation to support library
2003-01-13 Chris Lattner* Add a constant pool to hold per-function constants...
2002-12-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris Lattner* Pull a bunch of frame and constant pool state out...
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h
2002-11-22 Misha BrukmanSet SSARegMap to NULL after deleting it.
2002-11-20 Misha BrukmanSSARegMap -- the mapping between SSARegisters and their...
2002-10-30 Chris LattnerImprove comments, add methods for structured printing
2002-10-29 Chris LattnerAdd method
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-28 Misha BrukmanIterator functions now line up together.
2002-10-28 Chris Lattners/method/function
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerAdd BasicBlock list to MchineFunction that will eventua...
2002-10-28 Chris LattnerMachineFunction.h now includes MachineBasicBlock.h...
2002-10-28 Chris LattnerAdd note about state that should be removed when time...
2002-10-28 Chris LattnerAdd prototypes for creation/destruction passes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
next