Start implementing MachineCodeEmitter
[oota-llvm.git] / lib / Target /
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 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-26 Brian Gaekebrg
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 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 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 LattnerX86 target builds fine now
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 Chris LattnerDon't build X86 target yet
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
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 Brian GaekeBrian Gaeke says:
2002-11-18 Nick Hildenbrandt*** empty log message ***
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 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 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-11 Brian GaekeInstSelectSimple.cpp: (visitReturnInst) Add return...
2002-11-09 Chris LattnerFix warning
2002-11-07 Chris Lattner_REALLY_ fix the float constant problem
2002-11-07 Chris LattnerPrint out 'float' constants correctly
2002-11-07 Brian GaekeAdd instruction selection code and tests for setcc...
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 Vikram S. AdveRemove a nasty little semi-colon someone introduced...
2002-11-02 Chris LattnerMove function to cpp file from header
2002-11-02 Chris LattnerImplement signed and unsigned division and remainder
2002-11-02 Chris LattnerImplement multiply operator
2002-11-02 Chris Lattner* Implement subtract
2002-11-02 Chris Lattnershuffle code around a bit, implement and, or, xor
2002-11-02 Chris LattnerAdd PHI node support, add comment for branch function
2002-11-02 Chris LattnerImplement unconditional branching support
2002-11-02 Chris Lattner* Fix nonconstant shift case
2002-11-02 Chris LattnerUse a more table driven approach to handling types...
2002-11-02 Chris LattnerMake switch statements denser, but only because of...
2002-11-02 Chris Lattner* Remove dead variable
2002-11-01 Nick HildenbrandtFixed bug in Regression/CBackend/2002-10-30-FunctionPoi...
2002-11-01 Chris LattnerNew iostream definitions
2002-10-31 Brian GaekeInstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
2002-10-31 Chris LattnerReassociate pass now works
2002-10-30 Vikram S. AdveBug fix: need to initialize new CallArgsDescriptor...
2002-10-30 Vikram S. AdveIn getID(), don't call getValidSymbolName to mangle...
2002-10-30 Chris LattnerAdd lots more info
2002-10-30 Chris LattnerMake sure to set the destination register correctly
2002-10-30 Chris LattnerSet the destination register field based on the target...
next