summaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86MCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check in forgotten file. Should fix build.Dale Johannesen2010-09-081-1/+1
* More fixes for win64:Anton Korobeynikov2010-08-171-2/+4
* Don't attempt to SimplifyShortMoveForm in 64-bit mode.Eli Friedman2010-08-161-9/+13
* Define AVX 128-bit pattern versions of SET0PS/PD.Bruno Cardoso Lopes2010-08-121-2/+5
* Begin to support some vector operations for AVX 256-bit intructions. The longBruno Cardoso Lopes2010-08-121-6/+8
* Handle the pseudo in MCInstLower.Eric Christopher2010-08-051-0/+6
* X86MCInstLower now depends on AsmPrinter being around.Chris Lattner2010-07-221-27/+9
* add some rough support for making mcinst lowering work without anChris Lattner2010-07-211-5/+23
* make asmprinter optional, even though passing in null will cause things to ex...Chris Lattner2010-07-201-10/+9
* continue pushing dependencies around.Chris Lattner2010-07-201-5/+5
* reduce X86MCInstLower dependencies on asmprinter.Chris Lattner2010-07-201-7/+8
* pass around MF, not MMI.Chris Lattner2010-07-201-3/+3
* cleanups.Chris Lattner2010-07-201-9/+7
* move two asmprinter methods into the asmprinter .cpp file.Chris Lattner2010-07-201-38/+0
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-191-0/+632