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
*
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
*
Add a default implementation of createObjectStreamer.
Rafael Espindola
2015-03-18
1
-0
/
+14
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-2
/
+2
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
1
-1
/
+3
*
Revert r221150, as it broke sanitizer tests
Oliver Stannard
2014-11-03
1
-7
/
+4
*
Emit .eh_frame with relocations to functions, rather than sections
Oliver Stannard
2014-11-03
1
-4
/
+7
*
Attempt to fix the build after r220439
David Majnemer
2014-10-22
1
-1
/
+1
*
[MC] Attach labels to existing fragments instead of using a separate fragment
Derek Schuff
2014-10-22
1
-9
/
+29
*
Make EmitDwarfSetLineAddr an static helper. NFC.
Rafael Espindola
2014-08-15
1
-1
/
+13
[next]