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
...
*
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
*
Make BuildSymbolDiff an static helper.
Rafael Espindola
2014-08-15
1
-2
/
+13
*
Add a helper to MCExpr for when an expression is know to be absolute.
Rafael Espindola
2014-08-15
1
-4
/
+0
*
Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.
Rafael Espindola
2014-06-25
1
-7
/
+4
*
Move expression visitation logic up to MCStreamer.
Rafael Espindola
2014-06-25
1
-26
/
+0
*
Simplify the visitation of target expressions. No functionality change.
Rafael Espindola
2014-06-25
1
-11
/
+15
*
Simplify AddValueSymbols. No functionality change.
Rafael Espindola
2014-06-25
1
-4
/
+3
*
Simplify the handling of .cfi_endproc.
Rafael Espindola
2014-06-25
1
-2
/
+5
*
Print a=b as an assignment.
Rafael Espindola
2014-06-24
1
-4
/
+0
*
Move EH/Debug frame handling to the object streamer.
Rafael Espindola
2014-05-12
1
-2
/
+22
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
1
-2
/
+3
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-4
/
+4
*
Revert debug info compression support.
David Blaikie
2014-04-10
1
-6
/
+1
*
DebugInfo: Emit relocation to debug_line section when emitting asm for asm
David Blaikie
2014-04-01
1
-6
/
+4
*
DebugInfo: Support for compressed debug info sections
David Blaikie
2014-03-27
1
-1
/
+6
*
Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...
Zoran Jovanovic
2014-03-20
1
-1
/
+2
*
MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
David Blaikie
2014-03-13
1
-1
/
+1
*
MCDwarf: Refactor line table handling into a single data structure
David Blaikie
2014-03-13
1
-2
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
DebugInfo: Don't include the name of the CU file in the line table file list ...
David Blaikie
2014-02-14
1
-1
/
+2
[prev]
[next]