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
*
[Object] Make .alt_entry directive parsing MachO specific.
Lang Hames
2016-04-11
1
-1
/
+1
*
[Object] Report an error if .alt_entry is used with ELF or COFF.
Lang Hames
2016-04-08
1
-1
/
+1
*
[MachO] Add MachO alt-entry directive support.
Lang Hames
2016-03-15
1
-0
/
+3
*
[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
Colin LeMahieu
2016-02-10
1
-2
/
+2
*
Don't create empty sections just to look like gas.
Rafael Espindola
2015-11-03
1
-10
/
+0
*
Delete dead code.
Rafael Espindola
2015-11-03
1
-6
/
+0
*
Simplify local common output.
Rafael Espindola
2015-11-03
1
-20
/
+14
*
Move code out of a loop and use a range loop.
Rafael Espindola
2015-11-03
1
-10
/
+8
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-7
/
+3
*
Cleanup places that passed SMLoc by const reference to pass it by value inste...
Craig Topper
2015-09-20
1
-1
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-2
/
+0
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Devirtualize and pack MCFragment to reduce memory usage.
Pete Cooper
2015-06-17
1
-1
/
+1
*
[MC] Common symbols weren't being checked for redeclaration which allowed an ...
Colin LeMahieu
2015-06-06
1
-1
/
+3
*
Test commit access.
Gabor Ballabas
2015-06-04
1
-1
/
+1
*
Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.
Rafael Espindola
2015-06-04
1
-2
/
+1
*
Convert BindingExplicitlySet into a MCSymbolELF field.
Rafael Espindola
2015-06-03
1
-6
/
+1
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-35
/
+30
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-2
/
+4
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-2
/
+2
*
Remove getData.
Rafael Espindola
2015-05-29
1
-10
/
+7
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
1
-3
/
+3
*
Rename getOrCreateSymbolData to registerSymbol and return void.
Rafael Espindola
2015-05-29
1
-9
/
+12
*
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
2015-05-29
1
-30
/
+32
*
Move common symbol related information from MCSectionData to MCSymbol.
Rafael Espindola
2015-05-29
1
-1
/
+1
*
Move SymbolSize from MCSymbolData to MCSymbol.
Rafael Espindola
2015-05-29
1
-3
/
+2
*
Remove a trivial forwarding function. NFC.
Rafael Espindola
2015-05-28
1
-1
/
+1
*
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
[next]