summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [XCOFF][AIX] Differentiate usage of label symbol and csect symbolJason Liu2019-11-081-2/+5
* Adds support for writing the .bss section for XCOFF object files.Sean Fertile2019-08-201-1/+2
* [MC] Don't recreate a label if it's already usedBill Wendling2019-08-091-0/+6
* [llvm-mc] Add reportWarning() to MCContextBrian Cain2019-08-081-2/+17
* Stubs out TLOF for AIX and add support for common vars in assembly output.Sean Fertile2019-07-221-1/+2
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-0/+35
* MCContext: Delete unused functionsFangrui Song2019-06-181-8/+0
* [AIX] Implement function descriptor on SDAGJason Liu2019-06-061-2/+2
* [DebugInfo] Handle -main-file-name correctly for asm source.Paul Robinson2019-05-211-4/+15
* [llvm] Prevent duplicate files in debug line header in dwarf 5: another attemptAli Tamur2019-04-191-2/+3
* NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher2019-04-041-4/+5
* Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur2019-03-261-3/+2
* [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-261-2/+3
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-251-3/+2
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-251-2/+3
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+3
* Try to fix Windows bots after r355226.Paul Robinson2019-03-011-1/+2
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-0/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert BTF commit series.Eli Friedman2018-10-121-10/+1
* [BPF] Add BTF generation for BPF targetYonghong Song2018-10-121-1/+10
* Fix typos. NFCFangrui Song2018-09-081-1/+1
* Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."George Rimar2018-08-291-12/+4
* [llvm-mc] - Allow to set custom flags for debug sections.George Rimar2018-08-291-4/+12
* [codeview] Clean up machinery for deferring .cv_loc emissionReid Kleckner2018-08-281-5/+0
* Use debug-prefix-map for AT_NAMEJonas Devlieghere2018-07-111-11/+18
* Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson2018-07-101-0/+20
* [DWARFv5] Allow ".loc 0" to refer to the root file.Paul Robinson2018-06-221-3/+5
* [WebAssembly] MC: Add compile-twice test and fix corresponding bugSam Clegg2018-05-301-0/+1
* [WebAssembly] Create section start symbols automatically for all sectionsSam Clegg2018-05-101-5/+8
* [WebAssembly] MC: Create and use first class section symbolsSam Clegg2018-05-021-2/+4
* [codeview] Ignore .cv_loc directives at the end of a functionReid Kleckner2018-04-251-0/+5
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-2/+4
* [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler filesPaul Robinson2018-02-221-4/+6
* [WebAssemlby] MC: Don't write COMDAT symbols as global importsSam Clegg2018-01-111-1/+3
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-2/+3
* [WebAssembly] MC: Fix crash when -g specified.Sam Clegg2017-10-201-6/+4
* [WebAssembly] Remove flags from MCSectionWasmSam Clegg2017-09-121-38/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* Fix asm printing of associated sections.Evgeniy Stepanov2017-03-141-7/+7
* Disallow redefinition of section symbols.Evgeniy Stepanov2017-02-241-1/+5
* Initialize MCContext::InlineSrcMgr in the constructor.Evgeniy Stepanov2017-02-241-2/+3
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-1/+79
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-15/+18
* Make it possible to set SHF_LINK_ORDER explicitly.Rafael Espindola2017-02-091-2/+3
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-6/+8
* Revert "[Assembler] Enable nicer diagnostics for inline assembly."Diana Picus2017-02-081-8/+6
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-6/+8
* Change how we handle section symbols on ELF.Rafael Espindola2017-02-021-31/+42
OpenPOWER on IntegriCloud