ProfileData: Add support for the indexed instrprof format
[oota-llvm.git] / lib / MC /
2014-04-18 David BlaikieUpdate the fragments of symbols in compressed sections.
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
2014-04-18 Yaron KerenPatch by Ray Donnelly.
2014-04-17 Saleem AbdulrasoolMC: rework static_assert to be MSVC compatible
2014-04-16 Tim NorthoverAArch64/ARM64: port across stub handling for ELF C...
2014-04-16 Timur IskhodzhanovSimplify a static_assert so VS2013 can build it
2014-04-16 Saleem AbdulrasoolCOFF: fix an off by one error
2014-04-16 Saleem AbdulrasoolCOFF: add support for .file symbols
2014-04-15 David BlaikieUse unique_ptr for section/segment ownership in WinCOFF...
2014-04-15 David BlaikieUse unique_ptr to own MCFunctions within MCModule.
2014-04-15 David BlaikieUse std::unique_ptr to manage MCBasicBlocks in MCFunction.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-04-14 Kaelyn TakataRemove a variable from r206192 that is only used in...
2014-04-14 Kaelyn TakataFix up MCFixup::getAccessVariant to handle unary expres...
2014-04-13 Saleem AbdulrasoolMC: check machine magic when applying offset adjustments
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-11 David BlaikiePull out a named variable for the cached section names...
2014-04-11 David BlaikieFormat fixes for r205990
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-04-11 Rafael EspindolaDon't lose the thumb bit by using relocations with...
2014-04-11 David BlaikieUse value types instead of 'new'd objects to store...
2014-04-10 David BlaikieRemove lazy-initialization of section caches in MCContext
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
2014-04-10 David BlaikieRevert debug info compression support.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-08 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-02 Rafael EspindolaWork around gold bug sourceware.org/PR16794.
2014-04-02 Quentin Colombet[ARM64][CollectLOH] Add some comments to explain how...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-03-30 Lang Hames[MC] Remove an unused (and broken) variant of the setup...
2014-03-29 Benjamin KramerDetemplatize LOHDirective.
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-29 Tim NorthoverMC: add a RefKind field to MCValue
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: actually set linker-private prefix at MC level.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 David BlaikieDebug Compression: Avoid compression debug_frame for now
2014-03-28 Rafael EspindolaMap ELf flags back to more specific section kinds.
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Lang HamesMove MCSymbolizer's constructor into header. It's trivi...
2014-03-27 Lang HamesUpdate MCSymbolizer and its subclasses' constructors...
2014-03-27 Lang HamesRemove forward declaration for Target class - Target...
2014-03-27 Rafael EspindolaCorrectly propagates st_size.
2014-03-26 Christian PirkerAArch64_BE Elf support for MC-JIT runtime dynamic linker
2014-03-26 David BlaikieDebugInfo: Add fission-related sections to COFF
2014-03-26 Rafael EspindolaCorrectly detect if a symbol uses a reserved section...
2014-03-25 Rafael EspindolaCreate .symtab_shndxr only when needed.
2014-03-25 Rafael EspindolaUse Endian.h to simplify this code a bit.
2014-03-24 Rafael EspindolaPropagate section from base to derived symbol.
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-23 Rafael EspindolaPropagate types from symbol to aliases.
2014-03-22 Saleem AbdulrasoolARM IAS: properly handle function entries in .thumb
2014-03-21 Rafael EspindolaFix the value computation in
2014-03-21 Arnaud A. de Grand... Remove some dead assignements found by scan-build
2014-03-21 Saleem AbdulrasoolMCParser: add an assertion
2014-03-20 Rafael EspindolaDon't use EmitAbsValue with symbol references.
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-20 Alexey SamsonovAdd llvm_unreachable after fully-covered switches to...
2014-03-20 Saleem AbdulrasoolReapply 'ARM IAS: support .thumb_set'
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-18 Jim GrosbachTidy up. Update per naming conventions.
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-18 Rafael EspindolaAdd back r203962, r204028 and r204059.
2014-03-18 Alexander KornienkoRevert r203962 and two revisions depending on it: r2040...
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-17 David BlaikieDebugInfo: Use MC line table file entry uniquing for...
2014-03-17 Saleem AbdulrasoolMC: change runtime check to an assertion
2014-03-17 Saleem AbdulrasoolARM IAS: support .thumb_set
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-17 Rafael EspindolaConsider the base pointer for setting the symbol type.
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-14 Jim GrosbachMC: don't create a backtrace for diagnostics.
2014-03-14 David BlaikieMCContext: Remove redundant assignment
2014-03-14 Rafael EspindolaCorrectly handle an ELF symbol defined with "a = b...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 David BlaikieMCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
2014-03-13 David BlaikieMCDwarf: Extract the DWARF line table header handling...
2014-03-13 David BlaikieMCDwarf: Sink file/directory creation down into MCDwarf...
2014-03-13 David BlaikieMCDwarf: Oh, and move the directory string over to...
2014-03-13 David BlaikieMCDwarf: Simplify MCDwarfFile to just use std::string...
2014-03-13 David BlaikieMCDwarf: Simply MCDwarfFile since it really is just...
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-13 David BlaikieRemove stale comment
2014-03-13 David BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-13 Saleem AbdulrasoolMC: fix silly typo
2014-03-13 Saleem AbdulrasoolMC: fix possible NULL pointer dereference
next