summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/IPConstantPropagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [IPCP] Bail on extractvalue's with more than 1 index.Craig Topper2019-10-311-1/+1
* [IPCP] Don't crash due to arg count/type mismatch between caller/calleeBjorn Pettersson2019-01-291-0/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Enable IPConstantPropagation to work with abstract call sitesJohannes Doerfert2019-01-191-12/+23
* Remove trailing spaceFangrui Song2018-07-301-8/+8
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [IPCP] Don't propagate return value for naked functions.Davide Italiano2017-02-041-1/+7
* Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer2016-06-261-8/+8
* [IPO/IPCP] Convert to use static functions. NFC.Davide Italiano2016-05-031-35/+32
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+3
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-3/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+3
* Don't IPO over functions that can be de-refinedSanjoy Das2016-04-081-3/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-4/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-12/+11
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-1/+1
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-281-1/+1
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Remove some support for ReturnInsts with multiple operands, and forJay Foad2011-04-041-1/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-281-2/+2
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* cache result of operator*Gabor Greif2010-07-121-3/+4
* Remove unused LLVMContext.Nick Lewycky2009-11-231-5/+2
* teach ipsccp and ipconstprop that a blockaddress doesn't 'take the address' o...Chris Lattner2009-11-011-0/+3
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Constant propagating byval pointer is safe if function is readonly.Torok Edwin2009-09-241-2/+2
* Don't constant propagate byval pointers, since they are not really pointers, butTorok Edwin2009-09-241-1/+2
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-3/+3
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-5/+5
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-061-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-061-3/+4
* Use cast<> instead of dyn_cast<> for things that are known to beJay Foad2009-06-061-5/+1
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-221-3/+4
* Add the private linkage.Rafael Espindola2009-01-151-1/+1
OpenPOWER on IntegriCloud