Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0915c047c2e8d94eb9c8e726e10e2d1ef63db29c
/
llvm
/
lib
/
CodeGen
/
MachineFunctionAnalysis.cpp
c0196b1
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
ecb2908
Sink codegen optimization level into MCCodeGenInfo along side relocation model
by Evan Cheng
· 14 years ago
2e28697
Clean up a funky pass registration that got passed over when I got rid of static constructors.
by Owen Anderson
· 15 years ago
3dbe6cc
Attach a GCModuleInfo to a MachineFunction.
by Nicolas Geoffray
· 15 years ago
a7aed18
Reapply r110396, with fixes to appease the Linux buildbot gods.
by Owen Anderson
· 15 years ago
bda59bd
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
755aceb
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
4fee6f3
Start function numbering at 0.
by Dan Gohman
· 15 years ago
f226748
Give MachineModuleInfo an actual Module*.
by Chris Lattner
· 15 years ago
9f53dcd
enhance MachineFunction to have a MMI pointer.
by Chris Lattner
· 15 years ago
e468f88
rearrange MCContext ownership. Before LLVMTargetMachine created it
by Chris Lattner
· 16 years ago
6715952
make MachineFunction keep track of its ID and make
by Chris Lattner
· 16 years ago
6f67f89
Constify MachineFunctionAnalysis' TargetMachine reference.
by Dan Gohman
· 16 years ago
0840c82
Fix PR5087, patch by Jakub Staszak!
by Chris Lattner
· 16 years ago
c120612
Give MachineFunctionAnalysis a destructor so it can verify that
by Dan Gohman
· 16 years ago
5ea74d5
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
by Dan Gohman
· 16 years ago
5434756
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
by Daniel Dunbar
· 16 years ago
bcb44ba
Manage MachineFunctions with an analysis Pass instead of the Annotable
by Dan Gohman
· 16 years ago