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
/
MachOLinkingContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use arithmetic type to represent alignments (not in log2) everywhere.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-4
/
+1
*
Add a scaffolding to merge alignment representations.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
[ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
2015-03-14
1
-1
/
+1
*
[MachO] Use setter for globalsAreDeadStripRoots. NFC intended.
Davide Italiano
2015-03-09
1
-2
/
+2
*
Add missing includes for make_unique, lld edition.
Benjamin Kramer
2015-03-02
1
-0
/
+1
*
Remove YAML/Native round-trip passes.
Rui Ueyama
2015-02-20
1
-1
/
+0
*
[ELF] Demangle: don't expose raw info when getter is available.
Davide Italiano
2015-02-18
1
-1
/
+1
*
MachO: Move LayoutPass to MachO directory.
Rui Ueyama
2015-02-05
1
-8
/
+2
*
[MachO] Remove dependency on lldDriver
Greg Fitzgerald
2015-01-23
1
-2
/
+20
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-2
/
+2
*
Simplify.
Rui Ueyama
2015-01-15
1
-7
/
+5
*
Remove InputGraph and use std::vector<Node> instead.
Rui Ueyama
2015-01-15
1
-2
/
+1
*
Rename InputElement Node.
Rui Ueyama
2015-01-15
1
-6
/
+6
*
Remove InputGraph::size().
Rui Ueyama
2015-01-15
1
-1
/
+1
*
Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.
Rui Ueyama
2015-01-15
1
-3
/
+1
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-12
/
+12
*
[cleanup] Re-sort #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-11
/
+15
*
Replace vector<unique_ptr<File> with unique_ptr<File>.
Rui Ueyama
2015-01-13
1
-3
/
+1
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-12
/
+10
*
[macho] -rpath support
Jean-Daniel Dupas
2014-12-18
1
-0
/
+4
*
Re-commit r223330: Rewrite InputGraph's Group
Rui Ueyama
2014-12-10
1
-0
/
+32
*
Revert "Rewrite InputGraph's Group"
Rui Ueyama
2014-12-04
1
-32
/
+0
*
Rewrite InputGraph's Group
Rui Ueyama
2014-12-04
1
-0
/
+32
*
[mach-o] propagate dylib version numbers
Nick Kledzik
2014-11-19
1
-0
/
+16
*
[mach-o] remove stray debug output
Nick Kledzik
2014-11-07
1
-3
/
+0
*
[mach-o] Add support for -order_file option
Nick Kledzik
2014-11-07
1
-2
/
+86
*
[mach-o] Add support for -S option
Nick Kledzik
2014-11-06
1
-1
/
+2
*
Remove #ifdef __FreeBSD
Rui Ueyama
2014-10-27
1
-4
/
+2
*
[mach-o] Support old style objc class names in export lists
Nick Kledzik
2014-10-24
1
-0
/
+20
*
Use __cxa_demangle on FreeBSD to fix buildbots.
Rui Ueyama
2014-10-21
1
-2
/
+2
*
Assume cxxabi.h exists on FreeBSD
Rui Ueyama
2014-10-21
1
-1
/
+3
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-6
/
+2
*
[mach-o] Add support for upward linking
Nick Kledzik
2014-10-16
1
-2
/
+13
*
[mach-o] Add Pass to create are shim Atoms for ARM interworking.
Nick Kledzik
2014-10-14
1
-0
/
+17
*
[mach-o] Use default for min OS version when not specified on command line.
Nick Kledzik
2014-10-09
1
-0
/
+20
*
[mach-o] Support fat archives
Nick Kledzik
2014-10-08
1
-1
/
+7
*
[mach-o] Add support for -dependency_info command line option
Nick Kledzik
2014-10-04
1
-4
/
+66
*
Add MachOLinkingContext parameter to MachOFileNode constructor.
Nick Kledzik
2014-10-01
1
-4
/
+4
*
[mach-o] Implement -demangle.
Nick Kledzik
2014-09-30
1
-1
/
+34
*
[mach-o] create __unwind_info section on x86_64
Tim Northover
2014-09-30
1
-0
/
+12
*
Modified per David Blakie suggestion.
Yaron Keren
2014-09-21
1
-2
/
+1
*
Silence these C4715 warnings from Visual C++ (NFC)
Yaron Keren
2014-09-21
1
-0
/
+2
*
[mach-o]: implement -image_base option on Darwin.
Tim Northover
2014-09-10
1
-5
/
+4
*
[mach-o] Add support for arm64 (AAarch64)
Nick Kledzik
2014-09-09
1
-3
/
+15
*
[mach-o] Add support for -pie and -no_pie
Nick Kledzik
2014-09-09
1
-1
/
+18
*
[mach-o] Let darwin driver infer arch from .o files if -arch not used.
Nick Kledzik
2014-09-04
1
-0
/
+5
*
[mach-o] Fix initial live atoms with -dead_strip
Nick Kledzik
2014-08-21
1
-0
/
+16
*
[mach-o] Add support for -exported_symbols_list and -keep_private_externs
Nick Kledzik
2014-08-21
1
-1
/
+27
[prev]
[next]