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
*
[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
*
Move common symbol related information from MCSectionData to MCSymbol.
Rafael Espindola
2015-05-29
1
-4
/
+4
*
Store MCSymbols in PendingLabels.
Rafael Espindola
2015-05-29
1
-2
/
+3
*
Remove a trivial forwarding function. NFC.
Rafael Espindola
2015-05-28
1
-2
/
+2
*
Rename and move getCurrentSectionData.
Rafael Espindola
2015-05-27
1
-4
/
+4
*
There is only one current section.
Rafael Espindola
2015-05-27
1
-6
/
+5
*
Delete MCSectionData.
Rafael Espindola
2015-05-27
1
-1
/
+1
*
Move getSubsectionInsertionPoint to MCSection.
Rafael Espindola
2015-05-27
1
-2
/
+1
*
Replace getOrCreateSectionData with registerSection.
Rafael Espindola
2015-05-26
1
-2
/
+1
*
Have getCurrentSectionData return a MCSection.
Rafael Espindola
2015-05-26
1
-6
/
+8
*
Store a MCSection in MCFragment.
Rafael Espindola
2015-05-25
1
-1
/
+1
*
Move HasInstructions to MCSection.
Rafael Espindola
2015-05-25
1
-1
/
+5
*
Move bundle info from MCSectionData to MCSection.
Rafael Espindola
2015-05-25
1
-1
/
+1
*
Stop forwarding (get|set)Aligment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-2
/
+3
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-2
/
+2
*
AsmPrinter: Compute absolute label difference directly
Duncan P. N. Exon Smith
2015-05-21
1
-0
/
+23
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-3
/
+3
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-3
/
+3
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+2
*
[MC] Write padding into fragments when -mc-relax-all flag is used
Petr Hosek
2015-04-12
1
-4
/
+10
*
Remove dead code. NFC.
Rafael Espindola
2015-04-07
1
-6
/
+0
*
Don't declare all text sections at the start of the .s
Rafael Espindola
2015-03-20
1
-1
/
+8
*
Split the object streamer callback in one per file format.
Rafael Espindola
2015-03-19
1
-13
/
+0
[next]