oota-llvm.git
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-10-15 Chris LattnerCleanup test
2002-10-15 Chris LattnerFix typo
2002-10-15 Chris LattnerNew testcase
2002-10-15 Chris LattnerCleanup testcase
2002-10-15 Chris LattnerFix testcase
2002-10-15 Chris Lattner - Fix LLI so that it simulates the endianness of...
2002-10-15 Chris LattnerMake sure to escape \'s when they are output
2002-10-15 Vikram S. AdveRemove outdated line which of course cvs merging never...
2002-10-14 Chris Lattner - Add an endianness field to the TargetData datastructure
2002-10-14 Vikram S. AdveAllow the Source variable to be overridden completely...
2002-10-14 Vikram S. AdvePrint "circular" warning message only in debug mode.
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-10-14 Vikram S. AdveTest case that shows some poor results for register...
2002-10-14 Chris LattnerAllow emission of names that start with an underscore...
2002-10-14 Chris LattnerMAke sure llc output is regenerated if the LLC binary...
2002-10-14 Chris LattnerClean up code a bit, no functionality changes.
2002-10-14 Chris LattnerThere is no way to guarantee that constants are not...
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-14 Chris LattnerThis loop executed exactly one time, turn it into strai...
2002-10-14 Nick HildenbrandtMore results
2002-10-14 Chris LattnerMinor cleanups, no changes to functionality
2002-10-13 Nick HildenbrandtMore successes
2002-10-13 Nick HildenbrandtNew Results
2002-10-13 Chris LattnerSimplify again
2002-10-13 Vikram S. AdveDon't try to compute the size of an "array" element...
2002-10-13 Chris LattnerSimplify testcase
2002-10-13 Chris LattnerRename test so that we can run the disassembler on it.
2002-10-13 Chris LattnerChecking testcase for bytecode reader/writer that is...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Chris LattnerHalfway conversion from custom printing to GraphWriter...
2002-10-13 Chris LattnerFirst crack at reimplementing graph traits for DSGraphs
2002-10-13 Chris Lattnerdisable the unused "pointer" member
2002-10-13 Chris LattnerAccount for global variables resolved more accurately.
2002-10-13 Chris LattnerUse methods that are more explanatory
2002-10-13 Chris LattnerAdd dummy entries to document what members can be added
2002-10-13 Vikram S. AdveAdd a test for folding a GEP into a load.
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveRun LICM before GCSE!
2002-10-13 Vikram S. AdveSeveral major fixes, particularly in emitting constant...
2002-10-13 Vikram S. AdveDon't use %l0 for large operands to a SAVE since it...
2002-10-13 Vikram S. AdveDon't mark JMPLCALL and JMPLRET as branches.
2002-10-13 Nick Hildenbrandt*** empty log message ***
2002-10-13 Vikram S. Adve(1) Try to evaluate constant when multiplying 2 constants.
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...
next