oota-llvm.git
2002-10-09 Chris LattnerAdd check to see if opt aborts
2002-10-09 Chris LattnerNew testcase
2002-10-09 Chris LattnerAvoid having testcases spit out bytecode on error
2002-10-09 Chris LattnerCleanup testcase a lot to test JUST funcresolve of...
2002-10-09 Chris Lattner - Detemplatize UseTy<> in Value.h, because it's only...
2002-10-09 Misha BrukmanAdded a major mode for Emacs to edit LLVM assembler...
2002-10-09 Chris LattnerMinor, non-functionality changing, formatting fix
2002-10-09 Chris Lattner - Remove Value::use_remove
2002-10-09 Chris Lattner - Remove Value::use_push_back & Value::use_remove
2002-10-09 Chris Lattner - Rename MTy to FTy (no methods exist anymore)
2002-10-09 Chris LattnerNew testcase for infinite loop that the raise pass...
2002-10-08 Chris LattnerFix NASTY N^2 behavior that was causing the gzip benchm...
2002-10-08 Chris LattnerFix bug: Assembler/2002-10-08-LargeArrayPerformance...
2002-10-08 Chris LattnerNew testcase that the assembler is unacceptably slow on
2002-10-08 Chris Lattner - Fix bug: LevelRaise/2002-10-08-VarArgCall.ll
2002-10-08 Chris LattnerNew testcase for bug that messes up the CWriter
2002-10-08 Chris Lattner - Fix bug: cee/2002-10-07-NoImmediateDominator.ll
2002-10-08 Chris LattnerChanges to support PHINode::removeIncoming changes
2002-10-08 Chris LattnerChanges to support PHINode::removeIncoming changes
2002-10-08 Chris Lattner - Change PHINode::removeIncomingValue to delete the...
2002-10-08 Chris Lattner - Checkin LARGE number of Changes to CEE pass that...
2002-10-08 Chris LattnerBy default PHINode::removeIncomingValue will delete...
2002-10-08 Chris LattnerExpose isCriticalEdge & SplitCriticalEdge methods from...
2002-10-08 Chris LattnerExpose new "recalculate" method from dominatorset
2002-10-08 Chris LattnerCleanup testcase
2002-10-08 Chris LattnerMake test more interesting by adding dummy phi node
2002-10-08 Chris LattnerIt is illegal for PHI nodes to have zero values, delete...
2002-10-08 Chris LattnerFold ashr -1, X into -1
2002-10-08 Chris LattnerAdd new testcase for arithmetic shr of -1
2002-10-08 Chris LattnerThis test was mistakenly matching 'predecessors' that...
2002-10-07 Nick HildenbrandtLLVM syntax highlighting for VIM.
2002-10-07 Chris LattnerDon't rotate paper.
2002-10-07 Chris LattnerNew testcase
2002-10-07 Chris LattnerFix testcase to run correctly, add description
2002-10-07 Chris LattnerFinally I'm able to distill a testcase for a problem...
2002-10-07 Chris Lattner - Implement a new -print-cfg option for analyze,...
2002-10-07 Chris Lattner - Allow printing generic LLVM graphs to 'dot' files...
2002-10-07 Chris LattnerNon-functionality change just to make it more clear...
2002-10-07 Chris LattnerAvoid making external global variables internal
2002-10-07 Chris LattnerFix bug in last checkin
2002-10-07 Chris LattnerUpdate testcase to be legal llvm
2002-10-07 Chris LattnerRemove really old testcase
2002-10-07 Chris LattnerImplement operator= for SuccIterators
2002-10-06 Chris LattnerCheckin new "feature" test for cee
2002-10-06 Chris LattnerNEw "feature" test that cee should eventually handle
2002-10-06 Chris LattnerGlobal variables are now external if they don't have...
2002-10-06 Chris LattnerCheck that we don't have external varaibles with intern...
2002-10-06 Chris LattnerThe parser now accepts "external" global variables...
2002-10-06 Chris Lattner - Cleaned up all of the test/Feature tests to not...
2002-10-06 Chris LattnerRemove old crusty test
2002-10-06 Chris LattnerTest "external" modifier on global variable
2002-10-06 Chris Lattner - Add new isExternal() method to GlobalVariable to...
2002-10-06 Chris Lattner - The extract tool now is sure to extract the functio...
2002-10-06 Chris LattnerPHI nodes are not allowed to exist with zero incoming...
2002-10-05 Vikram S. AdveBug fix: In preventing static global variables from...
2002-10-04 Anand ShuklaAdded #include<unistd.h> to compile with solaris gcc3.2
2002-10-04 Anand Shuklaadded cast to unsigned to compile with gcc3.2 (sparc)
2002-10-04 Chris LattnerNew testcase for bug never checked into CVS, but that...
2002-10-04 Chris LattnerHandle post dominance correctly in the case where block...
2002-10-04 Chris LattnerFix a nasty problem with dominance calculation for...
2002-10-03 Chris LattnerPrune function nodes that are no longer referenced...
2002-10-03 Chris Lattnersgefa uses truely huge data structures nodes. Only...
2002-10-03 Chris LattnerThe wall clock timer (implementing using the RTC or...
2002-10-03 Chris LattnerHandle bug exposed by power benchmark
2002-10-03 Nick HildenbrandtAdd parens around constant calls to getelemptr to prope...
2002-10-03 Chris LattnerReimplement/port the Bottom Up Closure pass
2002-10-03 Chris LattnerNew testcase
2002-10-02 Chris LattnerDataStructure.h doesn't include DSGraph.h
2002-10-02 Chris LattnerRemove commented out stuff
2002-10-02 Chris LattnerMove GlobalDSGraph class defn to the end of the file
2002-10-02 Chris LattnerThis file doesn't need Pass.h
2002-10-02 Nick HildenbrandtI was wrong on the removing of those references on...
2002-10-02 Chris Lattner* Implement the getc() function
2002-10-02 Chris LattnerCleanup #includes, expose module
2002-10-02 Chris LattnerExpose TD to ExternalFunctions.cpp
2002-10-02 Chris Lattner - Print the predecessors of a basic block instead...
2002-10-02 Chris LattnerFix bug: 2002-10-02-SignExtensionProblem.ll
2002-10-02 Nick HildenbrandtRemoved unneeded reference and dereferences.
2002-10-02 Chris LattnerNew testcase for a problem discovered in the SPECINT...
2002-10-02 Nick HildenbrandtCleaned up my last check-in.
2002-10-02 Nick HildenbrandtNo longer include malloc.h. If protoypes are needed...
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-02 Chris LattnerWhen printing DS nodes, print the mergemap index as...
2002-10-02 Chris LattnerCheckin the "meat" of the Data structure graph itself...
2002-10-02 Chris Lattner* Significant rework of DSNode to support arbitrary...
2002-10-01 Chris Lattner - Remove the User::eraseOperand method which is never...
2002-10-01 Chris LattnerDo some cleanups to the Type and Constant section to...
2002-10-01 Chris LattnerTemporary change to make datastructure stuff link in...
2002-10-01 Chris LattnerChanges to work with Statistics rework
2002-10-01 Chris LattnerUpdate manual to reflect recent changes in the Statisti...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-10-01 Chris LattnerBuild subdirs in parallel
2002-10-01 Chris Lattner - Rework Statistics:
2002-10-01 Chris LattnerCheck in DataStructure rewrite so far.
2002-10-01 Chris LattnerInitial checkin of Steensgaards context insensitive...
2002-10-01 Chris LattnerCheckin some major reworks of data structure analysis...
2002-10-01 Chris LattnerMake sure to use the TimerGroup that we created!
2002-10-01 Chris LattnerMake sure not to count the PassManager wrapers
next