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
/
MachObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-6
/
+6
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-4
/
+8
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[MC][MachO] Emit an error for emitting relocations of the form -SYM + cst
Francis Visoiu Mistrih
2019-03-06
1
-0
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[macho] save the SDK version stored in module metadata into the version min and
Alex Lorenz
2018-12-14
1
-7
/
+16
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
MC: Have the object writers return the number of bytes written. NFCI.
Peter Collingbourne
2018-05-21
1
-2
/
+6
*
MC: Change object writers to use endian::Writer. NFCI.
Peter Collingbourne
2018-05-21
1
-121
/
+125
*
MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...
Peter Collingbourne
2018-05-21
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+5
*
[MC] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-2
/
+2
*
[MC] Issue error message when data region is not terminated
Gerolf Hoflehner
2018-02-12
1
-1
/
+7
*
MC: Add support for mach-o build_version
Matthias Braun
2017-12-14
1
-21
/
+31
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-2
/
+3
*
[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriter
Lang Hames
2017-10-09
1
-4
/
+4
*
Simplify interface now that we don't need to pass IsPCRel. NFC.
Rafael Espindola
2017-07-11
1
-1
/
+1
*
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
-1
/
+1
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-07
1
-2
/
+15
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Misc improvements to StringTableBuilder.
Rafael Espindola
2016-10-04
1
-2
/
+2
*
Revert "Use getSize instead of data().size(). NFC."
Rafael Espindola
2016-10-03
1
-1
/
+1
*
Use getSize instead of data().size(). NFC.
Rafael Espindola
2016-10-03
1
-1
/
+1
*
Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""
Tim Northover
2016-04-26
1
-1
/
+2
*
Revert "ARM: put correct symbol index on indirect pointers in __thread_ptr."
Renato Golin
2016-04-26
1
-2
/
+1
*
ARM: put correct symbol index on indirect pointers in __thread_ptr.
Tim Northover
2016-04-25
1
-1
/
+2
*
ARM: put extern __thread stubs in a special section.
Tim Northover
2016-04-25
1
-0
/
+1
*
[MachO] Add MachO alt-entry directive support.
Lang Hames
2016-03-15
1
-2
/
+4
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-3
/
+3
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
1
-2
/
+16
*
Add a RAW mode to StringTableBuilder.
Rafael Espindola
2015-10-23
1
-1
/
+1
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-0
/
+12
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-3
/
+3
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-2
/
+1
*
[MC] Allow MCObjectWriter's output stream to be swapped out
David Majnemer
2015-09-01
1
-19
/
+20
*
[MC/MachO] Make some MachObjectWriter methods more generic. NFC.
Frederic Riss
2015-08-26
1
-25
/
+30
*
Revert r240302 ("Bring r240130 back.").
Daniel Jasper
2015-06-23
1
-2
/
+1
*
Bring r240130 back.
Rafael Espindola
2015-06-22
1
-1
/
+2
*
Revert 240130, it caused crashes (repro in PR23900).
Nico Weber
2015-06-19
1
-2
/
+1
*
Make all temporary symbols unnamed.
Rafael Espindola
2015-06-19
1
-1
/
+2
*
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
-20
/
+4
*
MC: Clean up the naming for MCMachObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-24
/
+24
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-94
/
+94
*
[MachOWriter] Use for-range and roll some duplicated code into loops.
Benjamin Kramer
2015-06-04
1
-43
/
+25
*
MC: Remove obsolete MachO UseAggressiveSymbolFolding.
Jim Grosbach
2015-06-04
1
-3
/
+0
*
MC: Tidy up LOH naming a bit. NFC.
Jim Grosbach
2015-06-01
1
-1
/
+1
*
Store a bit in MCSection saying if it was registered with MCAssembler.
Rafael Espindola
2015-06-01
1
-15
/
+9
[next]