summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-7/+17
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-2/+1
* Remove redundant argument.Rafael Espindola2017-06-241-1/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-7/+9
* COFF: Produce an error on invalid pcrel relocs.Rafael Espindola2017-06-231-2/+2
* COFF: handle "undef - ." expressions.Rafael Espindola2017-06-231-11/+0
* Change creation of relative relocations on COFF.Rafael Espindola2017-06-221-1/+1
* [MC] Allow assembling .secidx and .secrel32 for undefined symbolsReid Kleckner2017-06-221-2/+4
* Simplify WinCOFFObjectWriter::recordRelocation.Rafael Espindola2017-06-221-14/+5
* [MC] Fix const qualifier warningEkaterina Vaartis2017-06-221-2/+2
* MC: Fix dumping of MCFragment valuesSam Clegg2017-06-221-2/+4
* Add a common error checking for some invalid expressions.Rafael Espindola2017-06-222-7/+13
* [WebAssembly] Cleanup WasmObjectWriter.cpp. NFCSam Clegg2017-06-211-78/+70
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-2/+2
* Mark dump() methods as const. NFCSam Clegg2017-06-212-5/+5
* Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cppSam Clegg2017-06-212-2/+2
* WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation]NAKAMURA Takumi2017-06-201-1/+1
* Fix unused function build error in lldSam Clegg2017-06-201-0/+2
* [WebAssembly] Fix build failures introduced in r305769Sam Clegg2017-06-201-2/+1
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-202-46/+135
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-161-2/+6
* MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne2017-06-142-0/+4
* [WebAssembly] Cleanup WebAssemblyWasmObjectWriterSam Clegg2017-06-131-4/+5
* [WebAssembly] MC: Fix value of R_WEBASSEMBLY_TABLE_INDEX relocationsSam Clegg2017-06-121-14/+20
* [MC] Fix compiler crash in AsmParser::LexNirav Dave2017-06-091-2/+2
* sink DebugCompressionType into MC for exposing to clangSaleem Abdulrasool2017-06-091-6/+10
* [MachO] Fix codegen of alias of alias.Evgeniy Stepanov2017-06-081-0/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-0723-24/+25
* [WebAssembly] MC: Refactor relocation handlingSam Clegg2017-06-061-151/+94
* [WebAssembly] Remove unused methods from MCWasmObjectTargetWriterSam Clegg2017-06-062-8/+23
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-0637-51/+51
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-2/+14
* [WebAssembly] Refactor WasmObjectWriter::writeObjectSam Clegg2017-06-031-402/+483
* [WebAssembly] MC: Fix references to undefined externals in data sectionSam Clegg2017-06-021-8/+13
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-301-1/+1
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-3/+3
* [WebAssembly] MC: Include unnamed data when writing wasm filesSam Clegg2017-05-251-18/+16
* Re-apply r302416: [ARM] Clear the constant pool cache on explicit .ltorg dire...James Molloy2017-05-221-0/+11
* Re-apply r286006: Fix 24560: assembler does not share constant pool for same...James Molloy2017-05-221-1/+11
* Revert "[ARM] Clear the constant pool cache on explicit .ltorg directives"James Molloy2017-05-221-11/+0
* Revert "Fix 24560: assembler does not share constant pool for same constants"James Molloy2017-05-221-11/+1
* MCObjectStreamer : fail with a diagnostic when emitting an out of range value.Arnaud A. de Grandmaison2017-05-151-0/+5
* chang type from 'int' to 'size_t'. This will fix revision number 302652Michael Zuckerman2017-05-101-1/+1
* [LLVM][inline-asm] Altmacro string escape character '!'Michael Zuckerman2017-05-101-0/+21
* [ARM] Clear the constant pool cache on explicit .ltorg directivesMartin Storsjo2017-05-081-0/+11
* [LLVM][inline-asm][Altmacor] Altmacro string delimiter '<..>'Michael Zuckerman2017-05-041-4/+38
* [bpf] add relocation supportAlexei Starovoitov2017-05-031-0/+4
* [LLVM][inline-asm] Altmacro absolute expression '%' featureMichael Zuckerman2017-05-012-7/+51
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-291-1/+1
* [WebAssembly] Add size of section header to data relocation offsets.Sam Clegg2017-04-281-9/+12
OpenPOWER on IntegriCloud