Factory methods for FunctionPasses now return type FunctionPass *.
[oota-llvm.git] / lib / Target / X86 / InstSelectSimple.cpp
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.