Fix -Wextra-semi warnings.
[oota-llvm.git] / include / llvm / Analysis / TargetLibraryInfo.h
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-03-17 Michael ZolotukhinTLI: Add addVectorizableFunctionsFromVecLib.
2015-03-17 Michael ZolotukhinTLI: Add interface for querying whether a function...
2015-03-08 Benjamin KramerMake static variables const if possible. Makes them...
2015-03-07 Eric ChristopherTypo.
2015-03-03 Jan Wen VoungMove TargetLibraryInfo data from two files into one...
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-15 Chandler Carruth[PM] Port TargetLibraryInfo to the new pass manager...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Clean up the TLI doxygen comments prior to refacto...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.