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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Fix off-by-one error in default currentVersion.
Pete Cooper
2016-08-11
1
-2
/
+2
*
[lld][MachO] Fix LC_SEGEMENT[_64] filesize computation in -r mode.
Lang Hames
2016-08-10
1
-1
/
+3
*
The first string table entry should be a null terminated space, not just null.
Pete Cooper
2016-08-08
1
-2
/
+5
*
ExportTrie nodes need to be visisted in order.
Pete Cooper
2016-08-05
1
-2
/
+30
*
[lld][MachO] Replace some std::string with char* buffers to eliminate mem leaks.
Lang Hames
2016-07-29
2
-13
/
+15
*
[lld][MachO] Remove some debugging output code that was mistakenly left in in
Lang Hames
2016-07-28
2
-30
/
+0
*
[lld][MachO] Re-apply r276921 with fix - initialize strings for debug string
Lang Hames
2016-07-27
9
-26
/
+863
*
[lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.
Lang Hames
2016-07-27
9
-862
/
+26
*
[lld][MachO] Add debug info support for MachO.
Lang Hames
2016-07-27
9
-26
/
+862
*
[lld][MachO] Add support for S_ATTR_DEBUG to the MachO YAML reader/writer.
Lang Hames
2016-07-26
1
-0
/
+2
*
[lld][MachO] Remove SimpleFile::definedAtoms().
Lang Hames
2016-06-28
2
-12
/
+12
*
[lld][MachO] Remove stray comment.
Lang Hames
2016-06-27
1
-2
/
+0
*
[lld][MachO] Add support for x86-64 negDelta64 references and fix negDelta32.
Lang Hames
2016-06-25
2
-37
/
+61
*
Apply clang-tidy's misc-move-constructor-init to lld.
Benjamin Kramer
2016-06-03
1
-1
/
+2
*
Fix some Include What You Use warnings; other minor fixes.
Eugene Zelenko
2016-04-29
1
-3
/
+14
*
Add missing header (NFC)
Mehdi Amini
2016-04-18
1
-0
/
+1
*
[lld][MachO] Clean up some unnecessarily verbose code. NFC.
Lang Hames
2016-04-06
1
-4
/
+1
*
[lld][MachO] Check Expected<T> for error prior to destruction.
Lang Hames
2016-04-05
1
-15
/
+17
*
Revert "Remove useless unreachable. Switch coverage already gives us this. ...
Pete Cooper
2016-03-31
1
-0
/
+1
*
Use Expected<T> instead of ErrorOr<T>in yaml reader. NFC
Pete Cooper
2016-03-31
2
-4
/
+5
*
Change library search methods to return Optional instead of ErrorOr.
Pete Cooper
2016-03-31
1
-13
/
+14
*
Fix a bunch more of -Wpessimizing-move issues.
Pete Cooper
2016-03-31
1
-4
/
+4
*
Fix a bunch of -Wpessimizing-move issues.
Pete Cooper
2016-03-31
3
-4
/
+4
*
Convert a few macho reader/writer helpers to new error handling. NFC.
Pete Cooper
2016-03-31
2
-30
/
+34
*
Convert readBinary to llvm::Error. NFC
Pete Cooper
2016-03-30
3
-11
/
+12
*
Convert normalized file to atoms methods to new error handling. NFC.
Pete Cooper
2016-03-30
4
-119
/
+128
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
4
-34
/
+35
*
Remove useless unreachable. Switch coverage already gives us this. NFC
Pete Cooper
2016-03-30
1
-1
/
+0
*
Convert file handle* methods to llvm::Error instead of std::error_code. NFC.
Pete Cooper
2016-03-30
1
-8
/
+8
*
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
Pete Cooper
2016-03-30
8
-20
/
+20
*
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
Pete Cooper
2016-03-30
6
-215
/
+209
*
Remove dead flags.
Rui Ueyama
2016-03-28
2
-4
/
+2
*
Use None to construct an empty ArrayRef. NFC.
Pete Cooper
2016-03-24
1
-1
/
+1
*
Avoid UB when creating empty atoms. NFC.
Pete Cooper
2016-03-24
1
-0
/
+2
*
Avoid UB deref of nullptr to reference. NFC.
Pete Cooper
2016-03-24
1
-0
/
+5
*
Use a memcpy to avoid unaligned store UB.
Pete Cooper
2016-03-24
1
-6
/
+9
*
Use unaligned read to fix UB. NFC.
Pete Cooper
2016-03-24
1
-3
/
+4
[prev]
[next]