* Use the new Abstract Frame Manager to handle incoming arguments and
[oota-llvm.git] / lib / Target / X86 / InstSelectSimple.cpp
2002-12-28 Chris Lattner* Use the new Abstract Frame Manager to handle incoming...
2002-12-25 Chris Lattner* Simplify Value classes
2002-12-24 Chris LattnerChanges to compile with GCC 2.96
2002-12-18 Chris LattnerDon't force setCC instructions into AL
2002-12-16 Chris LattnerBuild add instructions of the correct form!
2002-12-16 Chris LattnerTwo fixes:
2002-12-16 Chris LattnerMake sure stack manipulation refers to ESP the right...
2002-12-16 Chris LattnerAdd some special cases to make common getelementptr...
2002-12-16 Brian Gaekebrg
2002-12-15 Chris LattnerGive passes nice names!
2002-12-15 Chris LattnerAdd support to cast from a bool type
2002-12-13 Chris LattnerImplement indirect function calls
2002-12-13 Chris LattnerFix bork in doMultiply
2002-12-13 Chris LattnerAdd sanity checks
2002-12-13 Chris LattnerInsert phi code at top of block
2002-12-13 Brian Gaekelib/Target/X86/InstSelectSimple.cpp:
2002-12-13 Chris LattnerImplement cast bool to X
2002-12-13 Brian GaekeRename all BMI MachineBasicBlock operands to MBB.
2002-12-13 Chris LattnerFinish up iterator stuph
2002-12-13 Chris LattnerCode gen phi's correctly
2002-12-13 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Start counting...
2002-12-13 Brian GaekeInstSelectSimple.cpp: Give promote32 a comment. Add...
2002-12-13 Chris LattnerImplement getelementptr constant exprs
2002-12-13 Brian Gaekebrg
2002-12-13 Chris LattnerRemove extranous #include
2002-12-12 Brian GaekeThis checkin is brought to you by the brian gaeke allni...
2002-12-06 Brian GaekeImplement a lot of cast functionality (no FP or 64)
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 BrukmanAdjust the stack pointer after a function call, proport...
2002-12-04 Chris LattnerRemove think-o assertion
2002-12-04 Chris LattnerAvoid crashing on Arguments, just silently miscompile
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-03 Chris LattnerFix instsel for calls
2002-12-03 Chris LattnerFix the build
2002-12-03 Brian Gaekebrg
2002-12-03 Brian Gaekebrg
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 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Add visitCallInst...
2002-11-21 Chris LattnerDon't add implicit operands
2002-11-21 Chris LattnerRemove implicit information from instruction selector
2002-11-21 Chris LattnerFix a bug that prevented compilation of multiple functions
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 LattnerDont' set flags
2002-11-20 Misha BrukmanAdd mapping in MachineFunction from SSA regs to Registe...
2002-11-19 Brian GaekeBrian Gaeke says:
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 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-07 Brian GaekeAdd instruction selection code and tests for setcc...
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-10-31 Brian GaekeInstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
2002-10-30 Chris LattnerMake sure to set the destination register correctly
2002-10-30 Chris LattnerMake sure to pass the LLVM basic block in
2002-10-29 Chris LattnerConstruct annotation, to make sure it's attached to...
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine
2002-10-29 Chris LattnerRename X86InstructionInfo to X86InstrInfo
2002-10-29 Chris LattnerMinor renaming
2002-10-29 Chris LattnerSwitch to generating machineinstr's instead of MInstruc...
2002-10-27 Chris LattnerRemove dead fixme
2002-10-27 Chris LattnerInstruction select constant arguments correctly
2002-10-25 Chris LattnerInitial checkin of X86 backend.