Age | Commit message (Expand) | Author |
2009-02-20 | Add a default debug location object to the Machine Function. It's used to emi... | Bill Wendling |
2009-02-04 | Constify and don't return a reference. | Bill Wendling |
2009-02-03 | Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. | Bill Wendling |
2009-02-03 | Create DebugLoc information in FastISel. Several temporary methods were | Bill Wendling |
2009-01-27 | Refine DebugLoc per review comments. | Evan Cheng |
2009-01-26 | Actually source file has already been uniquified into an id during isel. Elim... | Evan Cheng |
2009-01-26 | Add data structure to define and track debug location during codegen. | Evan Cheng |
2008-09-20 | Update VS projects. | Cedric Venet |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-25 | Apply a patch from Mahadevan R, with minor formatting changes, to | Dan Gohman |
2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
2008-07-01 | Make ilist_traits<MachineBasicBlock>'s Parent member private. | Dan Gohman |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-08-27 | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman |
2007-04-25 | Change UsedPhysRegs from array bool to BitVector to save some space. Setting ... | Evan Cheng |
2007-02-15 | isPhysRegUsed should be const. | Evan Cheng |
2007-01-26 | Change the MachineDebugInfo to MachineModuleInfo to better reflect usage | Jim Laskey |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-10-03 | Provide a function that ensures MBB numbering is dense and inorder. This | Chris Lattner |
2006-09-14 | Remove dead methods, add getNumBlockIDs() method | Chris Lattner |
2006-08-17 | Constify some methods. Patch provided by Anton Vayvod, thanks! | Chris Lattner |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-04-11 | Add helper methods. | Chris Lattner |
2006-01-04 | Move MachineDebugInfo to module level location. | Jim Laskey |
2005-12-16 | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey |
2005-08-31 | remove an inappropriate comment | Chris Lattner |
2005-05-13 | allow a virtual register to be associated with live-in values. | Chris Lattner |
2005-04-22 | Convert tabs to spaces | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-09 | add routines to track the livein/out set for a function | Chris Lattner |
2005-03-17 | dainty | Duraid Madina |
2005-01-30 | Improve spelling | Chris Lattner |
2005-01-29 | Adjust to ilist changes. | Chris Lattner |
2005-01-23 | Add an accessor. | Chris Lattner |
2005-01-23 | Expose more information from register allocation to passes that run after | Chris Lattner |
2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
2004-09-30 | Add const version of getLastBlock() member function. | Alkis Evlogimenos |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-27 | Add getLastBlock member. This is useful when growing a densemap keyed | Alkis Evlogimenos |
2004-08-18 | All targets are now allowed to have their own MachineFunctionInfo objects, | Chris Lattner |
2004-08-17 | Ultra-doxygenify some function header comments. | Misha Brukman |
2004-08-16 | Fit into 80 lines, add a gross hack for MachineFunctionInfo | Chris Lattner |
2004-07-08 | Add viewCFG() and viewCFGOnly() APIs. | Alkis Evlogimenos |
2004-07-01 | Change the implementation of the autonumbering for MBB's a bit to provide | Chris Lattner |
2004-06-04 | Clarify documentation and use correct doxygen comment form /// vs. // . | Misha Brukman |
2004-05-24 | Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet... | Tanya Lattner |
2004-05-24 | Added MachineFunction parent* to MachineBasicBlock. Customized ilist template | Tanya Lattner |
2004-05-12 | Add a NextMBBNumber field w/ incrementing accessor method, for | Brian Gaeke |