aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmPrinter
AgeCommit message (Expand)Author
2010-04-04split DEBUG_VALUE printing stuff out to its own method.Chris Lattner
2010-04-04mc'ize elf stub printing, convert cygwin stuff to EmitRawText,Chris Lattner
2010-04-04fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner
2010-04-04use predicates in DBG_VALUE printing code to simplify it.Chris Lattner
2010-04-04remove more implicit uses of "O".Chris Lattner
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner
2010-04-04change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner
2010-04-03asmstreamerize the .size directive for function bodies, force clientsChris Lattner
2010-03-31Comment the changes for r98218 and friends inside the source code.Bill Wendling
2010-03-31Replace V_SET0 with variants for each SSE execution domain.Jakob Stoklund Olesen
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-17fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner
2010-03-15MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar
2010-03-14comment fix.Chris Lattner
2010-03-14shrink 4-byte branches to 1-byte branches when lowering fromChris Lattner
2010-03-13eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner
2010-03-13rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner
2010-03-13switch to the text section at the start of the .s file for darwin/x86Chris Lattner
2010-03-12Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin
2010-03-12remove special case code that isn't needed anymore.Chris Lattner
2010-03-12inline GetGlobalValueSymbol into the rest its callers andChris Lattner
2010-03-12inline the now-trivial implementation of GetGlobalValueSymbol intoChris Lattner
2010-03-12eliminate the X86 version of GetGlobalValueSymbol, allowingChris Lattner
2010-03-12move fastcall/stdcall mangling up into Mangler.Chris Lattner
2010-03-12make DecorateCygMingName a static method.Chris Lattner
2010-03-12minor tidying, only do work if a function is Chris Lattner
2010-03-12eliminate the string form of DecorateCygMingNameChris Lattner
2010-03-12Add a beta-test for placing the LSDA into the TEXT section on X86.Bill Wendling
2010-03-12Fix llc crash on invalid input.Devang Patel
2010-03-12Remove some dead code. This method only gets called on Chris Lattner
2010-03-12use Mang->getSymbol instead of duplicating the logic, reduce indentation.Chris Lattner
2010-03-12simplify code to use OutContext.GetOrCreateTemporarySymbol withChris Lattner
2010-03-10Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner
2010-03-09MC-ize the stub printing in ARM.Bill Wendling
2010-02-17Make the operand and format specifier match, and print allDan Gohman
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov
2010-02-12Cleanup stdcall / fastcall name mangling.Anton Korobeynikov
2010-02-11enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner
2010-02-10print all the newlines at the end of instructions withChris Lattner
2010-02-10Add ability for MCInstPrinters to add comments for instructions.Chris Lattner
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-02-08unify the paths for external symbols and global variables:Chris Lattner
2010-02-08switch the rest of the "@ concatentation" logic in the X86Chris Lattner
2010-02-08switch ELF @GOTOFF references to use X86MCTargetExpr.Chris Lattner
2010-02-05really kill off the last MRMInitReg inst, remove logic from encoder.Chris Lattner
2010-02-05lower the last of the MRMInitReg instructions in MCInstLower.Chris Lattner
2010-02-05teach X86MCInstLower to lower the MOV32r0 and MOV8r0 Chris Lattner
2010-02-05genericize helpers, use them for MOV16r0/MOV64r0Chris Lattner