Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
34c4485b7479a12b5ef1cb15d27e96277e8a499a
/
lib
/
CodeGen
/
MachineFunctionAnalysis.cpp
fa3306a
Clean up a funky pass registration that got passed over when I got rid of static constructors.
by Owen Anderson
· 15 years ago
7a5a3f7
Attach a GCModuleInfo to a MachineFunction.
by Nicolas Geoffray
· 15 years ago
90c579d
Reapply r110396, with fixes to appease the Linux buildbot gods.
by Owen Anderson
· 15 years ago
1f74590
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
9ccaf53
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
9f23dee
Start function numbering at 0.
by Dan Gohman
· 15 years ago
421ccd9
Give MachineModuleInfo an actual Module*.
by Chris Lattner
· 15 years ago
820e55e
enhance MachineFunction to have a MMI pointer.
by Chris Lattner
· 15 years ago
11d53c1
rearrange MCContext ownership. Before LLVMTargetMachine created it
by Chris Lattner
· 15 years ago
b84822f
make MachineFunction keep track of its ID and make
by Chris Lattner
· 16 years ago
28a4c78
Constify MachineFunctionAnalysis' TargetMachine reference.
by Dan Gohman
· 16 years ago
f5e1613
Fix PR5087, patch by Jakub Staszak!
by Chris Lattner
· 16 years ago
f940833
Give MachineFunctionAnalysis a destructor so it can verify that
by Dan Gohman
· 16 years ago
ad2afc2
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
by Dan Gohman
· 16 years ago
c5b19b2
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
by Daniel Dunbar
· 16 years ago
933c762
Manage MachineFunctions with an analysis Pass instead of the Annotable
by Dan Gohman
· 16 years ago