CMake: build llvm-config on Windows.
[oota-llvm.git] / lib / MC /
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.
2013-08-21 Ahmed BougachaMC CFG: Remap enough for the inserted instruction.
2013-08-20 Vladimir MedicFix style issues in AsmParser.cpp
2013-08-14 Tim NorthoverSupport C99 hexadecimal floating-point literals in...
2013-08-13 David Majnemer[-cxx-abi microsoft] Stick zero initialized symbols...
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-07 Eric ChristopherFix a FIXME, on darwin all virtual sections have a...
2013-08-07 Eric ChristopherMove assert above first use of variable that we'd be...
2013-08-04 Benjamin KramerAsmParser: Store MacroLikeBodies on the side so they...
2013-08-02 Duncan SandsPacify GCC, which worries about falling off the end...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2013-07-29 Nico RieckMC: Support larger COFF string tables
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-23 Ahmed BougachaRevert "Remove use of asymmetric std::lower_bound compa...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-15 Reid Kleckner[mc-coff] Resolve aliases when emitting COFF relocations
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-10 Tim NorthoverPut ELF COMDAT relocations into the relevant COMDAT...
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...
next