index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineFunctionAnalysis.cpp
Age
Commit message (
Expand
)
Author
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-01-04
Clean up a funky pass registration that got passed over when I got rid of sta...
Owen Anderson
2010-10-31
Attach a GCModuleInfo to a MachineFunction.
Nicolas Geoffray
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-04-17
Start function numbering at 0.
Dan Gohman
2010-04-06
Give MachineModuleInfo an actual Module*.
Chris Lattner
2010-04-05
enhance MachineFunction to have a MMI pointer.
Chris Lattner
2010-03-13
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-01-26
make MachineFunction keep track of its ID and make
Chris Lattner
2009-11-09
Constify MachineFunctionAnalysis' TargetMachine reference.
Dan Gohman
2009-10-12
Fix PR5087, patch by Jakub Staszak!
Chris Lattner
2009-08-01
Give MachineFunctionAnalysis a destructor so it can verify that
Dan Gohman
2009-07-31
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
Dan Gohman
2009-07-31
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
Daniel Dunbar
2009-07-31
Manage MachineFunctions with an analysis Pass instead of the Annotable
Dan Gohman