Add function for testing string attributes to InvokeInst and CallSite. NFC.
[oota-llvm.git] / include / llvm / IR / PassManagerInternal.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-27 Chandler CarruthRevert r238305: [PM] Use a simpler technique to drop...
2015-05-27 Chandler Carruth[PM] Use a simpler technique to drop optional analysis...
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...