summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Extract LaneBitmask into a separate typeKrzysztof Parzyszek2016-12-151-0/+2
* Allow ELF section flags to be specified numericallyPrakhar Bahuguna2016-12-151-0/+4
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-153-1/+8
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-5/+5
* [Assembler] Better error messages for .org directiveOliver Stannard2016-12-145-17/+32
* Add a comment consumer mechanism to MCAsmLexerOliver Stannard2016-12-082-1/+17
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-085-33/+10
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-085-10/+33
* [llvm] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang2016-12-061-14/+5
* Summary: Currently there is no way to disable deprecated warning from asm lik...Weiming Zhao2016-12-051-1/+2
* [MC] Generalize MCContext's SectionSymbols field.Dan Gohman2016-12-031-3/+3
* [MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman2016-12-013-5/+5
* [llvm] Implement support for -defsym assembler optionMandeep Singh Grang2016-12-011-0/+16
* [AsmParser] Diagnose empty symbol for .set directiveWeiming Zhao2016-12-011-0/+3
* MCStreamer: Use "cfi" for CFI related temp labels.Matthias Braun2016-11-301-25/+18
* MC: ensure that we have a section before accessing itSaleem Abdulrasool2016-11-221-15/+17
* Fix comment typos. NFC.Simon Pilgrim2016-11-201-1/+1
* Fix 24560: assembler does not share constant pool for same constantsWeiming Zhao2016-11-041-1/+11
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-022-2/+2
* Reverting back r285355: "Update .debug_line section version information to ma...Ekaterina Romanova2016-10-271-7/+2
* Update .debug_line section version information to match DWARF version.Ekaterina Romanova2016-10-271-2/+7
* [MC] Fix comma typo in .loc parsingNirav Dave2016-10-261-1/+1
* [MC] Fix Various End Of Line Comment checkingsNirav Dave2016-10-242-340/+286
* Remove unused #includes of TimeValue.h. NFC.Pavel Labath2016-10-241-1/+0
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-3/+2
* [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...Justin Lebar2016-10-171-25/+4
* Move alignTo computation inside the if.Rafael Espindola2016-10-141-3/+5
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-148-24/+23
* [AMDGPU] Add 32-bit lo/hi got and pc relative variant kinds and emit appropri...Konstantin Zhuravlyov2016-10-141-0/+8
* New llc option pie-copy-relocations to optimize access to extern globals.Sriraman Tallam2016-10-131-1/+2
* [MC] Fix Error Location for ParseIdentifierNirav Dave2016-10-121-4/+11
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-104-1/+32
* Add return type for checkForValidSection parsing function. NFC Intended.Nirav Dave2016-10-101-41/+35
* MC: Remove unused entities.Peter Collingbourne2016-10-094-32/+1
* Invoke add-discriminator at -g0 -fsample-profileDehao Chen2016-10-071-1/+2
* [codeview] Truncate records to maximum record size near 64KBReid Kleckner2016-10-051-0/+7
* Allow the caller to pass in the hash.Rafael Espindola2016-10-051-2/+2
* Don't pass null to memcpy. Should fix the asan bots.Rafael Espindola2016-10-051-1/+2
* Use StringRef in MCSectionMachO (NFC)Mehdi Amini2016-10-051-16/+14
* Use StringRef in DarwinAsmParser (NFC)Mehdi Amini2016-10-051-4/+3
* Misc improvements to StringTableBuilder.Rafael Espindola2016-10-044-81/+93
* Remove duplicated typedef. NFC.Rafael Espindola2016-10-041-5/+4
* Revert "Use getSize instead of data().size(). NFC."Rafael Espindola2016-10-032-6/+1
* Use getSize instead of data().size(). NFC.Rafael Espindola2016-10-032-1/+6
* Prevent out of order HashDirective lexing in AsmLexer.Nirav Dave2016-10-031-26/+17
* Revert "[MC] Prevent out of order HashDirective lexing in AsmLexer."Nirav Dave2016-10-011-17/+26
* Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini2016-10-012-4/+4
* [MC] Prevent out of order HashDirective lexing in AsmLexer.Nirav Dave2016-10-011-26/+17
* Tidy spelling and grammar.Eric Christopher2016-09-291-1/+1
* [MC] Support .ds directives in assembler parserPetr Hosek2016-09-231-0/+49
OpenPOWER on IntegriCloud