summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/TargetLibraryInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-3/+1
* TLI: Add addVectorizableFunctionsFromVecLib.Michael Zolotukhin2015-03-171-0/+34
* TLI: Add interface for querying whether a function is vectorizable.Michael Zolotukhin2015-03-171-0/+70
* Make static variables const if possible. Makes them go into a read-only section.Benjamin Kramer2015-03-081-7/+6
* Move TargetLibraryInfo data from two files into one common .def file.Jan Wen Voung2015-03-031-330/+2
* TLI: Factor out sanitizeFunctionName. NFC.Michael Zolotukhin2015-03-021-6/+14
* TLI: Use lambda. NFC.Michael Zolotukhin2015-03-021-20/+4
* [PM] Rework how the TargetLibraryInfo pass integrates with the new passChandler Carruth2015-01-241-15/+40
* [PM] Port TargetLibraryInfo to the new pass manager, provided by theChandler Carruth2015-01-151-1/+22
* [PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth2015-01-151-17/+27
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-0/+754
OpenPOWER on IntegriCloud