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
/
MachineFunctionPass.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
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-06-05
Make MachineFunctionPass::createPrinterPass private, as no subclasses
Dan Gohman
2010-04-02
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-01
Revert r100143.
Eric Christopher
2010-04-01
Add some switches helpful for debugging:
David Greene
2009-08-19
Remove an unnecessary include. Now we won't have circular include
David Greene
2009-08-11
Add a comment about the additional meaning of setPreservesCFG() for
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
2009-04-13
Add a new "available_externally" linkage type. This is intended
Chris Lattner
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-07-05
Make MachineFunctionPass::runOnFunction non-virtual. Subclasses override
Dan Gohman
2007-07-02
Add explicit keywords.
Dan Gohman
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2006-07-14
Add an out-of-line virtual function to home class.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
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
2002-12-28
Initial check in of MachineFunctionPass.h
Chris Lattner