Add peak memory usage support
[oota-llvm.git] / lib /
2002-11-18 Chris LattnerAdd peak memory usage support
2002-11-18 Chris LattnerAdd stats
2002-11-18 Nick Hildenbrandt*** empty log message ***
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 LattnerArrange to have a TargetMachine available in X86InstrIn...
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 LattnerReorganize printing interface a bit
2002-11-17 Chris LattnerAdd default implementation of printing interface
2002-11-17 Chris LattnerFix minor detail
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 only uses of markDef/markDefAndUse methods
2002-11-17 Chris LattnerFix Mul/Div clobbers
2002-11-17 Chris LattnerFix a few typos, implement load/store
2002-11-17 Chris LattnerAdd functions to buld X86 specific constructs
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-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-12 Chris LattnerInline graphs from outside the SCC into the SCC before...
2002-11-12 Chris LattnerFix two bugs:
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 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 LattnerFix a bug that could trigger when varargs call sites...
2002-11-10 Chris Lattner* Dramatically rework liveness evaluation.
2002-11-10 Chris LattnerHonor the shouldPrintAuxCalls flag
2002-11-10 Chris LattnerInitialize PrintAuxCalls member
2002-11-10 Chris Lattner* Bottom-Up graphs print the Aux call vector
2002-11-10 Chris LattnerFix testcase: FunctionResolve/2002-11-09-ExternFn.ll
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 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 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 LattnerFix warning
2002-11-09 Chris LattnerFix warning & release build
2002-11-08 Chris LattnerFix spelling error
2002-11-08 Chris LattnerFold arrays down to a single element. This causes...
2002-11-08 Chris LattnerONLY merge in the aux call sites, this causes a HUGE...
2002-11-08 Chris LattnerAllow specification of whether the call sites should...
2002-11-08 Chris LattnerReenable 'quick exit' case
2002-11-08 Chris LattnerReduce amount of work needed to compute ip/modref
2002-11-08 Chris LattnerReimplement TD pass completely it now works
2002-11-08 Chris LattnerCannot modify original call sites vector
2002-11-08 Chris Lattner- Add a bunch of checking to make sure that dead nodes...
2002-11-08 Chris LattnerRemove gunk used by broken TD pass
2002-11-08 Chris LattnerUse the new getMainFunction() method to efficiently...
2002-11-08 Chris LattnerAdd a method "getMainFunction()" that efficiently locat...
2002-11-08 Chris LattnerFix IPModRef to use new DS interface
2002-11-08 Chris LattnerImplement feof
2002-11-08 Chris LattnerUse DSNodeHandleMap instead to be safe
2002-11-08 Chris Lattner* actually handle constants (especially constantexprs...
2002-11-08 Chris LattnerAdd flush
2002-11-08 Chris LattnerFix bug: FunctionResolve/2002-11-07-RetMismatch.ll
2002-11-07 Chris Lattner_REALLY_ fix the float constant problem
2002-11-07 Chris LattnerPrint out 'float' constants correctly
2002-11-07 Chris LattnerImplement freopen for burg
2002-11-07 Chris LattnerMake command line arguments setup be endian correct!!
2002-11-07 Brian GaekeAdd instruction selection code and tests for setcc...
2002-11-07 Chris LattnerImplement ResolveCallSiteModRefInfo for IPModRef. ...
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerImplement a new mergeInGraph method, which basically...
2002-11-07 Chris LattnerRename DataStructureAnalysis namespace to DS
2002-11-07 Chris LattnerFix problem with dangling referrers
2002-11-07 Chris LattnerMinor bugfix to enable generation of methcall.llvm...
2002-11-07 Chris LattnerCompute total number of nodes and # call nodes
2002-11-07 Chris LattnerMove printouts to be wrapped in DEBUG() macros
2002-11-07 Chris LattnerWhen the -only-print-main-ds option is specified, still...
2002-11-06 Chris LattnerImplement fprintf
2002-11-06 Chris LattnerImplement fputc and ungetc to allow burg to run in lli
2002-11-06 Nick HildenbrandtFixes escapeing bug in strings. Fixes test case test...
2002-11-06 Nick HildenbrandtLoads and stores can't be inlined. This fixes test...
2002-11-06 Chris LattnerAllow the ResolveCallSiteModRefInfo method to return...
2002-11-06 Chris LattnerAdd a stub to implement the context sensitive mod/ref...
next