llvm-mirror/lib
Dan Gohman 13d1327796 Factor the addressing mode and the load/store VT out of LoadSDNode
and StoreSDNode into their common base class LSBaseSDNode. Member
functions getLoadedVT and getStoredVT are replaced with the common
getMemoryVT to simplify code that will handle both loads and stores.

llvm-svn: 46538
2008-01-30 00:15:11 +00:00
..
Analysis getUnderlyingObject can return null, handle this. 2008-01-24 19:07:10 +00:00
Archive Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
AsmParser
Bitcode Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
CodeGen Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
Debugger
ExecutionEngine Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
Linker
Support Remove top-level const qualifiers from casts, avoiding associated 2008-01-29 12:08:20 +00:00
System Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
Target Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
Transforms Don't let globalopt hack on volatile loads or stores. 2008-01-29 19:01:37 +00:00
VMCore Fix 80-col violations. 2008-01-29 12:09:55 +00:00
Makefile