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
/
MachONormalizedFileFromAtoms.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] Fix -Wrange-loop-analysis warnings
Fangrui Song
2020-01-01
1
-1
/
+1
*
lld: Fix initial Mach-O load commands size calculation omitting LC_FUNCTION_S...
Rui Ueyama
2019-04-17
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
[MACH-O] Fix the ASM code generated for __stub_helpers section
Rui Ueyama
2017-08-24
1
-0
/
+57
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-10
1
-0
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
Fix wrong formatting in lld introduced in r286561 (NFC)
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-7
/
+7
*
Adjust for TimePoint interface change in llvm: D25730. NFC
Pavel Labath
2016-10-24
1
-1
/
+1
*
Dead strip DESC bits should only be set on object files.
Pete Cooper
2016-08-11
1
-1
/
+2
*
Change when we choose to add an LC_LOAD_DYLIB to the final image.
Pete Cooper
2016-08-11
1
-14
/
+12
*
[lld][MachO] Replace some std::string with char* buffers to eliminate mem leaks.
Lang Hames
2016-07-29
1
-9
/
+11
*
[lld][MachO] Re-apply r276921 with fix - initialize strings for debug string
Lang Hames
2016-07-27
1
-1
/
+174
*
[lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.
Lang Hames
2016-07-27
1
-174
/
+1
*
[lld][MachO] Add debug info support for MachO.
Lang Hames
2016-07-27
1
-1
/
+174
*
Revert "Remove useless unreachable. Switch coverage already gives us this. ...
Pete Cooper
2016-03-31
1
-0
/
+1
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
1
-20
/
+20
*
Remove useless unreachable. Switch coverage already gives us this. NFC
Pete Cooper
2016-03-30
1
-1
/
+0
*
Avoid UB deref of nullptr to reference. NFC.
Pete Cooper
2016-03-24
1
-0
/
+5
*
Fix more cases of UB from allocating 0 sized data. NFC.
Pete Cooper
2016-03-23
1
-4
/
+8
*
Move empty atom check to target independent code. NFC.
Pete Cooper
2016-03-22
1
-0
/
+5
*
Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs.
Pete Cooper
2016-02-09
1
-0
/
+2
*
Add cmdline options for LC_DATA_IN_CODE load command.
Pete Cooper
2016-02-09
1
-0
/
+4
*
Generate LC_FUNCTION_STARTS load command.
Pete Cooper
2016-02-09
1
-0
/
+46
*
Reorder enum entry as its used for atom sorting.
Pete Cooper
2016-02-09
1
-0
/
+1
*
Set max segment protection level.
Pete Cooper
2016-02-06
1
-7
/
+36
*
Move creation of "__LINKEDIT" segment. NFC.
Pete Cooper
2016-02-06
1
-0
/
+2
*
Add support for the source_version cmdline option.
Pete Cooper
2016-02-04
1
-0
/
+1
*
Set S_ATTR_SOME_INSTRUCTIONS on __text section.
Pete Cooper
2016-02-04
1
-1
/
+1
*
Generate version min load commands when the platform is unknown.
Pete Cooper
2016-02-04
1
-6
/
+52
*
Add support for -sdk_version cmdline option.
Pete Cooper
2016-02-03
1
-1
/
+1
*
Add generation of LC_VERSION_MIN load commands.
Pete Cooper
2016-02-03
1
-0
/
+9
*
__mh_execute_header atoms should be global and never dead strippped.
Pete Cooper
2016-02-02
1
-0
/
+2
*
Fix handling of mach header and DSO handle symbols.
Pete Cooper
2016-02-02
1
-1
/
+7
*
Use dyn_cast instead of static_cast.
Pete Cooper
2016-02-01
1
-3
/
+3
*
Only emit files with subsections_via_symbols if all inputs had that set.
Pete Cooper
2016-01-16
1
-9
/
+25
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-5
/
+5
*
Don't emit relocs for the __eh_frame section as they can be implicit.
Pete Cooper
2016-01-07
1
-6
/
+27
*
Improved debugging printing. NFC
Pete Cooper
2016-01-05
1
-9
/
+37
*
Sort sections in relocatable files.
Pete Cooper
2016-01-04
1
-102
/
+62
*
[lld][MachO] Recognize __thread_bss sections as zero-fill and set all the
Lang Hames
2015-12-11
1
-1
/
+3
*
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene Zelenko
2015-11-10
1
-26
/
+4
*
[lld][MachO] Initial implementation of -flat_namespace and -undefined.
Lang Hames
2015-09-28
1
-9
/
+25
*
[LLD][MachO] Fix a FIXME: Subtract base address from atom address when building
Lang Hames
2015-09-21
1
-1
/
+1
*
[lld] Add MachO thread-local storage support.
Lang Hames
2015-06-23
1
-4
/
+17
*
[LLD] Add support for the -stack_size option to Darwin ld.
Lang Hames
2015-05-20
1
-0
/
+1
*
Do s/_context/_ctx/g globally.
Rui Ueyama
2015-04-10
1
-49
/
+45
*
Rename align2 -> align.
Rui Ueyama
2015-03-26
1
-4
/
+4
*
Use arithmetic type to represent alignments (not in log2) everywhere.
Rui Ueyama
2015-03-26
1
-10
/
+5
[next]