[C++] Use 'nullptr'.
[oota-llvm.git] / include / llvm / MC /
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Kevin EnderbyChange the prototype for MCContext::FatalError() so...
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-18 Benjamin KramerAdd some missing includes for various standard library...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-11 David BlaikieFormat fixes for r205990
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
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-05 David BlaikieRemove unused function
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-01 David BlaikieAdd inequality operator for MachineLocation.
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 KramerRemove outdated comment.
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: allow each section to have a linker-private...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const.
2014-03-27 Lang HamesTemporarily remove assert while I dig in to issues...
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Lang HamesAdd missing #include <cassert> to MCSymbolizer.h.
2014-03-27 Lang HamesAssert that MCSymbolizer is constructed with a valid...
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-25 Rafael EspindolaUse Endian.h to simplify this code a bit.
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-19 David BlaikieDebugInfo: Use the comp_dir of the referencing type...
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 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-14 David BlaikieMCDwarf: Initialize MCLineTableHeader::Label
2014-03-14 Rafael EspindolaCorrectly handle an ELF symbol defined with "a = b...
2014-03-14 David BlaikieRemove unnecessary StringRef::str() call where an impli...
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 BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-11 Rafael EspindolaSimplify a really complicated check for Arch == X86_64.
2014-03-11 Rafael EspindolaRemove dead code.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 David MajnemerMC: Use MachO::SectionType for MCSectionMachO::getType...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-01 Andrew TrickRewrite a terrible comment about the machine model.
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
2014-02-27 Matheus AlmeidaAdd getter method to access Reloc::Model.
2014-02-27 Rafael EspindolaRemove MCPureStreamer.
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-09 Saleem AbdulrasoolMCParser: add a single token lookahead
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-04 Rafael EspindolaEvery target uses .align. Simplify.
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-02-01 David WoodhouseMC: Add AsmLexer::BigNum token for integers greater...
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-30 Timur IskhodzhanovFix PR18381 - print a minimal diagnostic rather than...
2014-01-30 Saleem AbdulrasoolARM IAS: support .object_arch
2014-01-30 Saleem AbdulrasoolARM IAS: support .movsp
next