aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86SimpInstrSelector.cpp
AgeCommit message (Expand)Author
2004-07-22Remove some (LARGE) abandoned code for the release. If this is ever neededChris Lattner
2004-07-18bug 122:Reid Spencer
2004-07-15Patches towards fixing PR341Chris Lattner
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-11Now that compare instructions aren't lumped in with the other twoargfp instru...Chris Lattner
2004-06-02Convert to the new TargetMachine interface.Chris Lattner
2004-04-06file based off InstSelectSimple.cpp, slowly being replaced by generated code ...Jakub Staszak