index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineFunction.h
Age
Commit message (
Expand
)
Author
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
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2003-12-20
Rearrange code, indent for the namespace, add the createMachineFunctionPrinte...
Chris Lattner
2003-12-20
Remove sparc specific passes from public headers
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-08-13
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-01-14
Move annotation to support library
Chris Lattner
2003-01-13
* Add a constant pool to hold per-function constants which must be spilled to...
Chris Lattner
2002-12-28
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
* Pull a bunch of frame and constant pool state out into a new
Chris Lattner
2002-12-25
Remove dependency on SSARegMap.h
Chris Lattner
2002-11-22
Set SSARegMap to NULL after deleting it.
Misha Brukman
2002-11-20
SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which
Misha Brukman
2002-10-30
Improve comments, add methods for structured printing
Chris Lattner
2002-10-29
Add method
Chris Lattner
2002-10-29
Remove unneeded #include
Chris Lattner
2002-10-28
Iterator functions now line up together.
Misha Brukman
2002-10-28
s/method/function
Chris Lattner
2002-10-28
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
Add BasicBlock list to MchineFunction that will eventually be the only
Chris Lattner
2002-10-28
MachineFunction.h now includes MachineBasicBlock.h in preparation for
Chris Lattner
2002-10-28
Add note about state that should be removed when time permits
Chris Lattner
2002-10-28
Add prototypes for creation/destruction passes
Chris Lattner
[next]