summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86MCInstLower.h
Commit message (Collapse)AuthorAgeFilesLines
* Move X86MCInstLower class definition into implementation file. It's not ↵Craig Topper2012-10-161-52/+0
| | | | | | needed outside. llvm-svn: 166014
* Whitespace.Chad Rosier2012-08-011-3/+3
| | | | llvm-svn: 161122
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, ↵Jia Liu2012-02-181-1/+1
| | | | | | MSP430, PPC, PTX, Sparc, X86, XCore. llvm-svn: 150878
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-141-2/+0
| | | | | | | since it is trivial and will be shared between ppc and x86. This substantially simplifies the X86 backend also. llvm-svn: 119089
* X86MCInstLower now depends on AsmPrinter being around.Chris Lattner2010-07-221-5/+2
| | | | llvm-svn: 109154
* make asmprinter optional, even though passing in null will cause things to ↵Chris Lattner2010-07-201-3/+5
| | | | | | explode right now. llvm-svn: 108955
* continue pushing dependencies around.Chris Lattner2010-07-201-3/+4
| | | | llvm-svn: 108952
* reduce X86MCInstLower dependencies on asmprinter.Chris Lattner2010-07-201-1/+6
| | | | llvm-svn: 108950
* pass around MF, not MMI.Chris Lattner2010-07-201-2/+2
| | | | llvm-svn: 108949
* cleanups.Chris Lattner2010-07-201-5/+3
| | | | llvm-svn: 108947
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-191-0/+51
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