summaryrefslogtreecommitdiff
path: root/lib/Analysis/ConstantFolding.cpp
Commit message (Expand)AuthorAge
* 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
* 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