oota-llvm.git
2002-11-18 Chris LattnerAdd stats
2002-11-18 Chris LattnerTemplatize graph traits and iterator to work with const...
2002-11-18 Nick Hildenbrandt*** empty log message ***
2002-11-18 Chris LattnerAdd helper method
2002-11-18 Chris LattnerStart trying to print instructions more correctly....
2002-11-18 Chris LattnerExpose base opcode
2002-11-18 Chris LattnerStart to add more information to instr.def
2002-11-18 Chris LattnerAdd instruction annotation about whether it has a 0x0F...
2002-11-18 Chris LattnerAdd more void flags
2002-11-18 Chris LattnerSet the void flag on instructions that should get it
2002-11-17 Chris LattnerPrint is const!
2002-11-17 Chris LattnerPass on a targetmachine
2002-11-17 Chris LattnerMake sure that print gets a targetmachine
2002-11-17 Chris LattnerArrange to have a TargetMachine available in X86InstrIn...
2002-11-17 Chris LattnerOmit the indirect node when printing call graphs
2002-11-17 Chris LattnerWow, I'm incapable of the simplest things today...
2002-11-17 Chris LattnerRename registers to follow the intel style of all caps
2002-11-17 Chris LattnerFix misleading indentation
2002-11-17 Chris LattnerAdd machine independant printer interface
2002-11-17 Chris LattnerReorganize printing interface a bit
2002-11-17 Chris LattnerAdd default implementation of printing interface
2002-11-17 Chris LattnerFinish enumating code
2002-11-17 Chris LattnerFix minor detail
2002-11-17 Chris LattnerAdd more numbers
2002-11-17 Chris LattnerAdd hack to only consider indirect calls indirect if...
2002-11-17 Chris LattnerAdd MaxSCC statistics
2002-11-17 Chris LattnerCount CallInsts correctly, remove unneccesary initializers
2002-11-17 Chris LattnerRemove unused methods
2002-11-17 Chris LattnerRemove only uses of markDef/markDefAndUse methods
2002-11-17 Chris LattnerFix Mul/Div clobbers
2002-11-17 Chris LattnerConvert to use an enum to access def/use/use&def inform...
2002-11-17 Chris LattnerFix a few typos, implement load/store
2002-11-17 Chris LattnerNew testcase for loads and stores
2002-11-17 Chris LattnerAdd functions to buld X86 specific constructs
2002-11-17 Chris LattnerReturn const refefrences to enable default construction
2002-11-17 Chris LattnerAdd information about memory index representation
2002-11-17 Chris LattnerAdd load/store instructions
2002-11-17 Chris LattnerSwitch visitRet to use getClass()
2002-11-15 Nick HildenbrandtUpdates
2002-11-15 Chris LattnerFix warning
2002-11-14 Brian Gaekeinclude/llvm/CodeGen/MachineInstrBuilder.h: Add addClob...
2002-11-13 Dinakar DhurjatiGives the count for various instructions.
2002-11-13 Vikram S. AdvePass to compute various statisics related to DSGraphs.
2002-11-13 Chris LattnerFix bug: 2002-11-13-PointerFunction.ll
2002-11-13 Chris LattnerNew testcase
2002-11-12 Chris LattnerAdd new numbers
2002-11-12 Chris LattnerInline graphs from outside the SCC into the SCC before...
2002-11-12 Chris LattnerRemove dead method, add new method
2002-11-12 Chris LattnerFix two bugs:
2002-11-12 Chris LattnerAdd new numbers
2002-11-11 Chris LattnerFix bug
2002-11-11 Chris LattnerHandle a mismatch between # function args and call...
2002-11-11 Chris LattnerElimiante calls to a node with nothing in it.
2002-11-11 Chris LattnerComplete rewrite of BU code to use Tarjan's SCC finding...
2002-11-11 Chris LattnerAlmost complete rewrite of BU closure code
2002-11-11 Chris LattnerMore numbers
2002-11-11 Brian GaekeInstSelectSimple.cpp: (visitReturnInst) Add return...
2002-11-11 Chris LattnerMark stuff reachable by _AUX_ calls as incomplete in...
2002-11-11 Chris LattnerFix infinite loop in the BU algorithm. Unfortunately...
2002-11-11 Chris LattnerPrint the right call set size
2002-11-11 Chris LattnerUse call site mergeWith method to simplify code
2002-11-10 Chris Lattneradd method
2002-11-10 Chris LattnerAdd code to be able to merge two call sites
2002-11-10 Chris LattnerAdd tarj_end() method
2002-11-10 Chris LattnerFix a bug that could trigger when varargs call sites...
2002-11-10 Chris LattnerAdd more info
2002-11-10 Chris Lattner* Dramatically rework liveness evaluation.
2002-11-10 Chris LattnerAdd more numbers
2002-11-10 Chris LattnerAdd a timer to evaluate bytecode load time and space...
2002-11-10 Chris LattnerHonor the shouldPrintAuxCalls flag
2002-11-10 Chris LattnerInitialize PrintAuxCalls member
2002-11-10 Chris LattnerAdd hasGraph() methods to all of the passes for the...
2002-11-10 Chris Lattner* Bottom-Up graphs print the Aux call vector
2002-11-10 Chris LattnerImplement swapping
2002-11-10 Chris LattnerImplement support for swapping. Callsites now sort...
2002-11-10 Chris LattnerAdd capability to set a preference of what call vector...
2002-11-10 Chris LattnerFix a problem where bad graphs could be generated
2002-11-10 Chris LattnerRun local, bu, & td analyses
2002-11-10 Chris LattnerAdd new test that causes infinite recursion in bu pass
2002-11-10 Chris LattnerFix testcase: FunctionResolve/2002-11-09-ExternFn.ll
2002-11-10 Chris LattnerNew testcase
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerRemove obsolete code
2002-11-09 Chris LattnerFix logic
2002-11-09 Chris LattnerAdd globals graphs to all three passes
2002-11-09 Chris LattnerMove maskNodeTypes from cpp file
2002-11-09 Chris LattnerMove maskNodeTypes to header file
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface of...
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface
2002-11-09 Chris LattnerDon't put constants into the scalar map!
2002-11-09 Chris LattnerAdd initial support for a globals graph
2002-11-09 Chris LattnerTighten up array handling
2002-11-09 Chris Lattner#include Datastructure.h first
2002-11-09 Chris LattnerRemove unneccesary #include
2002-11-09 Chris LattnerRemove GlobalDSGraph delcaration
2002-11-09 Chris LattnerAdd highlighting of changes fields
2002-11-09 Chris LattnerAllow tests to be run with release tools when ENABLE_OP...
2002-11-09 Chris LattnerFix warning
2002-11-09 Chris LattnerFix warning & release build
next