summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Expose API to graph library to allow iteration over all nodes, even unreachab...Chris Lattner2002-10-101-1/+10
* Change referenceChris Lattner2002-10-102-2/+2
* * Don't only print out reachable nodes in the graph.Chris Lattner2002-10-102-14/+14
* Add new getGraphProperties that may be specialized by graphsChris Lattner2002-10-102-0/+16
* Rename DataStructureGraph.h to DSGraphTraits.hChris Lattner2002-10-103-81/+8
* Stop using DataStructureGraph.hChris Lattner2002-10-101-4/+1
* Switch over to the right sparc c frontendChris Lattner2002-10-101-1/+1
* - Dramatically simplify the ConstantMerge code now thatChris Lattner2002-10-091-102/+3
* - Make Value::replaceAllUsesWith work with constants correctly. This fixesChris Lattner2002-10-091-16/+18
* - Add new Constant::replaceUsesOfWithOnConstant which has an end resultChris Lattner2002-10-093-2/+133
* Make isExtern() be a virtual function inherited from GlobalValueChris Lattner2002-10-093-5/+10
* Table with current status of tests in the /test/Programs/ directoryNick Hildenbrandt2002-10-091-0/+72
* Almost a complete rewrite of FunctionResolution to now resolve functionsChris Lattner2002-10-091-122/+213
* Add check to see if opt abortsChris Lattner2002-10-091-0/+5
* New testcaseChris Lattner2002-10-091-0/+23
* Avoid having testcases spit out bytecode on errorChris Lattner2002-10-092-2/+2
* Cleanup testcase a lot to test JUST funcresolve of globalsChris Lattner2002-10-091-12/+9
* - Detemplatize UseTy<> in Value.h, because it's only instantiated for oneChris Lattner2002-10-091-26/+21
* Added a major mode for Emacs to edit LLVM assembler code with syntaxMisha Brukman2002-10-091-0/+130
* Minor, non-functionality changing, formatting fixChris Lattner2002-10-091-6/+6
* - Remove Value::use_removeChris Lattner2002-10-091-7/+0
* - Remove Value::use_push_back & Value::use_removeChris Lattner2002-10-091-3/+2
* - Rename MTy to FTy (no methods exist anymore)Chris Lattner2002-10-091-9/+13
* New testcase for infinite loop that the raise pass is getting intoChris Lattner2002-10-091-0/+10
* Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever toChris Lattner2002-10-081-6/+12
* Fix bug: Assembler/2002-10-08-LargeArrayPerformance.ll by usingChris Lattner2002-10-081-2/+4
* New testcase that the assembler is unacceptably slow onChris Lattner2002-10-081-0/+12
* - Fix bug: LevelRaise/2002-10-08-VarArgCall.llChris Lattner2002-10-081-1/+39
* New testcase for bug that messes up the CWriterChris Lattner2002-10-081-0/+12
* - Fix bug: cee/2002-10-07-NoImmediateDominator.llChris Lattner2002-10-082-2/+4
* Changes to support PHINode::removeIncoming changesChris Lattner2002-10-082-9/+8
* Changes to support PHINode::removeIncoming changesChris Lattner2002-10-081-9/+2
* - Change PHINode::removeIncomingValue to delete the phi node if the lastChris Lattner2002-10-081-1/+10
* - Checkin LARGE number of Changes to CEE pass that will make it much moreChris Lattner2002-10-081-53/+394
* By default PHINode::removeIncomingValue will delete the phi node if the lastChris Lattner2002-10-081-1/+8
* Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges passChris Lattner2002-10-083-18/+36
* Expose new "recalculate" method from dominatorsetChris Lattner2002-10-082-4/+13
* Cleanup testcaseChris Lattner2002-10-081-3/+2
* Make test more interesting by adding dummy phi nodeChris Lattner2002-10-081-1/+2
* It is illegal for PHI nodes to have zero values, delete the code to handle themChris Lattner2002-10-081-2/+0
* Fold ashr -1, X into -1Chris Lattner2002-10-081-0/+6
* Add new testcase for arithmetic shr of -1Chris Lattner2002-10-081-0/+5
* This test was mistakenly matching 'predecessors' that the new asmwriterChris Lattner2002-10-081-1/+1
* LLVM syntax highlighting for VIM.Nick Hildenbrandt2002-10-071-0/+59
* Don't rotate paper.Chris Lattner2002-10-072-4/+2
* New testcaseChris Lattner2002-10-071-0/+17
* Fix testcase to run correctly, add descriptionChris Lattner2002-10-071-1/+4
* Finally I'm able to distill a testcase for a problem I'm seeing!Chris Lattner2002-10-071-0/+24
* - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner2002-10-072-0/+176
* - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner2002-10-074-0/+376