summaryrefslogtreecommitdiffstats
path: root/llvm/utils/findoptdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ScalarReplAggregates passDavid Majnemer2016-06-151-1/+1
| | | | | | | | | | Nearly all the changes to this pass have been done while maintaining and updating other parts of LLVM. LLVM has had another pass, SROA, which has superseded ScalarReplAggregates for quite some time. Differential Revision: http://reviews.llvm.org/D21316 llvm-svn: 272737
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-291-3/+3
| | | | | | is not everything, but the remaining cases are less trivial. llvm-svn: 115080
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-1/+1
| | | | | | | Update all analysis passes and transforms to treat free calls just like FreeInst. Remove RaiseAllocations and all its tests since FreeInst no longer needs to be raised. llvm-svn: 84987
* The -funcresolve and -raise options no longer exist.Duncan Sands2007-03-221-1/+1
| | | | llvm-svn: 35272
* Remove some clutter and make it keep going instead of stopping at theReid Spencer2006-12-181-21/+23
| | | | | | first difference. llvm-svn: 32645
* Provide a script that can track down which optimization pass causesReid Spencer2006-12-111-0/+99
different code to be produced between two llvm builds that differe slightly. This is useful in tracking down mis-optimization bugs. llvm-svn: 32435
OpenPOWER on IntegriCloud