summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LibCallSemantics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move EH-specific helper functions to a more appropriate placeDavid Majnemer2015-12-021-47/+0
* [WinEH] Recognize CoreCLR personality functionJoseph Tremoulet2015-10-061-0/+1
* [EH] Handle non-Function personalities like unknown personalitiesReid Kleckner2015-08-311-1/+2
* [PM/AA] Delete the LibCallAliasAnalysis and all the associatedChandler Carruth2015-08-151-44/+0
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-3/+2
* [WinEH] Start EH preparation for 32-bit x86, it uses no argumentsReid Kleckner2015-04-291-2/+2
* Stop calling DwarfEHPrepare from WinEHPrepareReid Kleckner2015-03-121-12/+0
* Unify the two EH personality classification routines I wroteReid Kleckner2015-02-141-2/+2
* Don't promote asynch EH invokes of nounwind functions to callsReid Kleckner2015-02-111-1/+24
* Move EH personality type classification to Analysis/LibCallSemantics.hReid Kleckner2015-01-281-0/+16
* remove function names from comments; NFCSanjay Patel2014-10-211-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-031-1/+2
* Remove Value::getNameLenDaniel Dunbar2009-07-261-4/+1
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-231-1/+1
* Add a new interface for describing the behavior of library calls. ThisChris Lattner2008-05-071-0/+65
OpenPOWER on IntegriCloud