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
/
lld
/
lib
/
ReaderWriter
/
MachO
/
MachONormalizedFileBinaryUtils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
MachO: Change getString16() back to inline function
Tom Stellard
2018-09-07
1
-1
/
+1
*
MachO: Fix out-of-bounds memory access in getString16
Tom Stellard
2018-09-07
1
-6
/
+5
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-6
/
+3
*
Generate LC_FUNCTION_STARTS load command.
Pete Cooper
2016-02-09
1
-0
/
+41
*
Move includes inside guards. NFC.
Pete Cooper
2016-02-08
1
-3
/
+2
*
Don't emit relocs for the __eh_frame section as they can be implicit.
Pete Cooper
2016-01-07
1
-1
/
+2
*
Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.
Rui Ueyama
2015-03-02
1
-1
/
+2
*
Use read{le,be}{16,32}. NFC.
Rui Ueyama
2015-02-27
1
-24
/
+10
*
Follow-up to r221913. Fix some -Wcast-qual warning reasons.
Simon Atanasyan
2014-11-14
1
-6
/
+6
*
[mach-o] explicitly cast little_n uses to ints to silence MSVC
Tim Northover
2014-10-31
1
-3
/
+9
*
TMP: fix readN & writeN to not encourage UB
Tim Northover
2014-10-27
1
-17
/
+43
*
swapStruct extracted into include/llvm/Support/MachO.h (no functional change)
Artyom Skrobov
2014-07-18
1
-155
/
+0
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-0
/
+10
*
[mach-o] add parsing of x86 relocations
Nick Kledzik
2014-07-02
1
-0
/
+3
*
Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...
Artyom Skrobov
2014-06-14
1
-106
/
+107
*
llvm::sys::SwapByteOrder() renamed to llvm::sys::getSwappedBytes()
Artyom Skrobov
2014-06-14
1
-111
/
+111
*
include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Run llvm/utils/sort_includes.py in a few files.
Rafael Espindola
2014-06-12
1
-2
/
+0
*
[mach-o] refactor mach-o output section selection to be table driven.
Nick Kledzik
2014-06-10
1
-0
/
+8
*
Fix trailing whitespace.
Shankar Easwaran
2014-01-27
1
-14
/
+14
*
Fix include guards.
Rui Ueyama
2013-11-15
1
-3
/
+3
*
[mach-o] binary reader and writer
Nick Kledzik
2013-11-06
1
-0
/
+293