OSDN Git Service

ReleaseNotes: RISCV
[android-x86/external-llvm.git] / lib / MC /
2019-08-13 Hans WennborgMerging r368477:
2019-07-17 Nilanjana BasuChanges to display code view debug info type records...
2019-07-15 Wouter van Oortmerssen[WebAssembly] Assembler: recognize .init_array as data...
2019-07-12 Alex Lorenz[macCatalyst] Use macCatalyst pretty name in .build_ver...
2019-07-12 Fangrui SongDelete dead stores
2019-07-10 Nikola PricaRevert "[ELF] Loose a condition for relocation with...
2019-07-10 David GreeneRevert "[System Model] [TTI] Update cache and prefetch...
2019-07-10 David Greene[System Model] [TTI] Update cache and prefetch TTI...
2019-07-10 Nikola Prica[ELF] Loose a condition for relocation with a symbol
2019-07-09 Reid KlecknerFix build error for VC STL, use llvm::make_unique
2019-07-09 Sean FertileBoilerplate for producing XCOFF object files from the...
2019-07-08 Reid KlecknerStandardize on MSVC behavior for triples with no enviro...
2019-07-02 Alex LorenzAdd support for the 'macCatalyst' MachO platform
2019-06-28 Wouter van Oortmerssen[WebAssembly] Allow @object in .type directives.
2019-06-28 Wouter van Oortmerssen[WebAssembly] Assembler: Improve section parsing.
2019-06-28 Wouter van Oortmerssen[WebAssembly] Added visibility and ident directives...
2019-06-26 Scott LinderFix leaks in LLVMCreateDisasmCPUFeatures
2019-06-26 Saleem AbdulrasoolMC: correct the emission of weak aliases in COFF
2019-06-26 Keno Fischer[WebAssembly] Fix list of relocations with addends...
2019-06-25 Nicolai HaehnleAMDGPU/MC: Add .amdgpu_lds directive
2019-06-21 Paul RobinsonFix a crash with assembler source and -g.
2019-06-21 Fangrui SongSimplify std::lower_bound with llvm::{bsearch,lower_bou...
2019-06-18 Fangrui SongMCContext: Delete unused functions
2019-06-16 Nicolai HaehnleAMDGPU: Prepare for explicit absolute relocations in...
2019-06-14 Ziang WanAdd --print-supported-cpus flag for clang.
2019-06-07 Fangrui Song[MC][ELF] Don't create relocations with section symbols...
2019-06-06 Jason Liu[AIX] Implement function descriptor on SDAG
2019-05-31 Reid Kleckner[codeview] Revert inline line table change of r362264
2019-05-31 Reid Kleckner[codeview] Fix inline line table accuracy for discontig...
2019-05-29 Peter CollingbourneAdd IR support, ELF section and user documentation...
2019-05-29 Fangrui Song[X86] Fix x86-64 call *foo@tlsdesc(%rax) and support...
2019-05-28 Simon Tatham[ARM] Replace fp-only-sp and d16 with fp64 and d32.
2019-05-21 Paul Robinson[DebugInfo] Handle '# line "file"' correctly for asm...
2019-05-21 Paul Robinson[DebugInfo] Handle -main-file-name correctly for asm...
2019-05-17 Ben Dunbobbin[ELF] Implement Dependent Libraries Feature
2019-05-17 Fangrui Song[ARM] Support .reloc *, R_ARM_NONE, *
2019-05-10 Fangrui Song[MC][ELF] Copy top 3 bits of st_other to .symver aliases
2019-05-03 Eli Friedman[AArch64][Windows] Compute function length correctly...
2019-04-23 Fangrui SongUse llvm::stable_sort
2019-04-23 George Rimar[llvm-mc] - Properly set the the address align field...
2019-04-19 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-04-12 Thomas Lively[WebAssembly] Add DataCount section to object files
2019-04-12 Eric ChristopherMove getNumFrameInfos and getDwarfFrameInfos out of...
2019-04-12 Eric ChristopherMove addInitialFrameState out of line and remove the...
2019-04-12 Fangrui SongMCDwarfLineTableheader::tryGetFile : replace a loop...
2019-04-12 Eric ChristopherMove a couple of optional references to just optional...
2019-04-12 Fangrui Song[MC] Fix typo: .symtab_shndxr -> .symtab_shndx
2019-04-12 Eric ChristopherRemove a parameter that was being passed around that...
2019-04-10 Ali Tamur[llvm] Non-functional change: declared a local variable...
2019-04-10 Fangrui SongMCSymbolicELF: simplify. (Flags & (x << s)) >> s is...
2019-04-10 Fangrui SongMCDwarf: use write_zeroes for MCDwarfLineAddr::FixedEncode
2019-04-10 Fangrui Song[llvm-objdump] Don't print trailing space in dumpBytes
2019-04-04 Eric ChristopherNFC: Move API uses of MD5::MD5Result to Optional rather...
2019-04-04 Sam Clegg[WebAssembly] Add new explicit relocation types for...
2019-03-28 Eli Friedman[MC] Fix floating-point literal lexing.
2019-03-28 Sam Clegg[WebAssembly] Rename wasm fixup kinds
2019-03-27 Francis Visoiu Mistrih[Remarks] Emit a section containing remark diagnostics...
2019-03-26 Ali TamurRevert "[llvm] Reapply "Prevent duplicate files in...
2019-03-26 Sam Clegg[WebAssembly] Initial implementation of PIC code generation
2019-03-26 Ali Tamur[llvm] Reapply "Prevent duplicate files in debug line...
2019-03-25 Ali TamurRevert "[llvm] Prevent duplicate files in debug line...
2019-03-25 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-03-22 George Rimar[llvm-objcopy] - Fix a st_name of the first symbol...
2019-03-20 Thomas Lively[WebAssembly] Target features section
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Markus LavinRevert "[DebugInfo] Introduce DW_OP_LLVM_convert"
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-14 Eli Friedman[MC] Sort FDEs by the associated CIE before emitting...
2019-03-12 Jason LiuAdd XCOFF triple object format type for AIX
2019-03-11 Evgeniy StepanovRemove ASan asm instrumentation.
2019-03-06 Francis Visoiu Mistrih[MC][MachO] Emit an error for emitting relocations...
2019-03-05 Craig Topper[Subtarget] Merge ProcSched and ProcDesc arrays in...
2019-03-05 Craig Topper[Subtarget] Create a separate SubtargetSubtargetKV...
2019-03-05 Craig Topper[Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV...
2019-03-04 Nirav Dave[MC] Teach ELFObjectWriter that parse-time variables...
2019-03-04 Wouter van Oortmerssen[WebAssembly] Add support for data sections in the...
2019-03-04 Craig Topper[SubtargetFeatures] Add operator< for comparing Subtarg...
2019-03-04 Craig Topper[SubtargetFeatures] Don't call ApplyFeatureFlag if...
2019-03-04 Craig Topper[SubtargetFeatuers] Simplify the code used to imply...
2019-03-01 Paul RobinsonTry to fix Windows bots after r355226.
2019-03-01 Paul Robinson[DWARF] Make -g with empty assembler source work better.
2019-03-01 Craig Topper[Subtarget] Remove static global constructor call from...
2019-02-24 Simon PilgrimFix "enumeral and non-enumeral type in conditional...
2019-02-23 Jordan Rupprecht[NFC] Fix typos: preceeding -> preceding
2019-02-22 Sam Clegg[WebAssembly] Remove unneeded MCSymbolRefExpr variants
2019-02-22 Sam Clegg[WebAssembly] MC: Handle aliases of aliases
2019-02-21 Sam Clegg[WebAssembly] Don't create MSSymbolWasm object for...
2019-02-19 Thomas Lively[WebAssembly] Update MC for bulk memory
2019-02-18 Craig Topper[MC] Make SubtargetFeatureKV only store one FeatureBits...
2019-02-14 Konstantin ZhuravlyovMC/ELF: Allow targets to set ABI version
2019-02-13 Reid Kleckner[MC] Make symbol version errors non-fatal
2019-02-09 Hubert Tong[MC] Clean up unused inline function and non-anchor...
2019-02-07 Petar Jovanovic[mips][micromips] Fix how values in .gcc_except_table...
2019-02-07 Dan Gohman[WebAssembly] Fix imported function symbol names that...
2019-02-07 Sam Clegg[WebAssembly] Add symbol flag to the binary format...
2019-02-05 Reid Kleckner[MC] Don't error on numberless .file directives on...
2019-02-04 Heejin Ahn[WebAssembly] clang-tidy (NFC)
2019-02-04 Wouter van Oortmerssen[WebAssembly] Make segment/size/type directives optiona...
2019-02-04 Sam Clegg[WebAssembly] Rename relocations from R_WEBASSEMBLY_...
2019-02-04 Andrea Di Biagio[AsmPrinter] Remove hidden flag -print-schedule.
next