aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ScalarRepl
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-184-5/+5
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0953-315/+321
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-24/+24
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-14/+14
* Update to LLVM 3.5a.Stephen Hines2014-04-242-9/+7
* Merging r195504:Manman Ren2013-12-091-0/+2
* Teach scalarrepl about address spacesMatt Arsenault2013-10-301-5/+38
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-2/+2
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-291-7/+8
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-251-2/+2
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-143-3/+3
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-1410-36/+36
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-132-2/+2
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-251-0/+24
* Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang2013-04-051-167/+0
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-6/+6
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-6/+6
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-1/+1
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-2/+3
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-131-1/+1
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-1/+1
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-1/+1
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-111-10/+10
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-1/+4
* s/grep/FileCheck/ in some testsEli Bendersky2013-02-131-2/+3
* FileCheck-ify some grep testsReid Kleckner2013-01-251-3/+2
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-012-2/+2
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-2/+2
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-211-146/+0
* Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...Pete Cooper2012-08-101-0/+22
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0214-18/+18
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-171-33/+62
* Fix crash from r158529 on Bullet.Pete Cooper2012-06-161-0/+55
* Allow SROA to split up an array of vectors into multiple vectors, even when t...Pete Cooper2012-06-151-0/+83
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-141-7/+18
* Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...Pete Cooper2012-06-141-18/+7
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-141-7/+18
* Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper2012-06-131-4/+7
* Allow SROA to look at a vector type and see if the offset is out of range to ...Pete Cooper2012-06-131-7/+4
* Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne2012-05-191-0/+36
* line endingsMatt Beaumont-Gay2012-03-151-20/+20
* Fixed a transform crash when setting a negative size value for memset. Fixes...Aaron Ballman2012-03-151-0/+20
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly theDan Gohman2012-02-031-0/+77
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-2/+2
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-272-291/+0
* Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...Eli Friedman2011-11-121-0/+26