summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Dramatically simplify building of natural loops and fix a bug where the BBMapChris Lattner2003-02-221-37/+23
* Fix the requisite bug that I introducedChris Lattner2003-02-201-11/+13
* Fix 80 character formattingChris Lattner2003-02-201-4/+4
* Fix bug: 2003-02-19-LoopInfoNestingBug.llChris Lattner2003-02-201-15/+35
* Add a testcase for broken loopinfoChris Lattner2003-02-201-0/+27
* Make tests rerun if analyze is rebuiltChris Lattner2003-02-201-1/+1
* Fix warnings compiling C filesChris Lattner2003-02-192-4/+4
* Remove support for memsetChris Lattner2003-02-181-1/+2
* Add lots of functionsChris Lattner2003-02-181-1/+14
* 4 new transformations:Chris Lattner2003-02-181-0/+42
* Add new testcasesChris Lattner2003-02-182-0/+24
* Modernize testcaseChris Lattner2003-02-181-9/+6
* Modernize testcasesChris Lattner2003-02-182-10/+10
* test for a variety of new transformations:Chris Lattner2003-02-186-1/+57
* Add a variety of new transformations:Chris Lattner2003-02-181-48/+140
* modernize testcaseChris Lattner2003-02-181-4/+2
* Modernize testcaseChris Lattner2003-02-182-16/+16
* Fix resolution of indirect function calls... whoopsChris Lattner2003-02-141-1/+1
* Changes to runtime frameworkAnand Shukla2003-02-147-85/+190
* Mark function edgesChris Lattner2003-02-141-0/+2
* Fix a bug that cause a crash resolving questionable function callsChris Lattner2003-02-141-2/+4
* - Eliminate provably non-pointer nodes from graphs.Chris Lattner2003-02-141-5/+22
* Fix a misunderstanding of the standard associative containersChris Lattner2003-02-142-14/+4
* Don't put integer pointers (longs) into the scalar map.Chris Lattner2003-02-141-0/+10
* Clarify the Makefile.config settingsChris Lattner2003-02-141-5/+7
* Fix bug: LevelRaise/2003-02-13-CallRaise.llChris Lattner2003-02-141-0/+5
* New testcase distilled from LARNChris Lattner2003-02-141-0/+9
* Hax0r around a deficiency in the Pass infrastructureChris Lattner2003-02-131-2/+5
* Use the new tailclip property new added to graphviz CVS to make call nodesChris Lattner2003-02-131-5/+4
* This speeds up processing LLVM a _lot_, 17% in the case of loading and destro...Chris Lattner2003-02-131-1/+2
* Move node forwarding code from being inlined to being out-of-line.Chris Lattner2003-02-133-16/+24
* Fix profile buildsChris Lattner2003-02-132-8/+10
* Make more compatible with GCC 2.96Chris Lattner2003-02-132-8/+10
* Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner2003-02-132-128/+2
* New testcase, for something we may never really want to support :)Chris Lattner2003-02-121-0/+20
* Add -fomit-frame-pointer when optimizingChris Lattner2003-02-122-4/+4
* Fixed alloca declaration problem on sun.Joel Stanley2003-02-121-8/+19
* Don't output times in "scientific" notationChris Lattner2003-02-122-4/+6
* Add new -no-verify optionChris Lattner2003-02-121-1/+5
* Add a new -no-output option, useful for -aa-eval tests.Chris Lattner2003-02-121-1/+5
* Implement more functionsChris Lattner2003-02-111-1/+6
* Rename optionsChris Lattner2003-02-111-3/+3
* Implement a "union-findy" version of DS-Analysis, which eliminates theChris Lattner2003-02-117-300/+257
* Minor tweaks to printing. Close the file before viewing it in viewGraphChris Lattner2003-02-111-1/+3
* Fix uninitialized member problemChris Lattner2003-02-111-1/+2
* Bugfix for calling dump() after the links vector has been clearedChris Lattner2003-02-101-2/+1
* Modest speedup which seems to help steens quite a bit on large graphsChris Lattner2003-02-101-1/+2
* Move getNode() out of lineChris Lattner2003-02-102-3/+7
* Fix problem breaking GAP, use hasNoReferrers moreChris Lattner2003-02-101-4/+4
* Implement a new method "viewGraph" which can be used to instantly view a grap...Chris Lattner2003-02-101-0/+9
OpenPOWER on IntegriCloud