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
/
lib
/
CodeGen
/
MachineFunction.cpp
Age
Commit message (
Expand
)
Author
2004-06-02
Inline findOptimalStorageSize into it's caller, both of which are sparc specific
Chris Lattner
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
Start NextMBBNumber out at zero.
Brian Gaeke
2004-03-29
Change how the beginnings and ends of MachineFunctions are printed. Get
Brian Gaeke
2004-03-01
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-02-29
Remove use of an ugly header
Chris Lattner
2004-02-16
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-15
Add back machine code deleter pass until we get a MachineCode pass
Alkis Evlogimenos
2004-02-13
Refactor MachineFunction::print() into MachineBasicBlock::print().
Brian Gaeke
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-01
Fix a bug in a recent checkin
Chris Lattner
2004-01-30
Give clients of MachineFunctionPrinter the ability to specify a banner and
Brian Gaeke
2003-12-20
Add a new target-independent machine code freeing pass
Chris Lattner
2003-12-20
* Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-13
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-07-26
Const correctness fixes
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-04-23
Remove unneccesary &*
Chris Lattner
2003-01-16
Print machine frame objects with the frame offset intrinsic to the machine
Chris Lattner
2003-01-13
Add support for constant pool
Chris Lattner
2002-12-29
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-28
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
* A bunch of functionality and data was removed from MachineFunction and put
Chris Lattner
2002-12-25
Remove dependency on SSARegMap.h by MachineFunction.h
Chris Lattner
2002-12-15
Implement printing of MBB arguments
Chris Lattner
2002-11-20
Initialize the SSARegMap.
Misha Brukman
2002-10-30
Implement structured machine code printing
Chris Lattner
2002-10-29
Make argsize calculation stuff optional, so that Targets without FrameInfo
Chris Lattner
2002-10-29
Rename annotation id
Chris Lattner
2002-10-28
Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.
Misha Brukman
2002-10-28
Eliminate unneccesary use of MachineBasicBlock::get
Chris Lattner
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
MachineFunction now includes MachineBasicBlock so there is no need to
Chris Lattner
2002-10-28
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
Minor cleanups
Chris Lattner
2002-10-28
Move machine code generation/destruction passes out of Sparc.cpp because
Chris Lattner
2002-10-28
Prune #includes
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-11
Don't pad variables in stack slots for performance!
Vikram S. Adve
2002-09-16
Improve and fix error in allocating stack slots: adjust alignment after adding
Vikram S. Adve
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-11
added std:: to endl
Anand Shukla
2002-07-10
Fix print of BB name in dump().
Vikram S. Adve
2002-07-08
Fix printing of BB in dump.
Vikram S. Adve
[prev]
[next]