Target/X86/Printer.cpp: Add sizePtr function, and use it instead of
[oota-llvm.git] / lib /
2002-12-05 Brian GaekeTarget/X86/Printer.cpp: Add sizePtr function, and use...
2002-12-04 Misha BrukmanAdded code generation for function prologues and epilogues.
2002-12-04 Misha BrukmanImplemented functions for emitting prologues and epilogues;
2002-12-04 Misha BrukmanAdded push and pop instructions.
2002-12-04 Chris LattnerFix handling of function calls that return void
2002-12-04 Chris LattnerImplement initial support for return values from call...
2002-12-04 Misha BrukmanFun arithmetic with iterators aimed at fixing a bug...
2002-12-04 Misha BrukmanAdjust the stack pointer after a function call, proport...
2002-12-04 Misha BrukmanAdded instructions to add/subtract imm32 to/from a...
2002-12-04 Chris LattnerFix bogus assertion failures
2002-12-04 Chris LattnerAvoid bad assertion
2002-12-04 Chris LattnerRemove think-o assertion
2002-12-04 Chris LattnerAvoid crashing on Arguments, just silently miscompile
2002-12-04 Misha BrukmanstoreReg2RegOffset() and loadRegOffset2Reg() now take...
2002-12-04 Misha BrukmanMoved buildReg2RegClassMap() into from X86RegisterInfo...
2002-12-04 Chris LattnerAdd a "Lazy Function Resolution in Jello" section
2002-12-04 Chris LattnerFix a bug I introduced in a previous change
2002-12-04 Chris LattnerAdd support for referencing global variables/functions
2002-12-04 Chris LattnerPrint out direct global references
2002-12-03 Misha BrukmanThis should fix the bug seen with some registers not...
2002-12-03 Misha BrukmanAdded support for callee- and caller-save registers.
2002-12-03 Chris LattnerFix broken ret opcode, grr...
2002-12-03 Chris LattnerCheckin debug implementation of MCE
2002-12-03 Chris LattnerFix instsel for calls
2002-12-03 Chris LattnerSimplify code
2002-12-03 Chris LattnerFix big bug introduced with symbol table changes
2002-12-03 Chris LattnerFix the build
2002-12-03 Brian Gaekebrg
2002-12-03 Chris LattnerSplit the machine code emitter completely out of the...
2002-12-03 Chris Lattner* Move information about Implicit Defs/Uses into X86Ins...
2002-12-03 Chris LattnerInitialize implicit uses/defs fields for sparc backend...
2002-12-03 Brian Gaekebrg
2002-12-02 Chris LattnerMore support for machine code emission: raw instructions
2002-12-02 Chris LattnerExpose explicit type
2002-12-02 Chris LattnerStart implementing MachineCodeEmitter
2002-12-02 Chris LattnerEliminate OtherFrm
2002-12-02 Chris LattnerRemove comment
2002-12-02 Chris LattnerInitial support for machine code emission
2002-12-02 Misha BrukmanIgnore generated files Lexer.cpp and llvmAsmParser.*
2002-12-02 Misha Brukman* Abstracted out stack space allocation into its own...
2002-12-02 Misha BrukmanFix order of operands on a store from reg to [reg+offset].
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. AdveFix logical error in TD pass: we should clear Mod/Ref...
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 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Add visitCallInst...
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 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 LattnerInitial checkin of Module cloning support stuff
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 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 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 LattnerRework inline pass to use cloning infrastructure to...
2002-11-19 Chris LattnerStart using the new function cloning header
next