summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-191-89/+0
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-111-1/+1
* Emit debug info for byval parameters.Devang Patel2010-04-281-0/+2
* just have all targets create the DwarfWriter.Chris Lattner2010-04-051-6/+0
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-2/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-3/+2
* split DEBUG_VALUE printing stuff out to its own method.Chris Lattner2010-04-041-0/+2
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-2/+4
* remove more implicit uses of "O".Chris Lattner2010-04-041-50/+9
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-3/+2
* switch to the text section at the start of the .s file for darwin/x86Chris Lattner2010-03-131-1/+2
* eliminate the X86 version of GetGlobalValueSymbol, allowingChris Lattner2010-03-121-1/+0
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-121-2/+1
* Finally eliminate printMCInst and send instructions throughChris Lattner2010-02-031-2/+0
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-3/+2
* now that enough stuff is constified, move function header printingChris Lattner2010-01-261-3/+0
* Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner2010-01-261-2/+0
* implement X86 @GOTOFF jump table entries with the new EK_Custom32Chris Lattner2010-01-261-3/+0
* sink an arm specific method out of asmprinter into the ARMAsmPrinter andChris Lattner2010-01-251-4/+0
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-1/+0
* unconditionally request MMIChris Lattner2009-09-241-5/+1
* rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file.Chris Lattner2009-09-201-0/+154
* remove empty fileChris Lattner2008-08-181-0/+0
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-0/+0
OpenPOWER on IntegriCloud