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
*
[MC] Delete redundant alignment update from MCELFStreamer::EmitCommonSymbol. NFC
Fangrui Song
2019-12-16
1
-4
/
+0
*
MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.
James Y Knight
2019-11-16
1
-2
/
+3
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[AIX]Emit function descriptor csect in assembly
Xiangling Liao
2019-09-26
1
-0
/
+3
*
[Alignment] Introduce llvm::Align to MCSection
Guillaume Chatelet
2019-09-13
1
-2
/
+2
*
[X86] Fix x86-64 call *foo@tlsdesc(%rax) and support R_386_TLSGOTDESC R_386_T...
Fangrui Song
2019-05-29
1
-0
/
+2
*
[MC] Teach the MachO object writer about N_FUNC_COLD
Vedant Kumar
2019-01-25
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MC] Error on a .zerofill directive in a non-virtual section
Francis Visoiu Mistrih
2018-07-02
1
-1
/
+2
*
[PowerPC] Add support for high and higha symbol modifiers on tls modifers.
Sean Fertile
2018-06-15
1
-0
/
+4
*
[MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC]
Peter Smith
2018-06-15
1
-0
/
+1
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-8
/
+22
*
[MC] Add assembler support for .cg_profile.
Michael J. Spencer
2018-06-02
1
-0
/
+38
*
MC: Remove dead code. NFCI.
Peter Collingbourne
2018-05-22
1
-11
/
+0
*
MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...
Peter Collingbourne
2018-05-21
1
-7
/
+2
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-4
/
+5
*
Delay creating an alias for @@@.
Rafael Espindola
2018-03-09
1
-3
/
+2
*
Don't treat .symver as a regular alias definition.
Rafael Espindola
2018-03-09
1
-0
/
+6
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-4
/
+7
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+8
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-4
/
+5
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Reland r298901 with modifications (reverted in r298932)
Weiming Zhao
2017-04-03
1
-0
/
+10
*
Revert "Dont emit Mapping symbols for sections that contain only data."
Weiming Zhao
2017-03-28
1
-10
/
+0
*
Dont emit Mapping symbols for sections that contain only data.
Weiming Zhao
2017-03-28
1
-0
/
+10
*
Simplify/make more explicit (by making less explicit in some ways) some funct...
David Blaikie
2017-03-16
1
-1
/
+1
*
MC: De-duplicate the object streamer implementations of EmitFileDirective int...
Peter Collingbourne
2017-03-03
1
-7
/
+0
*
[MC] Factor out non-COFF handling of COFF-specific directives.
Dan Gohman
2017-02-27
1
-16
/
+0
*
Move some error handling down to MCStreamer.
Rafael Espindola
2017-02-10
1
-4
/
+2
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-07
1
-20
/
+18
*
Change how we handle section symbols on ELF.
Rafael Espindola
2017-02-02
1
-10
/
+1
*
[MC] Refactor emitELFSize to make usage more consistent. NFC.
Dan Gohman
2016-12-01
1
-2
/
+2
*
Fix instance of -Wdelete-incomplete
Reid Kleckner
2016-06-22
1
-0
/
+1
*
[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.
Daniel Sanders
2016-05-03
1
-4
/
+0
*
[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
[next]