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
/
MachONormalizedFileBinaryWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-6
/
+6
*
[mach-o] zero-fill sections have no file offset
Nick Kledzik
2014-11-18
1
-9
/
+17
*
[mach-o] Fix lazy binding offsets
Nick Kledzik
2014-11-11
1
-2
/
+11
*
[mach-o] generate LC_DATA_IN_CODE in final linked images
Nick Kledzik
2014-10-28
1
-0
/
+18
*
[mach-o] Support data-only dylibs
Nick Kledzik
2014-10-24
1
-0
/
+3
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-1
/
+1
*
[mach-o] Add support for upward linking
Nick Kledzik
2014-10-16
1
-1
/
+1
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-11
/
+19
*
[mach-o] Add support for using export tries
Nick Kledzik
2014-09-03
1
-4
/
+236
*
[mach-o] Add support for -sectalign option
Nick Kledzik
2014-07-30
1
-1
/
+7
*
[mach-o] Add support for LC_DATA_IN_CODE
Nick Kledzik
2014-07-24
1
-5
/
+46
*
[mach-o] add representation for LC_ID_DYLIB to MachONormalizedFile
Tim Northover
2014-07-01
1
-1
/
+24
*
MachO: calculate segment offsets in final MachO files properly.
Tim Northover
2014-06-30
1
-6
/
+16
*
Left two files out of the previous commit
Artyom Skrobov
2014-06-14
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-3
/
+4
*
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
-3
/
+0
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-22
/
+15
*
Don't use make_error_code from the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-3
/
+3
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-3
/
+3
*
[mach-o] Add support and test cases for parsing tentative definitions
Nick Kledzik
2014-05-15
1
-0
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-13
1
-1
/
+1
*
Fix trailing whitespace.
Shankar Easwaran
2014-01-27
1
-71
/
+71
*
Fix indentation in the MachO writer.
Joey Gouly
2013-12-23
1
-3
/
+3
*
Fix a variety of typos in function names and comments
Alp Toker
2013-12-01
1
-1
/
+1
*
[mach-o] Use LEB128 stuff from llvm/Support. No functionality change.
Nick Kledzik
2013-11-09
1
-67
/
+29
*
[mach-o] reduce duplicate source code by using a templated method. No functi...
Nick Kledzik
2013-11-09
1
-113
/
+43
*
[mach-o] binary reader and writer
Nick Kledzik
2013-11-06
1
-0
/
+1079
[prev]