Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
[oota-llvm.git] / lib / MC /
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-08 Kai NackeRevert: Fix wrong code offset for unwind code SET_FPREG.
2013-07-08 Kai NackeRevert: Generate IMAGE_REL_AMD64_ADDR32NB relocations...
2013-07-08 Kai NackeRevert: Fix alignment of unwind data.
2013-07-08 Kai NackeRevert: Emit personality function and Dwarf EH data...
2013-07-06 Kai NackeEmit personality function and Dwarf EH data for Win64...
2013-07-06 Kai NackeFix alignment of unwind data.
2013-07-06 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-07-06 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-07-04 Ahmed BougachaRemove use of asymmetric std::lower_bound comparator.
2013-07-04 Nico RieckMC: Add .section directive to COFF
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-06-27 Serge PavlovUse MCFillFragment for zero-initialized data.
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-21 Kevin EnderbyImprove the time it takes to generating dwarf for assem...
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-21 Ulrich Weigand[PowerPC] Support @h modifier
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-06-20 Ulrich Weigand[PowerPC] Clean up VK_PPC_TOC... names
2013-06-20 Ulrich Weigand[MC] Support @ variants with directional labels
2013-06-19 Ulrich Weigand[MC/DWARF] Generate multiple .debug_line entries for...
2013-06-19 Ahmed BougachaAllow creation of single-byte MCAtoms.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-16 Benjamin KramerSilence warning in Release builds.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-12 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-30 Ahmed BougachaRemove debug print added in r182949.
2013-05-30 Bill WendlingUse the const_cast only where necessary.
2013-05-30 Ahmed BougachaMCObjectSymbolizer: Switch from IntervalMap to sorted...
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-25 Cameron ZwarichAdd support for DWARF line number table entries for...
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Daniel JasperFix unused warning in opt builds.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-23 Ulrich Weigand[PowerPC] Clean up generation of ha16() / lo16() markers
2013-05-23 Kevin EnderbyMissed removing one of the assert()'s from the LLVMCrea...
2013-05-15 Rafael EspindolaCleanup relocation sorting for ELF.
2013-05-15 Ulrich WeigandRemove MCELFObjectTargetWriter::adjustFixupOffset hack
2013-05-14 Sylvestre LedruFix two typo
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-07 Kevin EnderbyFix a bug in the MC asm parser evaluating expressions...
2013-05-07 Charles DavisMCStreamer: Also clear vector of W64UnwindInfos on...
2013-05-07 Bob WilsonRemove redundant check and use cached FrameArray values.
2013-05-06 Ulrich Weigand[SystemZ] Update non-pic DWARF encodings
2013-05-06 Ulrich Weigand[SystemZ] Define DWARF encoding
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-03 Ulrich Weigand[PowerPC] Parse platform-specifc variant kinds in AsmParser
2013-04-25 Rafael EspindolaFix section relocation for SECTIONREL32 with immediate...
2013-04-24 Bill WendlingAlign the __LD,__compact_unwind section.
2013-04-22 Matt ArsenaultRemove unused DwarfSectionOffsetDirective string
2013-04-22 Chad Rosier[ms-inline asm] Get the OpDecl and remove a redundant...
2013-04-22 Peter CollingbourneCOFF: Fix weak external aliases.
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-22 Craig TopperFix indentation. No functional change.
2013-04-22 Craig TopperPut 'else' on same line as preceding curly brace per...
2013-04-22 Craig TopperRemove an unreachable 'break' following a 'return'.
2013-04-18 Bill WendlingRelax this assert. It may not hold in all cases.
2013-04-18 Bill WendlingAssert if we're trying to generate a null compact unwin...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-14 Nico RieckUse object file specific section type for initial text...
2013-04-12 Chad Rosier[ms-inline asm] Add the implementation for the AOK_Dele...
2013-04-11 Chad Rosier[ms-inline asm] Remove brackets from around a symbol...
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-04-10 Bill WendlingNo need to have this return a bool.
2013-04-10 Bill WendlingTrack the compact unwind encoding for when we are unabl...
2013-04-10 Chad RosierReapply r179115, but use parsePrimaryExpression a littl...
2013-04-10 Peter CollingbourneUse a scheme closer to that of GNU as when deciding...
2013-04-09 Rafael EspindolaRemove unused method and default values.
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-04-08 Chad Rosier[ms-inline asm] Add support for ImmDisp [ Symbol ]...
2013-04-03 Rafael EspindolaFix the fde encoding used by mips to match gas.
2013-04-01 Jack CarterMips direct object exception handling regression
2013-03-30 Benjamin KramerChange '@SECREL' suffix to GAS-compatible '@SECREL32'.
2013-03-19 Chad RosierDead code.
2013-03-19 Chad Rosier[ms-inline asm] Move the immediate asm rewrite into...
2013-03-19 Chad Rosier[ms-inline asm] Remove the brackets from X86Operand...
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-03-18 Jakub StaszakChange NULL to 0.
2013-03-15 Rafael EspindolaFix the FDE encoding to be relative on ELF.
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-12 Kevin EnderbyRemove the assert()'s from the LLVMCreateDisasmCPU...
2013-03-09 Nick LewyckyCommit the right files for r176762. Sigh.
2013-03-09 Nick LewyckyWe need a shndx if the number of sections breaks SHN_LO...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-26 Bill SchmidtFix PR15359.
2013-02-25 Matt Beaumont-Gay'Hexadecimal' has two 'a's and only one 'i'.
next