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
/
MachineFunctionAnalysis.h
Age
Commit message (
Expand
)
Author
2013-02-09
Remove unneeded "TargetMachine.h" #includes.
Jakub Staszak
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-01-04
Give MachineFunctionAnalysis a getPassName() implementation to make timing re...
Owen Anderson
2010-04-06
Give MachineModuleInfo an actual Module*.
Chris Lattner
2010-01-26
make MachineFunction keep track of its ID and make
Chris Lattner
2009-11-16
Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.
Dan Gohman
2009-11-16
Remove an unnecessary #include.
Dan Gohman
2009-11-09
Constify MachineFunctionAnalysis' TargetMachine reference.
Dan Gohman
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