index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineFunction.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ilist_traits<MachineBasicBlock>'s Parent member private.
Dan Gohman
2008-07-01
1
-1
/
+1
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-3
/
+3
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-57
/
+5
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-27
1
-1
/
+1
*
Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...
Evan Cheng
2007-04-25
1
-19
/
+11
*
isPhysRegUsed should be const.
Evan Cheng
2007-02-15
1
-1
/
+1
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-1
/
+1
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+1
*
Provide a function that ensures MBB numbering is dense and inorder. This
Chris Lattner
2006-10-03
1
-0
/
+8
*
Remove dead methods, add getNumBlockIDs() method
Chris Lattner
2006-09-14
1
-7
/
+2
*
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-17
1
-0
/
+5
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-0
/
+10
*
Add helper methods.
Chris Lattner
2006-04-11
1
-0
/
+2
*
Move MachineDebugInfo to module level location.
Jim Laskey
2006-01-04
1
-9
/
+0
*
Added source file/line correspondence for dwarf (PowerPC only at this point.)
Jim Laskey
2005-12-16
1
-0
/
+10
*
remove an inappropriate comment
Chris Lattner
2005-08-31
1
-2
/
+1
*
allow a virtual register to be associated with live-in values.
Chris Lattner
2005-05-13
1
-7
/
+14
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-13
/
+13
*
add routines to track the livein/out set for a function
Chris Lattner
2005-04-09
1
-0
/
+21
*
dainty
Duraid Madina
2005-03-17
1
-1
/
+2
*
Improve spelling
Chris Lattner
2005-01-30
1
-2
/
+2
*
Adjust to ilist changes.
Chris Lattner
2005-01-29
1
-1
/
+2
*
Add an accessor.
Chris Lattner
2005-01-23
1
-1
/
+2
*
Expose more information from register allocation to passes that run after
Chris Lattner
2005-01-23
1
-0
/
+26
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-1
/
+1
*
Add const version of getLastBlock() member function.
Alkis Evlogimenos
2004-09-30
1
-0
/
+3
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add getLastBlock member. This is useful when growing a densemap keyed
Alkis Evlogimenos
2004-08-27
1
-0
/
+5
*
All targets are now allowed to have their own MachineFunctionInfo objects,
Chris Lattner
2004-08-18
1
-12
/
+24
*
Ultra-doxygenify some function header comments.
Misha Brukman
2004-08-17
1
-0
/
+3
*
Fit into 80 lines, add a gross hack for MachineFunctionInfo
Chris Lattner
2004-08-16
1
-10
/
+14
*
Add viewCFG() and viewCFGOnly() APIs.
Alkis Evlogimenos
2004-07-08
1
-0
/
+66
*
Change the implementation of the autonumbering for MBB's a bit to provide
Chris Lattner
2004-07-01
1
-6
/
+33
*
Clarify documentation and use correct doxygen comment form /// vs. // .
Misha Brukman
2004-06-04
1
-8
/
+11
*
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
1
-4
/
+4
*
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
1
-0
/
+33
*
Add a NextMBBNumber field w/ incrementing accessor method, for
Brian Gaeke
2004-05-12
1
-0
/
+7
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-1
/
+0
*
Rearrange code, indent for the namespace, add the createMachineFunctionPrinte...
Chris Lattner
2003-12-20
1
-4
/
+0
*
Remove sparc specific passes from public headers
Chris Lattner
2003-12-20
1
-2
/
+0
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-13
1
-4
/
+4
*
Move annotation to support library
Chris Lattner
2003-01-14
1
-1
/
+1
*
* Add a constant pool to hold per-function constants which must be spilled to...
Chris Lattner
2003-01-13
1
-4
/
+11
*
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
1
-3
/
+3
*
* Pull a bunch of frame and constant pool state out into a new
Chris Lattner
2002-12-28
1
-106
/
+30
*
Remove dependency on SSARegMap.h
Chris Lattner
2002-12-25
1
-25
/
+20
[next]