aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFunction.h
Commit message (Expand)AuthorAgeFilesLines
* Constify and don't return a reference.Bill Wendling2009-02-041-1/+1
* Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.Bill Wendling2009-02-031-2/+5
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-031-0/+1
* Refine DebugLoc per review comments.evancheng2009-01-271-4/+4
* Actually source file has already been uniquified into an id during isel. Elim...evancheng2009-01-261-2/+2
* Add data structure to define and track debug location during codegen.evancheng2009-01-261-1/+14
* Update VS projects.Cédric Venet2008-09-201-1/+1
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-19/+10
* Apply a patch from Mahadevan R, with minor formatting changes, toDan Gohman2008-07-251-1/+7
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-46/+87
* Make ilist_traits<MachineBasicBlock>'s Parent member private.Dan Gohman2008-07-011-1/+1
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-3/+3
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-57/+5
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+374