major cleanups, much of this file was incorrectly indented.
[oota-llvm.git] / lib / Analysis / InlineCost.cpp
2009-11-01 Duncan SandsAdd a missing closing parenthesis, and tweak to fit...
2009-11-01 Chris Lattneradd a comment about why we don't allow inlining indbr.
2009-11-01 Chris Lattnerpull check for return inst out of loop, never inline...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris LattnerRandom updates to passes for indbr, I need blockaddress...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-13 Dan GohmanCompute a full cost value even when a setjmp call is...
2009-10-13 Dan GohmanSplit code not specific to Function inlining out into...
2009-10-13 Dan GohmanMove the InlineCost code from Transforms/Utils to Analysis.