summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* MC: Appease the buildbotsDavid Majnemer2014-03-101-2/+2
* MC: Cleanup MCSectionMachO::ParseSectionSpecifierDavid Majnemer2014-03-101-77/+43
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-085-36/+36
* De-virtualize a method since it doesn't override anything (yay 'override' key...Craig Topper2014-03-081-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-086-256/+251
* MC: Use MachO::SectionType for MCSectionMachO::getType's return typeDavid Majnemer2014-03-072-2/+2
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-072-3/+3
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-074-108/+108
* Reapply "MC: simplify object file selection for Windows"Saleem Abdulrasool2014-03-061-3/+2
* Remove unreachable 'return true' always dominated by 'return Error' or 'retur...Ted Kremenek2014-03-061-3/+2
* Support: split object format out of environmentSaleem Abdulrasool2014-03-061-2/+2
* MC: simplify object file selection for WindowsSaleem Abdulrasool2014-03-061-4/+3
* MS asm: The initial dot in struct access is optionalReid Kleckner2014-03-061-0/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-0610-60/+45
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-054-9/+4
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-051-0/+12
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-053-3/+3
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-022-5/+4
* Add support for parsing sun-style section flags in ELFAsmParser.Venkatraman Govindaraju2014-03-011-6/+43
* Remove MCPureStreamer.Rafael Espindola2014-02-272-229/+0
* Reuse constants for COFF string table entry offsetsNico Rieck2014-02-251-7/+9
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+2
* Asm Parser: support .error directiveSaleem Abdulrasool2014-02-231-10/+34
* AsmParser: support .ifeqs directiveSaleem Abdulrasool2014-02-231-2/+44
* MCAsmParser: support .ifneSaleem Abdulrasool2014-02-231-3/+7
* MCAsmParser: handle space properly for .ifc/.ifncSaleem Abdulrasool2014-02-231-1/+2
* MCAsmParser: add support for .err directiveSaleem Abdulrasool2014-02-231-0/+16
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-221-1/+27
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-222-26/+1
* Remove dead declarationSylvestre Ledru2014-02-211-1/+0
* AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.Benjamin Kramer2014-02-201-3/+3
* MCAsmParser: support required parametersSaleem Abdulrasool2014-02-191-12/+59
* MCAsmParser: change representation of MCAsmMacroParameterSaleem Abdulrasool2014-02-191-18/+22
* Add support for assigning to . in AsmParser.Anders Waldenborg2014-02-171-8/+6
* MCAsmParser: better handling for named argumentsSaleem Abdulrasool2014-02-171-15/+56
* MCAsmParser: relax declaration parsingSaleem Abdulrasool2014-02-161-1/+4
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-141-1/+2
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-141-0/+10
* Revert "DebugInfo: Don't include the name of the CU file in the line table fi...Eric Christopher2014-02-141-2/+1
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-141-1/+2
* Use __literal16. It has been supported by the linker since 2005.Rafael Espindola2014-02-131-10/+4
* Fix generation of 'isa' and 'discriminator' keywords.Diego Novillo2014-02-131-2/+2
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-133-0/+18
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-123-18/+0
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-123-0/+18
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-102-13/+13
* MCParser: add a single token lookaheadSaleem Abdulrasool2014-02-091-0/+22
* AsmParser: Simplify code with ArrayRef.Benjamin Kramer2014-02-091-32/+12
* AsmParser: Parse (and ignore) nested .macro definitions.Benjamin Kramer2014-02-091-9/+20
OpenPOWER on IntegriCloud