oota-llvm.git
2002-12-02 Chris LattnerMake sure to build lib/Support before the utilities...
2002-12-02 Chris LattnerInitial checkin of TableGen utility
2002-12-02 Chris LattnerAdd makefile to build subdirs
2002-12-01 Chris LattnerAdd rawfrm flags
2002-12-01 Chris LattnerDon't add implicit regs
2002-11-30 Brian Gaekebrg
2002-11-29 Brian Gaekebrg
2002-11-27 Vikram S. AdveSeveral fixes:
2002-11-27 Vikram S. AdveFix logical error in TD pass: we should clear Mod/Ref...
2002-11-27 Vikram S. AdveAdded flags to CloneFlags to strip/keep Mod/Ref bits...
2002-11-27 Vikram S. AdveNo longer need local graph to find call sites.
2002-11-27 Vikram S. Adve(1) Bug fix that was causing nodes with dangling refere...
2002-11-26 Brian Gaekebrg
2002-11-25 Vikram S. AdveKeep global nodes in each DS Graph (by forcing them...
2002-11-22 Misha BrukmanOops. Got the MOVrm and MOVmr mixed up. Fixed. We can...
2002-11-22 Misha BrukmanEnable the register allocator pass.
2002-11-22 Misha BrukmanA simple (spilling) register allocator.
2002-11-22 Misha BrukmanAdded methods to read/write values to stack in .h,...
2002-11-22 Misha BrukmanAdded -*- C++ -*- mode to the comments.
2002-11-22 Misha BrukmanAdd a simple way to add memory locations of format...
2002-11-22 Misha BrukmanAdded virtual functions for storing and retrieving...
2002-11-22 Misha BrukmanInstead of checking op.getType() against MO_VirtualRegi...
2002-11-22 Misha BrukmanSet SSARegMap to NULL after deleting it.
2002-11-22 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Add visitCallInst...
2002-11-21 Chris LattnerMake testcase more interesting
2002-11-21 Chris LattnerHandle cmp Reg, 0 correctly
2002-11-21 Chris LattnerPrinting support for more stuff
2002-11-21 Chris LattnerDon't add implicit operands
2002-11-21 Chris LattnerFix off by one bug
2002-11-21 Chris LattnerAdd fixme
2002-11-21 Chris LattnerMinor code cleanups
2002-11-21 Chris LattnerImplement printing of store instructions
2002-11-21 Chris LattnerThe big change here is to handle printing/emission...
2002-11-21 Chris LattnerRemove implicit information from instruction selector
2002-11-21 Chris LattnerAdd printing information for MUL and DIV
2002-11-21 Chris LattnerFix a bug that prevented compilation of multiple functions
2002-11-21 Chris LattnerMove test
2002-11-21 Chris LattnerShuffle testcases around
2002-11-21 Chris LattnerNew testcase
2002-11-21 Chris LattnerRemove opcode information for instructions that are...
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 ***
next