summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86MCInstLower.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* make asmprinter optional, even though passing in null will cause things to ↵Chris Lattner2010-07-201-10/+9
| | | | | | explode right now. llvm-svn: 108955
* continue pushing dependencies around.Chris Lattner2010-07-201-5/+5
| | | | llvm-svn: 108952
* reduce X86MCInstLower dependencies on asmprinter.Chris Lattner2010-07-201-7/+8
| | | | llvm-svn: 108950
* pass around MF, not MMI.Chris Lattner2010-07-201-3/+3
| | | | llvm-svn: 108949
* cleanups.Chris Lattner2010-07-201-9/+7
| | | | llvm-svn: 108947
* move two asmprinter methods into the asmprinter .cpp file.Chris Lattner2010-07-201-38/+0
| | | | llvm-svn: 108945
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-191-0/+632
of AsmPrinter and InstLowering into libx86 and out of the asmprinter subdirectory. Now X86/AsmPrinter just depends on MC stuff, not all of codegen and LLVM IR. llvm-svn: 108782
OpenPOWER on IntegriCloud