summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LibCallSemantics.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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