summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Non-functionality change just to make it more clear what is going onChris Lattner2002-10-07
* Global variables are now external if they don't have initializers, notChris Lattner2002-10-06
* Check that we don't have external varaibles with internal linkageChris Lattner2002-10-06
* The parser now accepts "external" global variables, in addition to the backwardsChris Lattner2002-10-06
* PHI nodes are not allowed to exist with zero incoming values, check thatChris Lattner2002-10-06
* Bug fix: In preventing static global variables from being printed twice,Vikram S. Adve2002-10-05
* Added #include<unistd.h> to compile with solaris gcc3.2Anand Shukla2002-10-04
* added cast to unsigned to compile with gcc3.2 (sparc)Anand Shukla2002-10-04
* Handle post dominance correctly in the case where blocks do not have a path toChris Lattner2002-10-04
* Fix a nasty problem with dominance calculation for unreachable blocks.Chris Lattner2002-10-04
* Prune function nodes that are no longer referenced due to inliningChris Lattner2002-10-03
* sgefa uses truely huge data structures nodes. Only print part of them if theyChris Lattner2002-10-03
* Handle bug exposed by power benchmarkChris Lattner2002-10-03
* Add parens around constant calls to getelemptr to properly associate the refe...Nick Hildenbrandt2002-10-03
* Reimplement/port the Bottom Up Closure passChris Lattner2002-10-03
* DataStructure.h doesn't include DSGraph.hChris Lattner2002-10-02
* I was wrong on the removing of those references on the last commit.Nick Hildenbrandt2002-10-02
* * Implement the getc() functionChris Lattner2002-10-02
* Cleanup #includes, expose moduleChris Lattner2002-10-02
* Expose TD to ExternalFunctions.cppChris Lattner2002-10-02
* - Print the predecessors of a basic block instead of the number of uses ofChris Lattner2002-10-02
* Fix bug: 2002-10-02-SignExtensionProblem.llChris Lattner2002-10-02
* Removed unneeded reference and dereferences.Nick Hildenbrandt2002-10-02
* Cleaned up my last check-in.Nick Hildenbrandt2002-10-02
* No longer include malloc.h. If protoypes are needed for memory functions the...Nick Hildenbrandt2002-10-02
* * Implement fully general merging of array subscripts on demand! ThisChris Lattner2002-10-02
* When printing DS nodes, print the mergemap index as well to allow easierChris Lattner2002-10-02
* * Significant rework of DSNode to support arbitrary aliasing due to mergingChris Lattner2002-10-02
* Changes to work with Statistics reworkChris Lattner2002-10-01
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Build subdirs in parallelChris Lattner2002-10-01
* - Rework Statistics:Chris Lattner2002-10-01
* Initial checkin of Steensgaards context insensitive flow insensitiveChris Lattner2002-10-01
* Checkin some major reworks of data structure analysis. This is not done,Chris Lattner2002-10-01
* Make sure to use the TimerGroup that we created!Chris Lattner2002-10-01
* Make sure not to count the PassManager wrapersChris Lattner2002-10-01
* Factor timer code out of PassManager implementation, into a generic interfaceChris Lattner2002-10-01
* Checkin generic interval timer supportChris Lattner2002-10-01
* Fixed to properly escape quotes in strings.Nick Hildenbrandt2002-09-30
* Minor tweakChris Lattner2002-09-29
* Bug fix in folding getElementPtr instructions: don't fold one intoVikram S. Adve2002-09-29
* Fix a problem that was caused by stale analyses being in CurrentAnalysesChris Lattner2002-09-29
* Fix bug in LICM that caused the previous big win. :(Chris Lattner2002-09-29
* Hoist the contents of Loops in depth first order in the dominator tree,Chris Lattner2002-09-29
* Fix printing of loop informationChris Lattner2002-09-29
* Improve printing of dominator setsChris Lattner2002-09-29
* Fix major bugs in dominator set & tree information updatingChris Lattner2002-09-29
* Convert DIRS to PARALLEL_DIRS. They can be built independently.Vikram S. Adve2002-09-29
* Added a couple of helper methods for live range construction.Vikram S. Adve2002-09-28