summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/IntrinsicInst.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FPEnv] Constrained FCmp intrinsicsUlrich Weigand2019-12-071-0/+24
* Move floating point related entities to namespace levelSerge Pavlov2019-11-201-65/+2
* [FEnv] File with properties of constrained intrinsicsSerge Pavlov2019-11-201-25/+19
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-181-2/+65
* Move floating point related entities to namespace levelSerge Pavlov2019-11-151-65/+2
* [FPEnv] Add constrained intrinsics for lrint and lroundKevin P. Neal2019-10-071-0/+4
* Fix cppcheck "reduce variable scope" warning. NFCI.Simon Pilgrim2019-09-241-2/+1
* [IR] IntrinsicInst - silence static analyzer dyn_cast<> null dereference warn...Simon Pilgrim2019-09-241-2/+2
* [FPEnv] Add fptosi and fptoui constrained intrinsics.Kevin P. Neal2019-08-281-0/+2
* Added unit tests to check supported rounding modesSerge Pavlov2019-08-131-1/+1
* Teach the IRBuilder about fadd and friends.Kevin P. Neal2019-07-081-10/+57
* [IR] Add SaturatingInst and BinaryOpIntrinsic classesNikita Popov2019-05-281-3/+9
* Add constrained fptrunc and fpext intrinsics.Kevin P. Neal2019-05-131-0/+2
* [IR] Add WithOverflowInst classNikita Popov2019-04-161-0/+34
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsicsCameron McInally2018-11-051-0/+4
* [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.Hsiangkai Wang2018-08-061-7/+5
* [DebugInfo] Fix PR37395.Shiva Chen2018-07-031-1/+4
* Re-apply "[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue"Bjorn Pettersson2018-06-151-0/+7
* Revert rL334704: "[DebugInfo] Check size of variable in ConvertDebugDeclareTo...Bjorn Pettersson2018-06-141-7/+0
* [DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValueBjorn Pettersson2018-06-141-0/+7
* Add ‘llvm.experimental.constrained.fma‘ Intrinsic.Wei Ding2017-08-241-5/+15
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Add constrained intrinsics for some libm-equivalent operationsAndrew Kaylor2017-05-251-2/+24
* Add intrinsics for constrained floating point operationsAndrew Kaylor2017-01-261-0/+32
* [Profile] code refactoring: make getStep a method in base classXinliang David Li2016-09-201-0/+10
* [NFC] Remove some dead code:Filipe Cabecinhas2016-05-111-18/+0
* IR: Add DbgInfoIntrinsic::getVariableLocationDuncan P. N. Exon Smith2016-03-291-22/+5
* Handle more edge cases in intrinsic name binary searchReid Kleckner2016-01-261-0/+39
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-7/+15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-2/+2
* Remove spurious emacs major mode marker, these should only go on .h files.Nick Lewycky2014-02-261-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+73
OpenPOWER on IntegriCloud