Narrow down the type of CallInst::getFunctionType to a FunctionType
[oota-llvm.git] / include / llvm / IR / PassManagerInternal.h
2015-03-07 Chandler Carruth[Modules] Include the header needed for make_unique...
2015-01-13 Chandler Carruth[PM] Remove the 'AnalysisManagerT' type parameter from...
2015-01-12 Chandler Carruth[PM] Sink the reference vs. value decision for IR units...
2015-01-05 Chandler Carruth[PM] Add names and debug logging for analysis passes...
2015-01-02 Chandler Carruth[PM] Lift the majority of the template boilerplate...