Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
[oota-llvm.git] / include / llvm / Target / TargetInstrDesc.h
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-04-09 Dan GohmanFix some minor errors in comments.
2008-03-15 Evan ChengRemove isImplicitDef TargetInstrDesc flag.
2008-02-22 Evan ChengRemove an invalid assertion now that there are implicit...
2008-01-10 Chris LattnerSimplify the side effect stuff a bit more and make...
2008-01-08 Chris Lattneradd a mayLoad property for machine instructions, a...
2008-01-07 Chris Lattnersplit TargetInstrDesc out into its own header file.