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
/
MCELFStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename and move getCurrentSectionData.
Rafael Espindola
2015-05-27
1
-7
/
+7
*
There is only one current section.
Rafael Espindola
2015-05-27
1
-4
/
+7
*
Replace getOrCreateSectionData with registerSection.
Rafael Espindola
2015-05-26
1
-4
/
+3
*
Have getCurrentSectionData return a MCSection.
Rafael Espindola
2015-05-26
1
-14
/
+7
*
Pass a MCSection to getCurrentSectionData.
Rafael Espindola
2015-05-26
1
-9
/
+11
*
Remove most uses of MCSectionData from MCAssembler.
Rafael Espindola
2015-05-26
1
-1
/
+1
*
Store a MCSection in MCFragment.
Rafael Espindola
2015-05-25
1
-2
/
+3
*
Move HasInstructions to MCSection.
Rafael Espindola
2015-05-25
1
-5
/
+8
*
Move bundle info from MCSectionData to MCSection.
Rafael Espindola
2015-05-25
1
-11
/
+14
*
Add a isBundleLocked helper to MCELFStreamer.
Rafael Espindola
2015-05-25
1
-14
/
+17
*
Stop forwarding (get|set)Aligment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-6
/
+5
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-6
/
+6
*
MC: Use MCSymbol in LocalCommon, NFC
Duncan P. N. Exon Smith
2015-05-20
1
-4
/
+3
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
[MC] When using bundle aligment, align sections to bundle size
Derek Schuff
2015-04-21
1
-0
/
+15
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+1
*
[MC] Write padding into fragments when -mc-relax-all flag is used
Petr Hosek
2015-04-12
1
-2
/
+88
*
Split the object streamer callback in one per file format.
Rafael Espindola
2015-03-19
1
-0
/
+1
*
Make constant arrays that are passed to functions as const.
Benjamin Kramer
2015-03-07
1
-5
/
+4
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
1
-7
/
+3
*
Add STB_GNU_UNIQUE to the ELF writer.
Rafael Espindola
2015-01-23
1
-1
/
+7
*
Add back commits r219835 and a fixed version of r219829.
Rafael Espindola
2014-10-17
1
-2
/
+11
*
Revert commit r219835 and r219829.
Rafael Espindola
2014-10-17
1
-11
/
+2
*
Correctly handle references to section symbols.
Rafael Espindola
2014-10-15
1
-2
/
+11
*
[MC] Make bundle alignment mode setting idempotent and support nested bundles
Derek Schuff
2014-10-15
1
-11
/
+14
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-8
/
+11
*
Print a=b as an assignment.
Rafael Espindola
2014-06-24
1
-4
/
+0
*
Remove an always true argument.
Rafael Espindola
2014-05-12
1
-1
/
+1
*
Make getOrCreateSymbolData non virtual.
Rafael Espindola
2014-04-27
1
-4
/
+0
*
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
-1
/
+1
*
Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...
Zoran Jovanovic
2014-03-20
1
-1
/
+1
*
Look through variables when computing relocations.
Rafael Espindola
2014-03-20
1
-3
/
+2
*
Always print the implicit .text at the start of an asm file.
Rafael Espindola
2014-03-05
1
-1
/
+1
*
Use the default values.
Rafael Espindola
2014-02-04
1
-3
/
+3
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-1
/
+1
*
Modify MCObjectStreamer EmitInstTo* interface
David Woodhouse
2014-01-28
1
-3
/
+5
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-6
/
+4
*
Simplify the logic for deciding when to initialize the sections.
Rafael Espindola
2014-01-24
1
-1
/
+1
*
Inline functions that are only called once.
Rafael Espindola
2014-01-24
1
-17
/
+8
*
InitToTextSection is redundant with InitSections. Remove it.
Rafael Espindola
2014-01-23
1
-4
/
+0
*
Remove duplicated info on what .text, .data and .bss look like.
Rafael Espindola
2014-01-23
1
-18
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Add support for parsing ARM symbol variants on ELF targets
David Peixotto
2013-12-04
1
-3
/
+0
*
ARM integrated assembler generates incorrect nop opcode
David Peixotto
2013-11-25
1
-0
/
+4
*
Move the STT_FILE symbols out of the normal symbol table processing for
Joerg Sonnenberger
2013-10-29
1
-10
/
+4
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-1
/
+16
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-9
/
+6
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-4
/
+12
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-1
/
+1
[next]