oota-llvm.git
2002-11-20 Chris LattnerCloning stuff doesn't modify the source module
2002-11-20 Chris LattnerX86 target builds fine now
2002-11-20 Chris LattnerFix symbol table problem
2002-11-20 Misha BrukmanAdd definitions for function headers from MRegisterInfo.h:
2002-11-20 Misha BrukmanCheck not only for MO_VirtualRegister, but MO_MachineRe...
2002-11-20 Misha BrukmanInitialize the SSARegMap.
2002-11-20 Misha BrukmanMRegisterInfo.h - Added prototypes for functions we...
2002-11-20 Chris LattnerDon't build X86 target yet
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-20 Chris LattnerFix minor bugs
2002-11-20 Chris LattnerEliminate the concept of a deferred symbol table. ...
2002-11-20 Misha BrukmanAdd mapping in MachineFunction from SSA regs to Registe...
2002-11-20 Misha BrukmanSigh. Fixed some speling.
2002-11-20 Misha BrukmanSSARegMap -- the mapping between SSARegisters and their...
2002-11-20 Misha BrukmanThanks to the R8, R16, and R32 macros, I can now deal...
2002-11-19 Chris LattnerRemove unneccesary #include
2002-11-19 Chris LattnerImplement the CloneFunction function
2002-11-19 Chris LattnerMinor changes to cloning interface
2002-11-19 Chris LattnerFix two fixmes: integrate with inlining, and document
2002-11-19 Chris LattnerAdd support for bugpoint
2002-11-19 Chris LattnerExtend function cloning interface to support inlining
2002-11-19 Chris LattnerRework inline pass to use cloning infrastructure to...
2002-11-19 Chris LattnerThis file is supersumed by Utils/Cloning.h
2002-11-19 Chris LattnerStart using the new function cloning header
2002-11-19 Chris LattnerMerge cloning and inlining utilities
2002-11-19 Chris LattnerMove MutatStructTypes.h out of IPO
2002-11-19 Chris LattnerMove inlining pass to IPO.h
2002-11-19 Chris LattnerRename CloneFunction.h to Cloning.h
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...
2002-11-19 Chris LattnerAdd a new Module::getNamedFunction method
2002-11-19 Chris LattnerIgnore options that are ""
2002-11-19 Chris LattnerRemove extra target.a entry
2002-11-19 Brian GaekeBrian Gaeke says:
2002-11-18 Nick Hildenbrandt*** empty log message ***
2002-11-18 Chris LattnerAdd peak memory usage measurement capability
2002-11-18 Chris LattnerAdd facility to compute peak memory usage
2002-11-18 Chris LattnerInline DSTypeRec stuff into DSNode
2002-11-18 Chris LattnerInline DSTypeRec into DSNode
2002-11-18 Chris LattnerAdd peak memory usage measurement stuff
2002-11-18 Chris LattnerAdd peak memory usage support
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
next