summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Non-functionality change just to make it more clear what is going onChris Lattner2002-10-071-1/+1
* Avoid making external global variables internalChris Lattner2002-10-072-2/+4
* Fix bug in last checkinChris Lattner2002-10-071-0/+1
* Update testcase to be legal llvmChris Lattner2002-10-071-5/+3
* Remove really old testcaseChris Lattner2002-10-071-39/+0
* Implement operator= for SuccIteratorsChris Lattner2002-10-071-0/+5
* Checkin new "feature" test for ceeChris Lattner2002-10-061-0/+48
* NEw "feature" test that cee should eventually handleChris Lattner2002-10-061-0/+44
* Global variables are now external if they don't have initializers, notChris Lattner2002-10-061-1/+1
* Check that we don't have external varaibles with internal linkageChris Lattner2002-10-061-1/+5