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
*
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