aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/PointerTracking
Commit message (Expand)AuthorAgeFilesLines
* Update computeArraySize() to use ComputeMultiple() to determine the array siz...Victor Hernandez2009-11-101-9/+1
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-4/+14
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-14/+4
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-4/+14
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-1/+1
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Introduce a pointertracking pass.Torok Edwin2009-07-142-0/+87