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
/
CompactUnwindPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-1
/
+1
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...
Fangrui Song
2019-03-29
1
-8
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-20
/
+23
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-2
/
+2
*
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
Pete Cooper
2016-03-30
1
-3
/
+3
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-0
/
+2
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-2
/
+0
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-0
/
+2
*
Move ownership of Pass File's to the MachoLinkingContext.
Pete Cooper
2016-03-21
1
-2
/
+2
*
Use ArrayRef instead of deep copies of CompactUnwindEntries. NFC.
Pete Cooper
2016-02-10
1
-10
/
+7
*
Set ordinals of all File's created in MachO passes.
Pete Cooper
2016-02-02
1
-1
/
+3
*
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene Zelenko
2015-11-10
1
-4
/
+2
*
[lld][MachO] Prune unused EH frames.
Lang Hames
2015-10-23
1
-0
/
+51
*
Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
David Blaikie
2015-06-19
1
-9
/
+9
*
[lld] Allow LLD passes to return error codes.
Lang Hames
2015-06-19
1
-2
/
+4
*
Do s/_context/_ctx/g globally.
Rui Ueyama
2015-04-10
1
-3
/
+3
*
Merge MutableFile with SimpleFile.
Rui Ueyama
2015-04-07
1
-4
/
+4
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
Remove unused #includes.
Rui Ueyama
2015-02-27
1
-1
/
+0
*
Fix heap-buffer-overflow bugs identified by the Address Sanitizer
Greg Fitzgerald
2015-02-19
1
-0
/
+3
*
Use make_unique.
Rui Ueyama
2015-02-06
1
-1
/
+1
*
[mach-o] Pass vectors by reference and name empty vector.
Nick Kledzik
2014-12-05
1
-5
/
+8
*
[mach-o] remove __compact_unwind atoms once __unwind_info has been generated
Tim Northover
2014-11-04
1
-1
/
+5
*
TMP: fix readN & writeN to not encourage UB
Tim Northover
2014-10-27
1
-33
/
+36
*
[mach-o] Support data-only dylibs
Nick Kledzik
2014-10-24
1
-0
/
+4
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-3
/
+1
*
[mach-o] keep Windows library happy.
Tim Northover
2014-10-18
1
-1
/
+1
*
[mach-o] update __eh_frame handling for Nick's suggestions
Tim Northover
2014-10-16
1
-10
/
+5
*
[mach-o] avoid overly clever std::find_if
Tim Northover
2014-10-15
1
-11
/
+8
*
[mach-o] make __unwind_info defer to __eh_frame when necessary.
Tim Northover
2014-10-15
1
-15
/
+81
*
[mach-o] add file comment to compact unwind pass
Tim Northover
2014-09-30
1
-1
/
+3
*
[mach-o] create __unwind_info section on x86_64
Tim Northover
2014-09-30
1
-0
/
+456