Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f72693f36e80c65dc7b45c8f0e54a1a44c687025
/
llvm
/
lib
/
Linker
/
Linker.cpp
3d3fc32
eliminate residual cruft related to recognizing bytecode
by Gabor Greif
· 18 years ago
e16561c
Here is the bulk of the sanitizing.
by Gabor Greif
· 18 years ago
41528e6
switch this to bitcode instead of bytecode
by Chris Lattner
· 19 years ago
a0e5f01
add bitcode support
by Chris Lattner
· 19 years ago
a0e49f2
push bytecode decompressor out through APIs. Now the bytecode reader
by Chris Lattner
· 19 years ago
f3baad3
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
by Bill Wendling
· 19 years ago
7339b8d
Removed #include <iostream> and replaced with llvm_* streams.
by Bill Wendling
· 19 years ago
e58f740
Remove a redundant syscall.
by Chris Lattner
· 19 years ago
0e9bd5a
Fixed style of curly brace. No functionality changes.
by John Criswell
· 20 years ago
8097c0a
Be a little more explanatory in a comment.
by Reid Spencer
· 20 years ago
6796b48
Adjust the constructor to the Linker class to take an argument that names
by Reid Spencer
· 20 years ago
c9c0473
For PR495:
by Reid Spencer
· 20 years ago
5b891e9
For PR495:
by Reid Spencer
· 20 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 21 years ago
e68dae0
Add support for ".so" files compiled with LLVM which contain LLVM bytecode.
by Chris Lattner
· 21 years ago
b193ec5
Fix a compile error. config.h is now needed because DataTypes.h doesn't
by Reid Spencer
· 21 years ago
92e9762
* Fix header block.
by Reid Spencer
· 21 years ago
4a23d3f8
This file contains basic Linker facilities needed by all tools
by Reid Spencer
· 21 years ago