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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix -DBUILD_SHARED_LIBS=1 build
Sam Clegg
2018-06-12
1
-0
/
+1
*
[Darwin] Use errorHandler from liblldCommon
Brian Gesiak
2018-06-12
1
-8
/
+6
*
Remove \brief commands from doxygen comments.
Fangrui Song
2018-05-15
1
-3
/
+3
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
3
-37
/
+41
*
Fix build broken by llvm r327486
Pavel Labath
2018-03-14
1
-1
/
+1
*
[ELF] Fix IsPreemptible comment and typo. NFC
Fangrui Song
2018-02-23
1
-2
/
+2
*
[YAML] Fix mustQuote return type changed in r320996
Francis Visoiu Mistrih
2017-12-18
2
-6
/
+6
*
MachONormalizedFile.h: Remove unimplemented function
David Blaikie
2017-11-22
1
-9
/
+0
*
Make some headers modular by adding missing includes/forward decls.
David Blaikie
2017-11-21
1
-0
/
+2
*
Update for llvm change.
Rafael Espindola
2017-11-08
1
-1
/
+2
*
Update for llvm change.
Rafael Espindola
2017-11-08
1
-3
/
+3
*
lld: Prune unused libdeps.
NAKAMURA Takumi
2017-10-12
1
-1
/
+0
*
lld: Reorder libdeps.
NAKAMURA Takumi
2017-10-11
1
-1
/
+1
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
15
-15
/
+15
*
[MACH-O] Fix the ASM code generated for __stub_helpers section
Rui Ueyama
2017-08-24
6
-0
/
+77
*
Fix ObjCPass on big-endian host
Tom Stellard
2017-07-24
1
-2
/
+6
*
lld matching change for llvm change r308690 to add error handling to
Kevin Enderby
2017-07-20
1
-1
/
+4
*
[MachO] Add missing byte-swaps when reading dyld_info
Tom Stellard
2017-07-07
1
-3
/
+3
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
1
-1
/
+0
*
Tweak to match change in LLVM API, in r306315.
Paul Robinson
2017-06-26
1
-2
/
+2
*
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
12
-27
/
+32
*
[Support] Move Parallel algorithms from LLD to LLVM.
Zachary Turner
2017-05-11
1
-2
/
+2
*
[Core] Make parallel algorithms match C++ Parallelism TS.
Zachary Turner
2017-05-10
1
-4
/
+4
*
[MachO/X86_64] Simplify isDataInCodeTransition().
Davide Italiano
2017-04-15
1
-8
/
+1
*
[MachO/AArch64] Merge multiple switch cases into one. NFCI.
Davide Italiano
2017-04-15
1
-4
/
+0
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-1
/
+1
*
[lld][cmake] Fix LLVM_LINK_LLVM_DYLIB build
Pavel Labath
2017-01-09
3
-7
/
+15
*
Remove unnecessary llvm/Config/config.h includes
Michal Gorny
2016-12-14
1
-1
/
+0
*
Fix wrong formatting in lld introduced in r286561 (NFC)
Mehdi Amini
2016-11-11
5
-5
/
+5
*
Fix code to deal with recent LLVM changes.
Greg Clayton
2016-11-11
1
-2
/
+5
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
18
-80
/
+80
*
Fix build breakage on buildbots that was due to 285309.
Greg Clayton
2016-10-27
1
-3
/
+4
*
Fix Clang-tidy readability-redundant-member-init warnings; other minor fixes
Eugene Zelenko
2016-10-25
1
-13
/
+16
*
Adjust for TimePoint interface change in llvm: D25730. NFC
Pavel Labath
2016-10-24
1
-1
/
+1
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-6
/
+3
*
[MachO] Factor out a fair amount of duplicated code. NFCI.
Davide Italiano
2016-09-12
1
-26
/
+14
*
[MachO] Remove code accidentally cut'n'pasted 3 times.
Davide Italiano
2016-09-10
1
-204
/
+0
*
Fix shared library build.
Rafael Espindola
2016-09-06
1
-0
/
+1
*
Use the demangler in llvm.
Rafael Espindola
2016-09-06
1
-7
/
+2
*
ReaderWriter: Use ilist_noalloc_traits for TrieEdge, NFC
Duncan P. N. Exon Smith
2016-09-03
1
-8
/
+3
*
ADT: Remove uses of ilist_*sentinel_traits, NFC
Duncan P. N. Exon Smith
2016-08-22
1
-4
/
+0
*
MachO: Use ilist_half_embedded_sentinel_traits, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-12
/
+4
*
Dead strip DESC bits should only be set on object files.
Pete Cooper
2016-08-11
1
-1
/
+2
*
Better compress lazy binding info to match ld64.
Pete Cooper
2016-08-11
1
-8
/
+11
*
Generate slightly more compressed binding opcodes when entries are the same a...
Pete Cooper
2016-08-11
1
-12
/
+37
*
Arm64 stubs alignment is 2, not 4.
Pete Cooper
2016-08-11
1
-2
/
+2
*
Change when we choose to add an LC_LOAD_DYLIB to the final image.
Pete Cooper
2016-08-11
3
-16
/
+17
[next]