oota-llvm.git
2002-11-21 Chris LattnerAdd printing support for sahf & setcc
2002-11-21 Chris LattnerAdd printing support for /0 /1 type instructions
2002-11-21 Chris LattnerAdd support for /0 /1, etc type instructions
2002-11-21 Chris LattnerUser defined operators are not supposed to live beyond...
2002-11-21 Chris LattnerRename the SetCC X86 instructions to reflect the fact...
2002-11-21 Chris LattnerSimplify setcc code a bit
2002-11-21 Chris LattnerSupport Registers of the form (B8+ rd) for example
2002-11-21 Chris LattnerDont' set flags
2002-11-21 Chris LattnerImplement printing more, implement opcode output more
2002-11-21 Chris LattnerHuge diff do to reindeinting comments.
2002-11-21 Chris LattnerAdd new prefix flag
2002-11-21 Chris LattnerPrint another class of instructions correctly, giving...
2002-11-21 Misha BrukmanBooleans are types too. And they get stored in bytes...
2002-11-20 Chris LattnerCheckin testcases for bugpoint
2002-11-20 Chris LattnerBuild bugpoint
2002-11-20 Chris LattnerInitial checkin of bugpoint
2002-11-20 Chris LattnerInitial checkin of Module cloning support stuff
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.
next