llvm/include/llvm/ProfileData/InstrProfData.inc: Add c++-mode in the header.
[oota-llvm.git] / include / llvm / MC /
2016-01-03 Craig TopperUse std::is_sorted instead of manual loops. NFC
2016-01-03 Craig TopperUse range-based for loop. NFC
2015-12-29 Chandler Carruth[ptr-traits] Add a bunch of includes to provide complet...
2015-12-29 Chandler Carruth[ptr-traits] Split the MCFragment type hierarchy out...
2015-12-29 Chandler Carruth[MC] Fix the comment header for this header file. It...
2015-12-29 Craig TopperDe-virtualize mnemonicIsValid and remove from the base...
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-16 Rafael EspindolaUse std::unique_ptr. NFC.
2015-12-15 Weiming ZhaoBump up MAX_SUBTARGET_FEATURES
2015-12-13 Michael Zuckerman[X86][inline asm] support even directive
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-05 David Blaikie[llvm-dwp] Support debug_tu_index
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-11-18 Manuel KlimekFix bug where WinCOFFObjectWriter would assume starting...
2015-11-18 Fraser CormackFix typo in comment. NFC.
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-17 Oliver Stannard[Assembler] Allow non-fatal errors after parsing
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location of asm constant...
2015-11-16 Bradley Smith[ARM] Introduce subtarget features per ARM architecture.
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-12 Daniel SandersImplement .reloc (constant offset only) with support...
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-11-09 Colin LeMahieu[AsmParser] Provide target direct access to mnemonic...
2015-11-08 Colin LeMahieu[AsmParser] Allow tokens to be put back in to the token...
2015-11-06 Rafael EspindolaBring r252305 back with a test fix.
2015-11-06 Rafael EspindolaRevert "Simplify the creation of .eh_frame/.debug_frame...
2015-11-06 Rafael EspindolaSimplify the creation of .eh_frame/.debug_frame sections.
2015-11-05 NAKAMURA TakumiMCStreamer.h: Prune \return, corresponding to r252102...
2015-11-05 Rafael EspindolaFix pr24832.
2015-11-04 Rafael EspindolaSimplify now that emitValueToOffset always returns...
2015-11-03 Rafael EspindolaDelete dead code.
2015-11-03 Rafael EspindolaSimplify local common output.
2015-11-02 Rafael EspindolaELF can handle some relocations of the form -sym +...
2015-10-30 Davide Italiano[MC] Make another header NDEBUG-free.
2015-10-28 Tim NorthoverARM: add support for WatchOS's compact unwind information.
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-10-23 Rafael EspindolaFix the variable names to match the LLVM style.
2015-10-22 Rafael EspindolaAvoid storing a second copy of each string in StringTab...
2015-10-17 Craig TopperUse binary search in isCPUStringValid since the array...
2015-10-12 Colin LeMahieu[llvm-symbolizer] Reverting r250067
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
2015-10-07 Rafael Espindolagit-clang-format r249548.
2015-10-07 Rafael EspindolaUse SpecificBumpPtrAllocator to simplify the MCSeciton...
2015-10-07 Rafael EspindolaUse non virtual destructors for sections.
2015-10-07 Rafael EspindolaDon't repeat names in comments and don't indent in...
2015-10-07 Michael Kuperstein[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting...
2015-10-05 Rafael EspindolaFix pr24486.
2015-10-05 NAKAMURA TakumiReformat partially.
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-10-03 Rafael EspindolaRemove unnecessary includes.
2015-10-03 Rafael EspindolaMove registerSection out of line and reduce #includes...
2015-09-25 Tom StellardMCAsmInfo: Allow targets to specify when the .section...
2015-09-24 Rafael EspindolaUse ELFOSABI_NONE instead of ELFOSABI_LINUX.
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-10 Rafael EspindolaMark another method const. Sorry for missing this one...
2015-09-10 Rafael EspindolaMark two methods const.
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-09-02 NAKAMURA TakumiMCAssembler.h: Prune unused \param since r246604. ...
2015-09-01 David Majnemer[MC] Remove MCAssembler's copy of OS
2015-09-01 David Majnemer[MC] Allow MCObjectWriter's output stream to be swapped out
2015-08-31 Vedant Kumar[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
2015-08-26 Frederic Riss[MC] Split the layout part of MCAssembler::finish(...
2015-08-26 Frederic Riss[MC/MachO] Make some MachObjectWriter methods more...
2015-08-25 Vedant Kumar[MC] Add a SetUsed default param to MCSymbol accessors...
2015-08-17 Benjamin KramerExtend MCAsmLexer so that it can peek forward several...
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-08-07 Frederic Riss[MCDwarf] Use more idiomatic [u]int8_t types.
2015-08-07 Frederic RissUse 'signed char' instead of 'char'
2015-08-07 Frederic Riss[MC/Dwarf] Allow to specify custom parameters for linet...
2015-08-05 David Blaikie-Wdeprecated-clean: Remove uses of throw() in favor...
2015-08-01 David BlaikieWorkaround some compilers that give a stricter throw...
2015-08-01 David BlaikieMissing formatting
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-27 Colin LeMahieu[llvm-mc] Add --no-warn flag with -W alias to disable...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-22 Michael Kuperstein[X86] Add .intel_syntax noprefix directive to intel...
2015-07-21 Akira HatanakaBump the size of FeatureBitset up to 96-bits.
2015-07-17 Matthias BraunARM: Enable MachineScheduler and disable PostRASchedule...
2015-07-17 Adam NemetRevert "ARM: Enable MachineScheduler and disable PostRA...
2015-07-17 Matthias BraunARM: Enable MachineScheduler and disable PostRASchedule...
2015-07-15 Petr Pavlu[TableGen] Improve decoding options for non-orthogonal...
2015-07-11 Yaron KerenFix include guard typo introduced in r239315.
2015-07-10 Duncan P. N. Exon... MC: Shrink MCDwarfLoc/MCLineEntry
2015-07-10 Duncan P. N. Exon... MC: Only allow changing feature bits in MCSubtargetInfo
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo::InitCPUSched()
2015-07-10 Duncan P. N. Exon... MC: Remove the copy of MCSchedModel in MCSubtargetInfo
2015-07-10 David Majnemer[MC] Switch static const to an enum to silence MSVC...
next