Avoid crashing on Arguments, just silently miscompile
[oota-llvm.git] / lib / Target / X86 / X86ISelSimple.cpp
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.