Pulling out previous patch, must've run the tests in
[oota-llvm.git] / lib / Target / X86 / AsmPrinter /
2010-07-20 Daniel DunbarUpdate CMake files.
2010-07-19 Chris Lattnerfix a layering problem by moving the x86 implementation
2010-07-19 Bruno Cardoso LopesAdd 256-bit vaddsub, vhadd, vhsub, vblend and vdpp...
2010-07-16 Dale JohannesenAccept registers with P modifier. PR 5314.
2010-07-14 Chris Lattnerfix indentation
2010-07-14 Chris LattnerMerge lib/Target/X86/X86COFF.h into include/llvm/Suppor...
2010-07-09 Bruno Cardoso LopesStart the support for AVX instructions with 256-bit...
2010-07-09 Chris Lattnerhave the mc lowering process handle a few tail call...
2010-07-09 Chris Lattnerreject pseudo instructions early in the encoder.
2010-07-08 Chris LattnerChange LEA to have 5 operands for its memory operand...
2010-07-07 Devang PatelPrint undefined/unknown debug value as "undef".
2010-07-06 Dale JohannesenAccept RIP-relative symbols with 'i' constraint, and
2010-07-06 Devang PatelFix PR7545 crash.
2010-06-17 Eric ChristopherHack to let the move lowering handle dynamic-no-pic...
2010-06-03 Eric ChristopherAdd first pass at darwin tls compiler support.
2010-05-19 Daniel DunbarMC/X86: Lower TAILCALLd[64] to JMP_1, to allow relaxati...
2010-05-19 Daniel DunbarMC/X86: Strip spurious operands from TAILJMPr64 as...
2010-05-19 Daniel DunbarMC/X86: Lower MOV{8,16,32,64}{rm,mr} to fixed-register...
2010-05-19 Daniel DunbarMC/X86: Strip spurious operands from CALL64r as we...
2010-05-18 Chris Lattnermake mcinstlower remove all but the first operand to...
2010-05-18 Daniel DunbarMC/X86: Implement custom lowering to make sure we match...
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-09 Nathan Jeffordsupdated handling dllexport in X86AsmPrinter
2010-05-09 Nathan Jeffordsmade COFF target dllexport logic apply to all subtargets
2010-05-08 Chris Lattnerbreak coff symbol definition stuff out into proper...
2010-05-07 Devang PatelUse overloaded operators instead of DIDescriptor::getNode()
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-04-29 Devang PatelPrint variable scope name in DEBUG_VALUE comment. Usefu...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-17 Dan GohmanUse const_cast instead of a C-style cast to cast away...
2010-04-12 Evan ChengUse .set expression for x86 pic jump table reference...
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-07 Dale JohannesenMove printing of target-indepedent DEBUG_VALUE comments
2010-04-06 Dale JohannesenRevert 100573, it's causing some testsuite problems.
2010-04-06 Dale JohannesenMove printing of DEBUG_VALUE comments to target-indepen...
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnersimplify various getAnalysisUsage implementations.
2010-04-04 Chris Lattnerclean up the asmprinter header and privatize some stuff.
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnerstreamerize printing of dbg_value, the x86 backend...
2010-04-04 Chris Lattnersplit DEBUG_VALUE printing stuff out to its own method.
2010-04-04 Chris Lattnermc'ize elf stub printing, convert cygwin stuff to EmitR...
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattneruse predicates in DBG_VALUE printing code to simplify it.
2010-04-04 Chris Lattnerremove more implicit uses of "O".
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-31 Jakob Stoklund OlesenReplace V_SET0 with variants for each SSE execution...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-14 Chris Lattnercomment fix.
2010-03-14 Chris Lattnershrink 4-byte branches to 1-byte branches when lowering...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-13 Chris Lattnerswitch to the text section at the start of the .s file...
2010-03-12 Jeffrey YasskinFix LLVM build when the user specifies CPPFLAGS on...
2010-03-12 Chris Lattnerremove special case code that isn't needed anymore.
2010-03-12 Chris Lattnerinline GetGlobalValueSymbol into the rest its callers and
2010-03-12 Chris Lattnerinline the now-trivial implementation of GetGlobalValue...
2010-03-12 Chris Lattnereliminate the X86 version of GetGlobalValueSymbol,...
2010-03-12 Chris Lattnermove fastcall/stdcall mangling up into Mangler.
2010-03-12 Chris Lattnermake DecorateCygMingName a static method.
2010-03-12 Chris Lattnerminor tidying, only do work if a function is
2010-03-12 Chris Lattnereliminate the string form of DecorateCygMingName
2010-03-12 Bill WendlingAdd a beta-test for placing the LSDA into the TEXT...
2010-03-12 Devang PatelFix llc crash on invalid input.
2010-03-12 Chris LattnerRemove some dead code. This method only gets called on
2010-03-12 Chris Lattneruse Mang->getSymbol instead of duplicating the logic...
2010-03-12 Chris Lattnersimplify code to use OutContext.GetOrCreateTemporarySym...
2010-03-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-09 Bill WendlingMC-ize the stub printing in ARM.
2010-02-17 Dan GohmanMake the operand and format specifier match, and print all
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-10 Chris LattnerAdd ability for MCInstPrinters to add comments for...
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 Lattnerreapply r95206, this time actually delete the code...
2010-02-03 Chris Lattnerrevert r95206, it is apparently causing bootstrap failu...
2010-02-03 Chris Lattnermake the x86 backend emit darwin stubs through mcstreamer
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Chris Lattnerdon't emit \n's at the start of X86AsmPrinter::runOnMac...
2010-02-03 Chris LattnerFinally eliminate printMCInst and send instructions...
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
next