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
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
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-07-24
Non-standard hash classes are not in the std:: namespace
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-04-25
Optional args are no longer allocated as they are discovered.
Vikram S. Adve
2002-03-31
Include temp. values when computing max. size of stack frame!
Vikram S. Adve
2002-03-24
Fix padding when allocating local variables on stack.
Vikram S. Adve
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-18
Added function computeOffsetforLocalVar to check how big the
Vikram S. Adve
2002-02-03
Code pulled out of MAchineInstr.(h|cpp)
Chris Lattner