summaryrefslogtreecommitdiff
path: root/lib/Analysis/ConstantFolding.cpp
Commit message (Expand)AuthorAge
* Remove old fenv.h workaround for a historic clang driver bugAlp Toker2014-06-09
* Fold FEnv.h into the implementationAlp Toker2014-06-09
* Add a Constant version of stripPointerCasts.Rafael Espindola2014-06-04
* Teach the constant folder to look through bitcast constant expressionsChandler Carruth2014-05-15
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Allow constant folding of ceil function whenever feasibleKarthik Bhat2014-03-24
* Allow constant folding of round function whenever feasibleKarthik Bhat2014-03-07
* Allow constant folding of copysignKarthik Bhat2014-03-06
* ConstantFolding: Also fold the vector overloads of our math intrinsics.Benjamin Kramer2014-03-05
* Allow constant folding of fma and fmuladdMatt Arsenault2014-03-05
* Fix duplicate code in ConstantFoldingMatt Arsenault2014-03-05
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-04
* Fix a constant folding address space place I missed.Matt Arsenault2013-09-17
* Move variable under condition where it is usedMatt Arsenault2013-09-12
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-20
* Slightly simplify code with helper functionsMatt Arsenault2013-08-12
* Add some braces, and spaces around operatorsMatt Arsenault2013-08-12
* ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer2013-04-19
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-13
* Constant fold vector bitcasts of halves similarly to how floats and doubles a...Michael Ilseman2013-02-26
* Formatting.Chad Rosier2013-02-20
* Teach the DataLayout aware constant folder to be much more aggressive towardsNick Lewycky2013-02-14
* Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson2013-02-07
* Signficantly generalize our ability to constant fold floating point intrinsic...Owen Anderson2013-02-06
* ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer2013-02-05
* use GEP::accumulateConstantOffset() to replace custom written code to compute...Nuno Lopes2013-02-03
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-24
* ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...Benjamin Kramer2013-01-23
* ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer2013-01-23
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-08
* ConstantFolding.cpp: Whitespace.NAKAMURA Takumi2012-11-05
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-06
* When constant folding GEP expressions, keep the address space information of ...Nadav Rotem2012-07-30
* When folding a load from a global constant, if the load started in the middleDuncan Sands2012-07-25
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-27