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
/
MCMachOStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachO: enable .data_region directives everywhere
Tim Northover
2016-04-21
1
-4
/
+0
*
[MachO] Extend the alt_entry support for aliases added in r263521 to
Lang Hames
2016-03-15
1
-4
/
+7
*
[MachO] Add MachO alt-entry directive support.
Lang Hames
2016-03-15
1
-0
/
+16
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-1
/
+0
*
Simplify MCFillFragment.
Rafael Espindola
2016-01-19
1
-1
/
+1
*
MC: Make sure to clear *all* of MCMachOStreamer's state
Justin Bogner
2015-12-03
1
-0
/
+1
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
1
-4
/
+14
*
Use range-based for loops. NFC
Craig Topper
2015-10-14
1
-9
/
+7
*
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
-5
/
+2
*
Disallow assigning symbol a null section.
Rafael Espindola
2015-10-03
1
-2
/
+0
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Force the MachO generated for Darwin to have VERSION_MIN load command
Steven Wu
2015-08-05
1
-0
/
+10
*
Remove includes of MCMachOSymbolFlags.h after it was deleted
Pete Cooper
2015-06-08
1
-1
/
+0
*
Move all flags logic to MCSymbolMachO.
Pete Cooper
2015-06-08
1
-15
/
+17
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-3
/
+0
*
The fragment implies the section, don't store both.
Rafael Espindola
2015-06-01
1
-2
/
+2
*
Remove getData.
Rafael Espindola
2015-05-29
1
-14
/
+9
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
1
-5
/
+5
*
Rename getOrCreateSymbolData to registerSymbol and return void.
Rafael Espindola
2015-05-29
1
-7
/
+10
*
Move Flags from MCSymbolData to MCSymbol.
Rafael Espindola
2015-05-29
1
-13
/
+12
*
Move common symbol related information from MCSectionData to MCSymbol.
Rafael Espindola
2015-05-29
1
-2
/
+3
*
Remove a trivial forwarding function. NFC.
Rafael Espindola
2015-05-28
1
-1
/
+1
*
Rename and move getCurrentSectionData.
Rafael Espindola
2015-05-27
1
-1
/
+1
*
There is only one current section.
Rafael Espindola
2015-05-27
1
-2
/
+3
*
Delete MCSectionData.
Rafael Espindola
2015-05-27
1
-2
/
+2
*
Replace getOrCreateSectionData with registerSection.
Rafael Espindola
2015-05-26
1
-4
/
+3
*
Have getCurrentSectionData return a MCSection.
Rafael Espindola
2015-05-26
1
-1
/
+1
*
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
*
Stop forwarding (get|set)Aligment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-2
/
+2
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-6
/
+6
*
MC: Remove most remaining uses of MCSymbolData::getSymbol(), NFC
Duncan P. N. Exon Smith
2015-05-20
1
-4
/
+4
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-3
/
+3
*
MC: Change MCFragment::Atom to an MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-2
/
+2
*
MC: Change MCAssembler::Symbols to store MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-3
/
+3
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-2
/
+2
*
Don't declare all text sections at the start of the .s
Rafael Espindola
2015-03-20
1
-6
/
+43
*
Split the object streamer callback in one per file format.
Rafael Espindola
2015-03-19
1
-0
/
+1
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
Add and update reset() and doInitialization() methods to MC* and passes.
Yaron Keren
2014-09-17
1
-0
/
+6
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-2
/
+2
*
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
*
Centralize the handling of the thumb bit.
Rafael Espindola
2014-04-29
1
-4
/
+0
*
Add range access to MCAssembler's symbol collection.
David Blaikie
2014-04-18
1
-6
/
+5
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-5
/
+5
*
MachO: Add linker-optimisation hint framework to MC.
Tim Northover
2014-03-29
1
-0
/
+5
*
MachO: allow each section to have a linker-private symbol
Tim Northover
2014-03-29
1
-4
/
+33
[next]