aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstSelectSimple.cpp
AgeCommit message (Expand)Author
2002-11-17Fix a few typos, implement load/storeChris Lattner
2002-11-17Switch visitRet to use getClass()Chris Lattner
2002-11-14include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inlineBrian Gaeke
2002-11-11InstSelectSimple.cpp: (visitReturnInst) Add return instructions with returnBrian Gaeke
2002-11-07Add instruction selection code and tests for setcc instructionsBrian Gaeke
2002-11-02Implement signed and unsigned division and remainderChris Lattner
2002-11-02Implement multiply operatorChris Lattner
2002-11-02* Implement subtractChris Lattner
2002-11-02shuffle code around a bit, implement and, or, xorChris Lattner
2002-11-02Add PHI node support, add comment for branch functionChris Lattner
2002-11-02Implement unconditional branching supportChris Lattner
2002-11-02* Fix nonconstant shift caseChris Lattner
2002-11-02Use a more table driven approach to handling types. Seems to simplify theChris Lattner
2002-11-02Make switch statements denser, but only because of the follow-on patchChris Lattner
2002-11-02* Remove dead variableChris Lattner
2002-10-31InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.Brian Gaeke
2002-10-30Make sure to set the destination register correctlyChris Lattner
2002-10-30Make sure to pass the LLVM basic block inChris Lattner
2002-10-29Construct annotation, to make sure it's attached to functionChris Lattner
2002-10-29Convert backend to use passes, implement X86TargetMachineChris Lattner
2002-10-29Rename X86InstructionInfo to X86InstrInfoChris Lattner
2002-10-29Minor renamingChris Lattner
2002-10-29Switch to generating machineinstr's instead of MInstructionsChris Lattner
2002-10-27Remove dead fixmeChris Lattner
2002-10-27Instruction select constant arguments correctlyChris Lattner
2002-10-25Initial checkin of X86 backend.Chris Lattner