oota-llvm.git
2002-10-13 Vikram S. AdveEliminate duplicate target pointer in SparcRegInfo.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer. Also add a few...
2002-10-13 Vikram S. AdveMake sure to handle small negative values hiding as...
2002-10-13 Vikram S. AdveMajor fix: extract ConstantExpr nodes and decompose...
2002-10-12 Vikram S. AdveAdded inline constant expressions, including uses in...
2002-10-12 Chris LattnerNew testcase that causes invalid llvm to be emitted...
2002-10-12 Chris Lattner* Fix extract to work with constant pointer refs correctly
2002-10-12 Anand ShuklaChanged to external global var
2002-10-11 Nick Hildenbrandt*** empty log message ***
2002-10-11 Nick HildenbrandtInstead of adding stdlib we just prototype malloc corre...
2002-10-11 Nick HildenbrandtSun requires you to include stdlib to use malloc
2002-10-11 Vikram S. AdveMajor bug fix: spill code for an instruction in a delay...
2002-10-11 Vikram S. AdveDon't pad variables in stack slots for performance!
2002-10-11 Vikram S. AdveUse PARALLEL_DIRS.
2002-10-11 Misha BrukmanAdded capability to get execution count of a loop if...
2002-10-11 Misha BrukmanAdded helper functions in LoopInfo: isLoopExit and...
2002-10-10 Chris LattnerExpose API to graph library to allow iteration over...
2002-10-10 Chris LattnerChange reference
2002-10-10 Chris Lattner* Don't only print out reachable nodes in the graph.
2002-10-10 Chris LattnerAdd new getGraphProperties that may be specialized...
2002-10-10 Chris LattnerRename DataStructureGraph.h to DSGraphTraits.h
2002-10-10 Chris LattnerStop using DataStructureGraph.h
2002-10-10 Chris LattnerSwitch over to the right sparc c frontend
2002-10-09 Chris Lattner - Dramatically simplify the ConstantMerge code now...
2002-10-09 Chris Lattner - Make Value::replaceAllUsesWith work with constants...
2002-10-09 Chris Lattner - Add new Constant::replaceUsesOfWithOnConstant which...
2002-10-09 Chris LattnerMake isExtern() be a virtual function inherited from...
2002-10-09 Nick HildenbrandtTable with current status of tests in the /test/Program...
2002-10-09 Chris LattnerAlmost a complete rewrite of FunctionResolution to...
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
next