aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-upgrade/UpgradeParser.cpp.cvs
Commit message (Expand)AuthorAgeFilesLines
* Keep lists of values so they can be examined.Reid Spencer2006-12-021-200/+239
* Add support for global types and type resolution. Fix several minorReid Spencer2006-12-021-234/+306
* Handle upgrade of fp -> ptr cast with fp -> int -> ptrReid Spencer2006-12-011-185/+219
* Don't convert {} into []!Reid Spencer2006-12-011-2/+2
* Allow the new cast instructions.Reid Spencer2006-12-011-865/+948
* Upgrade shr to ashr and lshrReid Spencer2006-12-011-834/+849
* Don't treat numeric (untyped) constants as a ConstInfo, just pass theReid Spencer2006-12-011-640/+595
* First version of llvm-upgrade that can correctly upgrade all ofReid Spencer2006-12-011-560/+565
* valgrind clean version of llvm-upgradeReid Spencer2006-12-011-178/+166
* First version of llvm-upgrade that can correctly upgrade a large testReid Spencer2006-12-011-1343/+1521
* Allow llvm-upgrade to read from stdin. Configure the lexer for readingReid Spencer2006-11-301-185/+180
* Initial, non-functional, version of llvm-upgrade. This version just echosReid Spencer2006-11-301-0/+3489