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
...
*
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
*
[codeview] Correctly handle inlining functions post-dominated by unreachable
David Majnemer
2016-02-02
1
-3
/
+4
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
1
-3
/
+4
*
[CodeView] Implement .cv_inline_linetable
David Majnemer
2016-01-29
1
-0
/
+10
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-0
/
+31
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-31
/
+0
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-0
/
+31
*
Rename MCLineEntry to MCDwarfLineEntry
David Majnemer
2016-01-21
1
-4
/
+4
*
[MC, COFF] Add .reloc support for WinCOFF
David Majnemer
2016-01-19
1
-2
/
+7
*
Simplify MCFillFragment.
Rafael Espindola
2016-01-19
1
-2
/
+2
*
Remove a bugs assert.
Rafael Espindola
2016-01-11
1
-2
/
+0
*
Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...
Daniel Sanders
2015-11-12
1
-0
/
+20
*
Fix pr24832.
Rafael Espindola
2015-11-05
1
-9
/
+1
*
Simplify now that emitValueToOffset always returns false.
Rafael Espindola
2015-11-04
1
-2
/
+1
*
Simplify .org processing and make it a bit more powerful.
Rafael Espindola
2015-11-04
1
-17
/
+1
*
MC: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-10
1
-1
/
+1
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-2
/
+2
*
Use early return. NFC.
Rafael Espindola
2015-10-03
1
-12
/
+12
*
Cleanup places that passed SMLoc by const reference to pass it by value inste...
Craig Topper
2015-09-20
1
-1
/
+1
*
[MC] Remove MCAssembler's copy of OS
David Majnemer
2015-09-01
1
-1
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
[MC/Dwarf] Allow to specify custom parameters for linetable emission.
Frederic Riss
2015-08-07
1
-6
/
+10
*
[MC] Ensure that pending labels are flushed when -mc-relax-all flag is used
Petr Hosek
2015-06-27
1
-2
/
+9
*
Generalize emitAbsoluteSymbolDiff.
Rafael Espindola
2015-06-11
1
-9
/
+6
*
Rename HasData to IsRegistered.
Rafael Espindola
2015-06-01
1
-4
/
+0
*
Remove trivial forwarding function.
Rafael Espindola
2015-06-01
1
-1
/
+1
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-13
/
+13
*
Remove getData.
Rafael Espindola
2015-05-29
1
-9
/
+5
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
1
-2
/
+2
*
Rename getOrCreateSymbolData to registerSymbol and return void.
Rafael Espindola
2015-05-29
1
-3
/
+4
[prev]
[next]