OSDN Git Service

[ARM64][Windows] Share unwind codes between epilogues
[android-x86/external-llvm.git] / lib / MC /
2019-01-17 Sanjin Sijaric[ARM64][Windows] Share unwind codes between epilogues
2019-01-17 Thomas Lively[WebAssembly] Parse llvm.ident into producers section
2019-01-17 Thomas LivelyRevert "[WebAssembly] Parse llvm.ident into producers...
2019-01-16 Thomas Lively[WebAssembly] Parse llvm.ident into producers section
2019-01-16 Sam Clegg[WebAssembly] Store section alignment as a power of 2
2019-01-08 Thomas Lively[WebAssembly] Massive instruction renaming
2019-01-03 Kristina Brooks[MCStreamer] Use report_fatal_error in EmitRawTextImpl
2019-01-03 Kristina BrooksDon't go over 80 chars in MCStreamer.cpp. NFC.
2018-12-26 Wouter van Oortmerssen[WebAssembly] Make assembler check for proper nesting...
2018-12-21 Reid Kleckner[MC] Enable .file support on COFF and diagnose it on...
2018-12-21 Luke Cheeseman[Dwarf/AArch64] Return address signing B key dwarf...
2018-12-20 Michael TrentAdd PLATFORM constants for iOS, tvOS, and watchOS simul...
2018-12-18 Martin Storsjo[AArch64] Avoid crashing on .seh directives in assembly
2018-12-18 Luke Cheeseman[AArch64] - Return address signing dwarf support
2018-12-18 Martin Storsjo[AArch64] [MinGW] Allow enabling SEH exceptions
2018-12-17 Reid Kleckner[codeview] Flush labels before S_DEFRANGE* fragments
2018-12-14 Alex Lorenz[macho] save the SDK version stored in module metadata...
2018-12-05 George Rimar[MC] - Fix build bot.
2018-12-05 George RimarRecommit r348243 - "[llvm-mc] - Do not crash when refer...
2018-12-04 George RimarRevert r348243 "[llvm-mc] - Do not crash when referenci...
2018-12-04 George Rimar[llvm-mc] - Do not crash when referencing undefined...
2018-12-03 Martin Storsjo[COFF] Remove an outdated/incorrect comment. NFC.
2018-12-03 Martin Storsjo[COFF] Don't mark mingw .eh_frame sections writable
2018-12-03 Oliver Stannard[ARM][MC] Move information about variadic register...
2018-12-03 Oliver Stannard[ARM][Asm] Debug trace for the processInstruction loop
2018-11-30 Yonghong SongRevert "[BTF] Add BTF DebugInfo"
2018-11-30 Yonghong Song[BTF] Add BTF DebugInfo
2018-11-23 Luke CheesemanRevert r347490 as it breaks address sanitizer builds
2018-11-23 Luke CheesemanRevert r343341
2018-11-21 Vladimir Stefanovic[MC] Support labels as offsets in .reloc directive
2018-11-20 Heejin Ahn[WebAssembly] Remove unused function return types ...
2018-11-19 Wouter van Oortmerssen[WebAssembly] replaced .param/.result by .functype
2018-11-14 Heejin Ahn[WebAssembly] Add support for the event section
2018-11-13 Alexander RichardsonFix .cfi_restore with register numbers > 64
2018-11-12 Wouter van Oortmerssen[WebAssembly] Added WasmAsmParser.
2018-11-09 Paul Robinson[DWARFv5] Emit normal type units in .debug_info comdats.
2018-11-09 Krzysztof Parzyszek[Hexagon] Handle Hexagon's SHF_HEX_GPREL section flag
2018-11-08 Eli Friedman[ARM64] [Windows] Improve error reporting for unsupport...
2018-11-02 Wouter van Oortmerssen[WebAssembly] Parsing missing directives to produce...
2018-11-02 Heejin Ahn[WebAssembly] Change indices types to unsined int ...
2018-11-01 Daniel Sanders[MC] Implement EmitRawText in MCNullStreamer
2018-10-27 Sanjin Sijaric[ARM64][Windows] MCLayer support for exception handling
2018-10-26 George Rimar[Codegen] - Implement basic .debug_loclists section...
2018-10-25 Heejin AhnReland "[WebAssembly] LSDA info generation"
2018-10-24 Reid Kleckner[MC] Separate masm integer literal lexer support from...
2018-10-24 Alexey Bataev[DEBUGINFO, NVPTX] Try to pack bytes data into a single...
2018-10-22 Reid Kleckner[MC] Shrink MCAsmParser by grouping bools, add const...
2018-10-20 David BlaikieAdd missed file from previous commit (r344838)
2018-10-19 Kristina Brooks[MC][DWARF][AsmParser] Ensure nested CFI frames are...
2018-10-16 Krasimir GeorgievRevert "[WebAssembly] LSDA info generation"
2018-10-16 Aleksandar Beserminji[mips][micromips] Fix how values in .gcc_except_table...
2018-10-16 Heejin Ahn[WebAssembly] LSDA info generation
2018-10-12 Eli FriedmanRevert BTF commit series.
2018-10-12 Fangrui Song[BPF] Don't include linux/types.h and fix style
2018-10-12 Fangrui Song[BPF] Some fixes after rL344366
2018-10-12 Yonghong Song[BPF] Add BTF generation for BPF target
2018-10-09 Simon Atanasyan[mips] Fix FDE/CFI encoding in case of N32 ABI
2018-10-08 Francis Visoiu Mistrih[AsmParser] Return an error in the case of empty symbol...
2018-10-04 Wouter van Oortmerssen[WebAssembly] Fixed missing "global" symbol type in...
2018-10-03 Derek Schuff[WebAssembly] Refactor WasmSignature and use it for...
2018-09-28 Luke CheesemanRevert r343317
2018-09-28 Luke CheesemanReapply changes reverted by r343235
2018-09-27 Luke CheesemanRevert r343192 as an ubsan build is currently failing
2018-09-27 Luke CheesemanReapply changes reverted in r343114, lldb patch to...
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-26 Luke CheesemanRevert r343112 as CallFrameString API change has broken...
2018-09-26 Luke Cheeseman[AArch64] - Return address signing dwarf support
2018-09-26 Hans WennborgRevert r343089 "[AArch64] - Return address signing...
2018-09-26 Luke Cheeseman[AArch64] - Return address signing dwarf support
2018-09-25 Craig Topper[MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer
2018-09-25 Craig Topper[MC] Return a std::string instead of taking it as an...
2018-09-25 Craig Topper[MC] Fix bad indentation and 80 column violations....
2018-09-25 Craig Topper[MC] Replace NULL constant in code with nullptr.
2018-09-22 George Rimar[lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.
2018-09-20 Maya MadhavanFix for bug 34002 - label generated before it block...
2018-09-19 Andrea Di Biagio[TableGen][SubtargetEmitter] Add the ability for proces...
2018-09-17 Nirav Dave[MC] Avoid inlining constant symbols with variants.
2018-09-13 Jonas Devlieghere[MC/Dwarf] Unclamp DWARF linetables format on Darwin.
2018-09-08 Fangrui SongFix typos. NFC
2018-09-07 Reid Kleckner[codeview] Add .cv_string directive for testing purposes
2018-09-06 Eric ChristopherThe initial .text section generated in object files...
2018-09-05 Heejin Ahn[WebAssembly] clang-format (NFC)
2018-09-03 Kristina Brooks[MC] - ConstantPools.cpp: Style consistency, remove...
2018-08-29 Krasimir Georgiev[MC] fix a clang-tidy warning, NFC
2018-08-29 George RimarRevert r340904 "[llvm-mc] - Allow to set custom flags...
2018-08-29 George Rimar[llvm-mc] - Allow to set custom flags for debug sections.
2018-08-28 Reid Kleckner[codeview] Clean up machinery for deferring .cv_loc...
2018-08-28 Reid Kleckner[codeview] Emit labels for .cv_loc immediately
2018-08-28 Brian Cain[debuginfo] generate debug info with asm+.file
2018-08-25 Ana Pazos[MC, RISCV] Fixed StringRef Assertion `Index < Length...
2018-08-23 Peter CollingbourneInitialize the address-significance table fragment...
2018-08-23 Peter CollingbourneMC: Don't align COFF section contents.
2018-08-22 Peter CollingbourneMC: Teach the COFF object writer to write address-signi...
2018-08-22 Sam Clegg[WebAssembly] Ensure relocation entries are ordered...
2018-08-18 Peter CollingbourneMC: Remove dead code from WinCOFFObjectWriter.cpp....
2018-08-17 Reid Kleckner[MC] Improve error message when a codeview register...
2018-08-16 Reid Kleckner[MC] Improve COFF associative section lookup
2018-08-16 Nirav Dave[MC] Cleanup noop default case spelling. NFC.
2018-08-16 Benjamin Kramer[MC] Remove unused variable
2018-08-16 Nirav Dave[MC][X86] Enhance X86 Register expression handling...
next