292
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New testcase More... about 22 years ago
Fix problem where subpasses would invalidate all analyses outstanding More... about 22 years ago
Add folding rules for mul X, 0 and mul X, 2 More... about 22 years ago
New test cases for mul folding More... about 22 years ago
Significantly clean up SCCP pass. Now the two classes are merged and in an anonymous namespace where they belong. More... about 22 years ago
Range insertion now returns an iterator More... about 22 years ago
Make the range insert operation return an iterator, even though the STL range insert doesn't More... about 22 years ago
These aren't tools More... about 22 years ago
Remove unused files: This is the old induction varaible cannonicalization pass built on top of interval analysis More... about 22 years ago
Move constant merging pass earlier Include the SCCP pass in gccas More... about 22 years ago
Fix for problem when allocating something like this: malloc(100-i); More... about 22 years ago
Merge Chris's script with the one already checked in More... about 22 years ago
Fix #include broken by iMemory.h not including DerivedTypes.h More... about 22 years ago
Add neccesary #include More... about 22 years ago
changes because iMemory.h no longer #includes DerivedTypes.h This only requires Type.h anyway More... about 22 years ago
Changes so that iMemory.h doesn't include DerivedTypes.h More... about 22 years ago
Change to allow iMemory.h to avoid including DerivedTypes.h More... about 22 years ago
Fix bug: test/Regression/Other/2002-04-29-NameBinding.ll More... about 22 years ago
Remove InstForest from analysis namespace More... about 22 years ago
Eliminate dead global variables More... about 22 years ago
Remove analysis namespace More... about 22 years ago
New test for broken asm parser More... about 22 years ago
Eliminate duplicate or unneccesary #include's More... about 22 years ago
Remove broken assertion. More... about 22 years ago
Add new optional getPassName() virtual function that a Pass can override to make debugging output a lot nicer. More... about 22 years ago
Add a new command line option for PassManager using utilities. Now for llc, gccas, analyze, opt, etc you can specify the -time-passes command line option that outputs a timing summary report that indicates how long each pass takes to execute. More... about 22 years ago
Stub functions for timing support More... about 22 years ago
More cleanups More... about 22 years ago
Code cleanups More... about 22 years ago
Remove dead code More... about 22 years ago