[WinEH] Run cleanup handlers when an exception is thrown
[oota-llvm.git] / lib / Analysis / TargetLibraryInfo.cpp
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
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-03 Jan Wen VoungMove TargetLibraryInfo data from two files into one...
2015-03-02 Michael ZolotukhinTLI: Factor out sanitizeFunctionName. NFC.
2015-03-02 Michael ZolotukhinTLI: Use lambda. NFC.
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] Move TargetLibraryInfo into the Analysis library.