summaryrefslogtreecommitdiff
path: root/test/Transforms/Mem2Reg
Commit message (Expand)AuthorAge
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Remove duplicate copy of testcase in r188327.Nick Lewycky2013-08-13
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-13
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* Re-implement the analysis of uses in mem2reg to be significantly moreChandler Carruth2013-07-26
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-25
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie2013-03-17
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-13
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-11
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* Add comments and test for atomic load/store and mem2reg.Eli Friedman2011-08-15
* Add test for r133251.Nick Lewycky2011-06-18
* Copy location info for current function argument from dbg.declare if respecti...Devang Patel2010-06-04
* Add missing space; works for me.Dale Johannesen2010-05-28
* Do not drop location info for inlined function args.Devang Patel2010-05-27
* Update test to use valid debug info.Devang Patel2010-05-07
* When converting dbg.declare to dbg.value, attach promoted store's debug metad...Victor Hernandez2010-01-27
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-26
* Revert r94260 until findDbgDeclare() is made more efficientVictor Hernandez2010-01-25
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-23
* fix a bug exposed by moving SRoA earlier which caused a crash building kc++Chris Lattner2009-11-02
* Fix PR5023: The instruction form of DominatorTree::dominates did not Chris Lattner2009-09-21
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* no need to print outputChris Lattner2008-10-27
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Upgrade tests.Tanya Lattner2008-03-19
* Upgrade tests.Tanya Lattner2008-03-19
* Don't promote volatile loads/stores. This is needed (for example) to handle s...Anton Korobeynikov2007-08-26
* Convert .cvsignore filesJohn Criswell2007-06-29
* Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarreplChris Lattner2007-05-05
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15