aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86SelectionDAGInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-3/+3
* When passing a huge parameter using the byval mechanism, a longDuncan Sands2010-11-041-7/+17
* Fix a bug where the x86 backend would lower memcpy/memset of segment relative...Chris Lattner2010-09-211-0/+9
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-211-9/+6
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-2/+223
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+22