index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add section names for some DWARF5 sections
Derek Schuff
2020-05-19
1
-1
/
+11
*
Revert "Re-land [MC] Fix quadratic behavior in addPendingLabel"
Tom Stellard
2020-04-29
1
-2
/
+6
*
Re-land [MC] Fix quadratic behavior in addPendingLabel
Alexandre Ganea
2020-04-27
1
-6
/
+2
*
[MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)
Hans Wennborg
2020-02-27
1
-2
/
+4
*
[RISCV] Fix evaluating %pcrel_lo against global and weak symbols
James Clarke
2020-01-23
1
-0
/
+7
*
[MC] Don't resolve relocations referencing STB_LOCAL STT_GNU_IFUNC
Fangrui Song
2020-01-13
1
-1
/
+2
*
[MIPS][ELF] Use PC-relative relocations in .eh_frame when possible
Alex Richardson
2020-01-13
1
-3
/
+8
*
[MC][ELF] Emit a relocation if target is defined in the same section and is n...
Fangrui Song
2020-01-12
1
-21
/
+1
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
2
-5
/
+5
*
[ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...
Eric Astor
2020-01-09
1
-1
/
+1
*
[APFloat] Fix checked error assert failures
Ehud Katz
2020-01-09
1
-1
/
+3
*
[BranchAlign] Compiler support for suppressing branch align
Philip Reames
2020-01-08
2
-1
/
+6
*
[MC] writeFragment - assert MCFragment::FT_Fill length is legal.
Simon Pilgrim
2020-01-08
1
-0
/
+1
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
1
-3
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
3
-6
/
+8
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
3
-5
/
+5
*
[APFloat] Add recoverable string parsing errors to APFloat
Ehud Katz
2020-01-06
1
-2
/
+1
*
[MC] Reorder MCFragment members to decrease padding
Fangrui Song
2020-01-05
1
-2
/
+2
*
[MC] Delete MCFragment::isDummy. NFC
Fangrui Song
2020-01-05
1
-1
/
+1
*
[MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELF...
Fangrui Song
2020-01-05
2
-8
/
+1
*
[MC] Delete MCSection::{rbegin,rend}
Fangrui Song
2020-01-05
1
-2
/
+2
*
[MC] Drop an unused rule about absolute temporary symbols
Fangrui Song
2020-01-05
1
-4
/
+0
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[MC][TargetMachine] Delete MCTargetOptions::MCPIECopyRelocations
Fangrui Song
2020-01-01
1
-2
/
+2
*
[X86][AsmParser] re-introduce 'offset' operator
Eric Astor
2019-12-30
1
-10
/
+42
*
Revert "[COFF] Make the autogenerated .weak.<name>.default symbols static"
Martin Storsjö
2019-12-28
1
-13
/
+9
*
[COFF] Make the autogenerated .weak.<name>.default symbols static
Martin Storsjö
2019-12-28
1
-9
/
+13
*
[NFC] Style cleanups
Shengchen Kan
2019-12-23
1
-11
/
+11
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
1
-1
/
+7
*
Align branches within 32-Byte boundary (NOP padding)
Philip Reames
2019-12-20
3
-0
/
+104
*
[XCOFF][AIX] Fix for missing of undefined symbols from symbol table
jasonliu
2019-12-19
1
-7
/
+7
*
[ MC ] Match labels to existing fragments even when switching sections.
Michael Trent
2019-12-18
2
-14
/
+96
*
Revert "[ MC ] Match labels to existing fragments even when switching sections."
Mitch Phillips
2019-12-17
2
-94
/
+13
*
Recommit "[DebugInfo] Refactored macro related generation,
Sourabh Singh Tomar
2019-12-18
1
-0
/
+5
*
[ MC ] Match labels to existing fragments even when switching sections.
Michael Trent
2019-12-17
2
-13
/
+94
*
[MC] Delete redundant alignment update from MCELFStreamer::EmitCommonSymbol. NFC
Fangrui Song
2019-12-16
1
-4
/
+0
*
[MC] Delete STT_SECTION special cases from MCSymbolELF::setType and setBinding
Fangrui Song
2019-12-15
1
-4
/
+0
*
[MC] Assume CommentStream is non-null in MCDisassembler::tryAdding*
Fangrui Song
2019-12-15
1
-5
/
+3
*
[MC] Ignore VK_WEAKREF in MCValue::getAccessVariant
Fangrui Song
2019-12-15
1
-4
/
+1
*
[MC] Delete unused MCAsmInfoELF::UsesNonexecutableStackSection after EM_WEBAS...
Fangrui Song
2019-12-15
1
-2
/
+0
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
1
-0
/
+10
*
[BUG-FIX][XCOFF] fixed a bug of XCOFFObjectFile.cpp when there is padding at ...
diggerlin
2019-12-10
1
-2
/
+4
*
[MC] Delete MCCodePadder
Fangrui Song
2019-12-09
6
-471
/
+1
*
[WebAssebmly][MC] Support .import_name/.import_field asm directives
Sam Clegg
2019-12-06
1
-1
/
+1
*
[MC] Rewrite tablegen for printInstrAlias to comiple faster, NFC
Reid Kleckner
2019-12-06
1
-0
/
+90
*
[NFC][AIX][XCOFF] if the size of Csect is zero, the Csect do not need write a...
diggerlin
2019-12-06
1
-1
/
+2
*
[NFC][AIX][XCOFF] fixed compile warning on the strncpy.
diggerlin
2019-12-06
1
-1
/
+1
*
[XCOFF][AIX] Emit TOC entries for object file generation
jasonliu
2019-12-04
2
-6
/
+6
*
[DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.
Sourabh Singh Tomar
2019-12-03
1
-0
/
+2
*
[AIX] Emit TOC entries for ASM printing
David Tenty
2019-11-27
1
-0
/
+2
[next]