aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/Analysis.h
AgeCommit message (Expand)Author
2012-04-10Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-13Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad
2010-11-30Enable sibling call optimization of libcalls which are expanded duringEvan Cheng
2010-10-29Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson
2010-10-06ComputeLinearIndex doesn't need its TLI argument.Dan Gohman
2010-04-21Move several SelectionDAG-independent utility functions out of theDan Gohman