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
/
MCObjectStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BranchAlign] Compiler support for suppressing branch align
Philip Reames
2020-01-08
1
-1
/
+4
*
[MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELF...
Fangrui Song
2020-01-05
1
-6
/
+0
*
Align branches within 32-Byte boundary (NOP padding)
Philip Reames
2019-12-20
1
-0
/
+7
*
[ MC ] Match labels to existing fragments even when switching sections.
Michael Trent
2019-12-18
1
-14
/
+61
*
Revert "[ MC ] Match labels to existing fragments even when switching sections."
Mitch Phillips
2019-12-17
1
-59
/
+13
*
[ MC ] Match labels to existing fragments even when switching sections.
Michael Trent
2019-12-17
1
-13
/
+59
*
[MC] Delete MCCodePadder
Fangrui Song
2019-12-09
1
-27
/
+0
*
MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.
James Y Knight
2019-11-16
1
-3
/
+17
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[Alignment] Introduce llvm::Align to MCSection
Guillaume Chatelet
2019-09-13
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[codeview] Flush labels before S_DEFRANGE* fragments
Reid Kleckner
2018-12-17
1
-1
/
+5
*
[MC] Support labels as offsets in .reloc directive
Vladimir Stefanovic
2018-11-21
1
-11
/
+46
*
Revert BTF commit series.
Eli Friedman
2018-10-12
1
-34
/
+0
*
[BPF] Add BTF generation for BPF target
Yonghong Song
2018-10-12
1
-0
/
+34
*
The initial .text section generated in object files was missing the
Eric Christopher
2018-09-06
1
-0
/
+6
*
[codeview] Clean up machinery for deferring .cv_loc emission
Reid Kleckner
2018-08-28
1
-10
/
+10
*
[codeview] Emit labels for .cv_loc immediately
Reid Kleckner
2018-08-28
1
-4
/
+4
*
[RISCV][MC] Don't fold symbol differences if requiresDiffExpressionRelocation...
Alex Bradbury
2018-08-16
1
-4
/
+7
*
MC: Implement support for new .addrsig and .addrsig_sym directives.
Peter Collingbourne
2018-07-17
1
-0
/
+9
*
Use debug-prefix-map for AT_NAME
Jonas Devlieghere
2018-07-11
1
-2
/
+1
*
[MC] Add interface to finish pending labels.
Jonas Devlieghere
2018-07-10
1
-1
/
+1
*
Support -fdebug-prefix-map in llvm-mc. This is useful to omit the
Paul Robinson
2018-07-10
1
-0
/
+3
*
Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."
Sam Clegg
2018-06-14
1
-26
/
+0
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-8
/
+21
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-4
/
+3
*
[MC] Relax .fill size requirements
Nirav Dave
2018-05-18
1
-16
/
+22
*
[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer.
Sam Clegg
2018-05-02
1
-0
/
+26
*
[MC] Change AsmParser to leverage Assembler during evaluation
Nirav Dave
2018-04-30
1
-7
/
+16
*
[MC] Undo spurious commit added into r331052.
Nirav Dave
2018-04-27
1
-16
/
+7
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-7
/
+16
*
[MC] Allow MCAssembler to be constructed without all subcomponents. NFCI.
Nirav Dave
2018-04-27
1
-4
/
+4
*
[codeview] Ignore .cv_loc directives at the end of a function
Reid Kleckner
2018-04-25
1
-0
/
+1
*
Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...
Reid Kleckner
2018-03-15
1
-0
/
+1
*
Use assembler expressions to lay out the EH LSDA.
Rafael Espindola
2018-02-09
1
-5
/
+22
*
Use a MCExpr for the size of MCFillFragment.
Rafael Espindola
2018-01-09
1
-12
/
+1
*
Inline a emitFill variant that is only used once. NFC.
Rafael Espindola
2018-01-09
1
-1
/
+7
*
Make one of the emitFill methods non virtual. NFC.
Rafael Espindola
2018-01-09
1
-7
/
+3
*
Remove redundant includes from lib/MC.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[MC] Adding code padding for performance stability - infrastructure. NFC.
Omer Paparo Bivas
2017-10-24
1
-0
/
+27
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-6
/
+5
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-5
/
+5
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-3
/
+2
*
[MC] Suppress .Lcfi labels when emitting textual assembly
Reid Kleckner
2017-10-10
1
-0
/
+6
*
[MC] Use a unique_ptr<MCAssembler> for MCObjectStreamer's Assembler member.
Lang Hames
2017-10-09
1
-3
/
+2
*
Re-land "Fix Bug 30978 by emitting cv file checksums."
Reid Kleckner
2017-09-19
1
-0
/
+3
*
Revert "Fix Bug 30978 by emitting cv file checksums."
Eric Beckmann
2017-09-16
1
-3
/
+0
*
Fix Bug 30978 by emitting cv file checksums.
Eric Beckmann
2017-09-15
1
-0
/
+3
[next]