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
*
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
*
MCObjectStreamer : fail with a diagnostic when emitting an out of range value.
Arnaud A. de Grandmaison
2017-05-15
1
-0
/
+5
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-1
/
+1
*
Reland r298901 with modifications (reverted in r298932)
Weiming Zhao
2017-04-03
1
-4
/
+14
*
Revert "Dont emit Mapping symbols for sections that contain only data."
Weiming Zhao
2017-03-28
1
-14
/
+4
*
Dont emit Mapping symbols for sections that contain only data.
Weiming Zhao
2017-03-28
1
-4
/
+14
*
Check that line table entries don't spill over between sections even if they'...
David Blaikie
2017-03-16
1
-0
/
+1
*
MC: De-duplicate the object streamer implementations of EmitFileDirective int...
Peter Collingbourne
2017-03-03
1
-0
/
+4
*
Move some error handling down to MCStreamer.
Rafael Espindola
2017-02-10
1
-2
/
+2
*
[Assembler] Better error messages for .org directive
Oliver Stannard
2016-12-14
1
-2
/
+3
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
1
-8
/
+6
*
[codeview] Add new directives to record inlined call site line info
Reid Kleckner
2016-09-07
1
-7
/
+5
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
1
-0
/
+1
*
[mips][ias] Support .dtprel[d]word and .tprel[d]word directives
Simon Atanasyan
2016-08-22
1
-1
/
+41
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-2
/
+2
*
[MC] Rename EmitFill to emitFill
Petr Hosek
2016-06-01
1
-2
/
+2
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-28
1
-0
/
+38
*
Revert "[MC] Support symbolic expressions in assembly directives"
Petr Hosek
2016-05-27
1
-38
/
+0
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-27
1
-0
/
+38
*
Revert "[MC] Support symbolic expressions in assembly directives"
Reid Kleckner
2016-05-25
1
-38
/
+0
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-25
1
-0
/
+38
*
[MC] Add support for encoding CodeView variable definition ranges
David Majnemer
2016-02-05
1
-0
/
+7
[next]