summaryrefslogtreecommitdiff
path: root/lib/Analysis/ConstantFolding.cpp
Commit message (Expand)AuthorAge
* 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
* Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi2012-04-27
* Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman2012-04-27
* Fix a crash on valid (if UB) bitcode that is produced for some globalChandler Carruth2012-04-24
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-06
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* Change ConstantArray::get to form a ConstantDataArray when possible,Chris Lattner2012-01-31
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-27
* Revert r149110 and add a testcase that was crashing since that revision.Rafael Espindola2012-01-27
* enhance constant folding to be able to constant fold bitcast of Chris Lattner2012-01-27
* progress making the world safe to ConstantDataVector. WhileChris Lattner2012-01-26
* use Constant::getAggregateElement to simplify a bunch of code.Chris Lattner2012-01-25
* Use the right method to get the # elements in a CDS.Chris Lattner2012-01-25
* Split the interesting bits of ConstantFoldLoadThroughGEPConstantExprChris Lattner2012-01-24
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-12
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* Add support for constant folding the pow intrinsic.Chad Rosier2011-12-03
* Abuse of mass replace isn't warranted even when the build is failing. ThanksChad Rosier2011-12-01
* Fix build by not assuming TLI is guaranteed. Will have to track down cases whereChad Rosier2011-12-01
* Prevent library calls from being folded if -fno-builtin has been specified.Chad Rosier2011-12-01
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-29
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-28
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-24
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-23
* Address Duncan's CR request:Nadav Rotem2011-08-23
* Add constant folding support for bitcasts of splat vectors to integers.Nadav Rotem2011-08-20
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-13
* Revert "revert 133714"Rafael Espindola2011-06-23