aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86SelectionDAGInfo.cpp
AgeCommit message (Expand)Author
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-12-21rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner
2010-11-04When passing a huge parameter using the byval mechanism, a longDuncan Sands
2010-09-21Fix a bug where the x86 backend would lower memcpy/memset of segment relative...Chris Lattner
2010-09-21reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman