print all the newlines at the end of instructions with
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86MCInstLower.cpp
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-08 Chris Lattnerunify the paths for external symbols and global variables:
2010-02-08 Chris Lattnerswitch the rest of the "@ concatentation" logic in...
2010-02-08 Chris Lattnerswitch ELF @GOTOFF references to use X86MCTargetExpr.
2010-02-05 Chris Lattnerreally kill off the last MRMInitReg inst, remove logic...
2010-02-05 Chris Lattnerlower the last of the MRMInitReg instructions in MCInst...
2010-02-05 Chris Lattnerteach X86MCInstLower to lower the MOV32r0 and MOV8r0
2010-02-05 Chris Lattnergenericize helpers, use them for MOV16r0/MOV64r0
2010-02-05 Chris Lattnerfactor code better in X86MCInstLower::Lower, teach...
2010-02-04 Dale JohannesenRewrite FP constant handling in DEBUG_VALUE yet
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Chris LattnerFinally eliminate printMCInst and send instructions...
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-03 Dale JohannesenPrint FPImm a less kludgy way; APFloat.toString seems
2010-02-02 Dale JohannesenAccept floating point immediates in DEBUG_VALUE.
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-27 Dale JohannesenTreat MO_REG 0 location as undefined in DEBUG_VALUE,
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Dale JohannesenAccept immediate as value of a dbg_value.
2010-01-23 Chris Lattneruse some helpers instead of duplicating logic.
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnereliminate uses of mangler and simplify code.
2010-01-15 Dale JohannesenAdjust some comments per review.
2010-01-15 Dale JohannesenDEBUG_VALUE is now variable sized, as it has a
2010-01-15 Dale JohannesenRevert 93499. After discussion with Chris we agreed
2010-01-15 Dale JohannesenLower FrameIndex operand of DEBUG_VALUE (specially...
2010-01-12 Dan GohmanReapply the MOV64r0 patch, with a fix: MOV64r0 clobbers...
2010-01-11 Evan ChengRevert 93158. It's breaking quite a few x86_64 tests.
2010-01-11 Dan GohmanRe-instate MOV64r0 and MOV16r0, with adjustments to...
2009-12-23 Chris Lattnercompletely eliminate the MOV16r0 'instruction'. The...
2009-11-20 Dan GohmanFix a thinko that caused spurious @GOTOFFs.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-07 Chris Lattneradd some missing #includes
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-10-30 Dan GohmanInitial x86 support for BlockAddresses.
2009-10-19 Chris LattnerX86 should ignore implicit regs when lowering to MCInst...
2009-10-19 Chris Lattnersimplify by using the twine form of GetOrCreateSymbol
2009-10-19 Chris Lattnerrevert r84540, fixing build breakage I didn't see becau...
2009-10-19 Chris Lattnerpass mangler in as a reference instead of a pointer.
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewi...
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter class -> X86AsmPrinter
2009-09-20 Chris Lattnersplit random COFF asmprinter state out to X86COFFMachin...
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-13 Chris Lattnersplit MCInst printing out of the X86ATTInstPrinter
2009-09-13 Chris Lattnerdelete the fixme too! :)
2009-09-13 Chris Lattnermerge the linux cpool/jtbl pic tests into pic.ll and...
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-12 Chris Lattnerfactor MBB label lowering better
2009-09-12 Chris LattnerX86MCInstLower::Lower should only not emit anything...
2009-09-12 Chris Lattnereliminate the "MBBLabel" MCOperand type, and just use...
2009-09-12 Chris Lattnersplit MachineInstr -> MCInst lowering into its own...
2009-09-12 Chris Lattnerfix another GCC bootstrap problem, which manifested...
2009-09-11 Chris Lattnerswitch HiddenGVStubs to be a DenseMap instead of a...
2009-09-11 Chris LattnerFix a bug I introduced in FnStubs generation, switch...
2009-09-11 Chris Lattnerchange FnStubs from being a StringMap<std::string>...
2009-09-11 Chris LattnerprintInstruction() no longer prints a \n after itself...
2009-09-11 Chris Lattnerreimplement X86ATTAsmPrinter::GetGlobalAddressSymbol...
2009-09-11 Chris Lattnerconvert X86ATTAsmPrinter::GetExternalSymbolSymbol to...
2009-09-11 Chris Lattnerrearrange some code, export a SmallString version of...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Chris Lattneradd a gross hack to get "SrcLine" comments to show...
2009-09-09 Chris Lattnerhoist the call to processDebugLoc out of the generated
2009-09-09 Chris Lattnermake sure to send external symbols through the mangler,
2009-09-09 Chris Lattneradd support for @PLT and friends on external symbols...
2009-09-08 Chris Lattneradd support for some missing modifiers on jumptable...
2009-09-08 Chris Lattneradd a bunch more evil lowering code to work around...
2009-09-08 Chris LattnerADd support for "lowering" the X86::MOVZX16rr8/X86...
2009-09-08 Chris Lattneradd a hack to lower MOV16r0 to MOV32r0 in MCInstLower...
2009-09-06 Duncan SandsRemove unreachable code.
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-09-03 Chris Lattnerdon't call getOffset() on jump tables, this fixes three...
2009-09-03 Chris LattnerImplement support for X86II::MO_GOT_ABSOLUTE_ADDRESS...
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-09-03 Chris Lattnermerge globaladdress symbol processing stuff into other...
2009-09-03 Chris LattnerSplit the "operand -> symbol" logic from the "get offse...
2009-09-03 Chris Lattnerimplement lowering support for constant pool index...
2009-09-03 Chris Lattnersimplify this by using SmallString::str(), much nicer!
2009-09-02 Chris Lattnerswitch from std::string to SmallString + raw_svector_os...
2009-09-02 Chris Lattnersplit mcinst lowering stuff out to its own file.