Add the test case that I missed when committing r195528. Doh!
[oota-llvm.git] / lib / MC /
2013-11-25 David PeixottoARM integrated assembler generates incorrect nop opcode
2013-11-25 Rafael EspindolaFix .comm and .lcomm on COFF.
2013-11-25 Rafael EspindolaRefactor to make the .bss, .data and .text sections...
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Reid KlecknerRevert "COFF: Emit all MCSymbols rather than filtering...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-14 Rafael EspindolaDon't mangle \n and "
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-12 Rafael EspindolaRemove always true flag.
2013-11-08 Lang HamesAdd a method to get the object-file appropriate stack...
2013-11-01 Kevin EnderbyAdd to the disassembler C API output reference types for
2013-10-31 Rafael EspindolaRemove unused flag.
2013-10-29 Joerg SonnenbergerMove the STT_FILE symbols out of the normal symbol...
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-22 David BlaikieMC: Support multiple sections with the same name in...
2013-10-22 David BlaikieWhitespace
2013-10-20 Peter CollingbourneEmit DWARF line entries for all data in the instruction...
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-16 Rafael EspindolaCreate an atom with just the data that failed to disass...
2013-10-16 Rafael EspindolaFix MCDataAtom never calling remap when adding data.
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-10-13 Will DietzMC: Don't assume incoming StringRef's are null terminated.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Rafael EspindolaFix the documentation of getDefaultSubtargetFeatures.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-04 Jack Carterreverting per request
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
2013-10-03 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] Add an option to print latency...
2013-10-02 Rafael EspindolaAdd Support For .bss Named Section Directive For Darwin...
2013-10-01 Quentin Colombet[llvm-c][Disassembler] Add an option to reproduce in...
2013-10-01 Quentin Colombet[MC] When MCInstPrint::printAnnotation uses a comment...
2013-09-26 Adrian PrantlMCParser/Debug info: Accept line number 0 as a legitima...
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-25 David MajnemerMC: Add support for treating $ as a reference to the PC
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-24 Jim GrosbachMachO: Improve backend diagnostic for overalignment.
2013-09-24 Roman DivackyMake the size and expr arguments of .fill directive...
2013-09-23 Richard MittonFixed debug_aranges handling for common symbols.
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-21 David MajnemerELF: Parse types in directives like binutils gas
2013-09-21 NAKAMURA TakumiInitialize BSSSection explicitly in InitMachOMCObjectFi...
2013-09-20 Jim GrosbachMC: Tidy up.
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 Eric ChristopherRemove extraneous space, the asm printing infrastructur...
2013-09-18 Craig TopperFix X86 subtarget to not overwrite the autodetected...
2013-09-17 Reid KlecknerCOFF: Ensure that objects produced by LLVM link with...
2013-09-17 Reid KlecknerCOFF: Emit all MCSymbols rather than filtering out...
2013-09-17 Reid KlecknerCOFF: Remove ExportSection, which has been dead since...
2013-09-16 Jakub StaszakUse reference instead of copy.
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-15 David MajnemerMC: Add support for '?' flags in .section directives
2013-09-15 Kai NackeFix alignment of unwind data.
2013-09-15 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-09-14 Benjamin KramerRemove unused StringRef that no compiler warned about...
2013-09-10 Eli FriedmanRemove unused functions.
2013-09-10 NAKAMURA TakumiMCObjectFileInfo.cpp: Fix a couple of possible typo...
2013-09-09 Bill WendlingSet the encoding to '0' if we don't have an MAB.
2013-09-09 Eric ChristopherAdd the gnu pubnames and pubtypes sections to the mc...
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-05 Yunzhong GaoImprove handling of .file, .include and .incbin directi...
2013-09-05 Bill WendlingFix comments to reflect reality.
2013-09-04 Nick KledzikAdd names for mach-o permissions bits and use the symbo...
2013-09-04 Bill WendlingAdd missing header line.
2013-09-04 Bill WendlingUse ArrayRef instead of explicit container.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-28 Kevin EnderbyThe integrated darwin assembler can hang in an infinite...
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisSupport/MachO: Add a bunch of defines.
2013-08-27 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-08-21 Ahmed BougachaMC CFG: Remap enough for data too, analoguous to r188873.
2013-08-21 Ahmed BougachaStyle cleanup following David's review for r188876.
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-08-21 Ahmed BougachaMC CFG: Support disassembly at arbitrary addresses...
2013-08-21 Ahmed BougachaMC CFG: Use data structures more appropriate than std...
2013-08-21 Ahmed BougachaMC CFG: Add an MCObjectSymbolizer in the MCObjectDisass...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler Mach-O implementation.
2013-08-21 Ahmed BougachaMC CFG: Add "dynamic disassembly" support to MCObjectDi...
2013-08-21 Ahmed BougachaMC CFG: When disassembly is impossible, fallback to...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler support for entrypoint...
2013-08-21 Ahmed BougachaMC CFG: Split MCBasicBlocks to mirror atom splitting.
2013-08-21 Ahmed BougachaMC CFG: Add a few needed methods, mainly MCModule:...
2013-08-21 Ahmed BougachaMC: ObjectSymbolizer can now recognize external functio...
2013-08-21 Ahmed BougachaMC: Refactor ObjectSymbolizer to make relocation/sectio...
2013-08-21 Ahmed BougachaMC CFG: Add more MCFunction container methods (find...
2013-08-21 Ahmed BougachaMC CFG: Keep pointer to parent MCModule in created...
2013-08-21 Ahmed BougachaMC CFG: Don't insert preds/succs again.
next