aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Mem2Reg
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0914-72/+72
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-232-46/+46
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-023-35/+35
* Merging r195504:Manman Ren2013-12-092-0/+4
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-262-3/+3
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Remove duplicate copy of testcase in r188327.Nick Lewycky2013-08-131-26/+0
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-132-70/+52
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-1/+1
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-1/+1
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-1/+1
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-292-7/+10
* Re-implement the analysis of uses in mem2reg to be significantly moreChandler Carruth2013-07-262-26/+70
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-251-1/+1
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-7/+7
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-1/+1
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-282-16/+16
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-272-16/+16
* Remove unused field in DISubprogramDavid Blaikie2013-03-212-3/+3
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-172-2/+4
* Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie2013-03-171-3/+4
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-132-3/+5
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-112-22/+22
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-4/+4
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-031-1/+1
* Update more tests to the new EH scheme.Bill Wendling2011-08-311-0/+3
* Add comments and test for atomic load/store and mem2reg.Eli Friedman2011-08-151-0/+12
* Add test for r133251.Nick Lewycky2011-06-181-0/+26
* Copy location info for current function argument from dbg.declare if respecti...Devang Patel2010-06-042-2/+2
* Add missing space; works for me.Dale Johannesen2010-05-281-1/+1
* Do not drop location info for inlined function args.Devang Patel2010-05-271-0/+52
* Update test to use valid debug info.Devang Patel2010-05-071-24/+37
* When converting dbg.declare to dbg.value, attach promoted store's debug metad...Victor Hernandez2010-01-271-2/+3
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-261-0/+31
* Revert r94260 until findDbgDeclare() is made more efficientVictor Hernandez2010-01-251-31/+0
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-231-0/+31
* fix a bug exposed by moving SRoA earlier which caused a crash building kc++Chris Lattner2009-11-021-3/+20
* Fix PR5023: The instruction form of DominatorTree::dominates did not Chris Lattner2009-09-211-0/+24
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1112-12/+12
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-086-6/+6
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0812-12/+12
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-1/+1
* no need to print outputChris Lattner2008-10-271-1/+1
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Upgrade tests.Tanya Lattner2008-03-198-154/+118
* Upgrade tests.Tanya Lattner2008-03-193-26/+20
* Don't promote volatile loads/stores. This is needed (for example) to handle s...Anton Korobeynikov2007-08-261-0/+47