summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie2014-03-13
* MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie2014-03-13
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-13
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-13
* Use printable names to implement directional labels.Rafael Espindola2014-03-13
* Remove stale commentDavid Blaikie2014-03-13
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-13
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* MC: fix silly typoSaleem Abdulrasool2014-03-13
* MC: fix possible NULL pointer dereferenceSaleem Abdulrasool2014-03-13
* MCDwarf: Remove unused parameterDavid Blaikie2014-03-12
* MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...David Blaikie2014-03-12
* Correct typo ("a entry" -> "an entry")David Blaikie2014-03-12
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* Simplify a really complicated check for Arch == X86_64.Rafael Espindola2014-03-11
* MC: Appease the buildbotsDavid Majnemer2014-03-10
* MC: Cleanup MCSectionMachO::ParseSectionSpecifierDavid Majnemer2014-03-10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* De-virtualize a method since it doesn't override anything (yay 'override' key...Craig Topper2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* MC: Use MachO::SectionType for MCSectionMachO::getType's return typeDavid Majnemer2014-03-07
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-07
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* Reapply "MC: simplify object file selection for Windows"Saleem Abdulrasool2014-03-06
* Remove unreachable 'return true' always dominated by 'return Error' or 'retur...Ted Kremenek2014-03-06
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* MC: simplify object file selection for WindowsSaleem Abdulrasool2014-03-06
* MS asm: The initial dot in struct access is optionalReid Kleckner2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-05
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Add support for parsing sun-style section flags in ELFAsmParser.Venkatraman Govindaraju2014-03-01
* Remove MCPureStreamer.Rafael Espindola2014-02-27
* Reuse constants for COFF string table entry offsetsNico Rieck2014-02-25
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Asm Parser: support .error directiveSaleem Abdulrasool2014-02-23
* AsmParser: support .ifeqs directiveSaleem Abdulrasool2014-02-23
* MCAsmParser: support .ifneSaleem Abdulrasool2014-02-23
* MCAsmParser: handle space properly for .ifc/.ifncSaleem Abdulrasool2014-02-23
* MCAsmParser: add support for .err directiveSaleem Abdulrasool2014-02-23
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-22
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-22
* Remove dead declarationSylvestre Ledru2014-02-21
* AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.Benjamin Kramer2014-02-20
* MCAsmParser: support required parametersSaleem Abdulrasool2014-02-19
* MCAsmParser: change representation of MCAsmMacroParameterSaleem Abdulrasool2014-02-19
* Add support for assigning to . in AsmParser.Anders Waldenborg2014-02-17