aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-095-22/+91
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-232-0/+21
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-0/+22
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+34
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-201-3/+17
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-4/+4
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-147-70/+70
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-131-1/+1
* Remove this testcase until I can figure out how to properly conditionalize it.Owen Anderson2013-02-071-43/+0
* Another attempt at getting the XFAIL line right for this test.Owen Anderson2013-02-071-1/+1
* Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson2013-02-071-0/+1
* Signficantly generalize our ability to constant fold floating point intrinsic...Owen Anderson2013-02-061-0/+42
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-241-1/+1
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-081-32/+100
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-022-2/+2
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-026-7/+7
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-271-0/+11
* Revert r149110 and add a testcase that was crashing since that revision.Rafael Espindola2012-01-271-11/+0
* enhance constant folding to be able to constant fold bitcast of Chris Lattner2012-01-271-0/+11
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-121-2/+2
* Add support for constant folding the pow intrinsic.Chad Rosier2011-12-031-0/+9
* Prevent library calls from being folded if -fno-builtin has been specified.Chad Rosier2011-12-011-0/+79
* Correctly byte-swap APInts with bit-widths greater than 64.Richard Smith2011-11-231-1/+17
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-093-37/+34
* implement PR9315, constant folding exp2 in terms of pow (since hosts withoutChris Lattner2011-05-221-1/+6
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-154-4/+4
* Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel2011-03-271-8/+33
* When loading from a constant, fold inttoptr if the integer type and the resul...Anders Carlsson2011-02-061-0/+17
* Add the select optimization recently added to instcombine to constant folding.Nick Lewycky2011-01-291-0/+9
* Add a constant folding of casts from zero to zero. Fixes PR9011!Nick Lewycky2011-01-211-0/+35
* Teach constant folding to perform conversions from constant floatingChandler Carruth2011-01-111-0/+33
* FileCheck-ize a test, and move a no-longer calling test case to anotherChandler Carruth2011-01-112-19/+21
* test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize.NAKAMURA Takumi2010-12-291-2/+2
* Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.Frits van Bommel2010-11-292-0/+136
* rename test.Chris Lattner2010-11-141-0/+0
* filecheckize, remove an old and useless testChris Lattner2010-11-142-4/+4
* this test is pretty pointless and "propogation" isn't a word (or so Misha cla...Chris Lattner2010-11-141-19/+0
* fix a bug I introduced, no idea how this didn't repro right.Chris Lattner2010-10-141-2/+1
* hack to unbreak buildbotsChris Lattner2010-10-141-1/+2
* add uadd_ov/usub_ov to apint, consolidate constant foldingChris Lattner2010-10-141-0/+11
* remove some noise from tests.Chris Lattner2010-09-021-2/+2
* fix PR6197 - infinite recursion in ipsccp due to block addressesChris Lattner2010-02-011-0/+12
* Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky2010-01-211-1/+8
* fix PR5978 by peeling the loop so that we avoid shifting theChris Lattner2010-01-081-0/+10
* Fix PR5551 by not ignoring the top level constantexpr whenChris Lattner2009-12-041-0/+9
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-10-261-2/+5
* fix PR5287, a serious regression from my previous patches. Thanks toChris Lattner2009-10-241-24/+38
* teach libanalysis to simplify vector loads with bitcast sources. ThisChris Lattner2009-10-231-0/+10