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
/
MCAssembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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] writeFragment - assert MCFragment::FT_Fill length is legal.
Simon Pilgrim
2020-01-08
1
-0
/
+1
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-3
/
+3
*
[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
*
Align branches within 32-Byte boundary (NOP padding)
Philip Reames
2019-12-20
1
-0
/
+80
*
[MC] Delete MCCodePadder
Fangrui Song
2019-12-09
1
-31
/
+0
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-1
/
+2
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
1
-10
/
+25
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
1
-25
/
+10
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
1
-10
/
+25
*
[RISCV] Insert R_RISCV_ALIGN relocation type and Nops for code alignment when...
Shiva Chen
2019-01-30
1
-1
/
+16
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[macho] save the SDK version stored in module metadata into the version min and
Alex Lorenz
2018-12-14
1
-0
/
+1
*
[DebugInfo] Fix build failed in clang-x86_64-linux-selfhost-modules.
Hsiangkai Wang
2018-08-01
1
-1
/
+7
*
[DebugInfo] Generate fixups as emitting DWARF .debug_line.
Hsiangkai Wang
2018-08-01
1
-6
/
+30
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC]
Peter Smith
2018-06-15
1
-12
/
+15
*
[MC] Move MCAssembler::dump into the correct cpp file. NFC
Sam Clegg
2018-06-14
1
-0
/
+24
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-4
/
+9
*
[RISCV] Add symbol diff relocation support for RISC-V
Alex Bradbury
2018-05-23
1
-1
/
+20
*
MC: Have the object writers return the number of bytes written. NFCI.
Peter Collingbourne
2018-05-21
1
-6
/
+1
*
MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...
Peter Collingbourne
2018-05-21
1
-41
/
+42
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-4
/
+4
*
[MC] Relax .fill size requirements
Nirav Dave
2018-05-18
1
-13
/
+32
*
[RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvanced
Shiva Chen
2018-05-18
1
-5
/
+12
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-1
/
+1
*
[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.
Nirav Dave
2018-04-27
1
-2
/
+2
*
[MC] Allow MCAssembler to be constructed without all subcomponents. NFCI.
Nirav Dave
2018-04-27
1
-12
/
+31
*
[MC] Fix assembler infinite loop on EH table using LEB padding.
Rafael Espindola
2018-02-01
1
-2
/
+6
*
Use a MCExpr for the size of MCFillFragment.
Rafael Espindola
2018-01-09
1
-3
/
+13
*
MC: Add support for mach-o build_version
Matthias Braun
2017-12-14
1
-2
/
+2
*
NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment
Adrian McCarthy
2017-11-08
1
-3
/
+3
*
[MC] Adding code padding for performance stability - infrastructure. NFC.
Omer Paparo Bivas
2017-10-24
1
-0
/
+30
*
Simplify interface now that we don't need to pass IsPCRel. NFC.
Rafael Espindola
2017-07-11
1
-4
/
+1
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-5
/
+6
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-3
/
+3
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-2
/
+1
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-1
/
+1
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-7
/
+9
*
Add a common error checking for some invalid expressions.
Rafael Espindola
2017-06-22
1
-4
/
+13
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-2
/
+2
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-07
1
-11
/
+23
*
MC: Introduce the ABS8 symbol modifier.
Peter Collingbourne
2017-01-31
1
-0
/
+4
*
Fix aliases to thumbfunc-based exprs to be thumbfunc.
Evgeniy Stepanov
2017-01-19
1
-3
/
+9
[next]