Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e9f2a90d1f3e11a76c36df2bc51bf0d02b4d0ff1
/
llvm
/
tools
/
llvm-ld
/
llvm-ld.cpp
579f071
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
d329270
Add support for frameworks. Patch by Shantonu Sen!
by Chris Lattner
· 18 years ago
7ff4a8b
Fix llvm-ld -Xlinker, patch by Daniel Teske!
by Chris Lattner
· 18 years ago
345353d
remove attributions from tools.
by Chris Lattner
· 18 years ago
2c6a821
Move the space in overview output for commands out of each of the
by Dan Gohman
· 18 years ago
ec5058e
Remove dead option.
by Reid Spencer
· 18 years ago
e16561c
Here is the bulk of the sanitizing.
by Gabor Greif
· 18 years ago
cd74c3e
Fix pr1448
by Chris Lattner
· 18 years ago
6d80e21
switch tools to bitcode instead of bytecode
by Chris Lattner
· 18 years ago
e542042
add bitcode support.
by Chris Lattner
· 18 years ago
986b9df
Augment the verbose output to print out the sub-commands executed.
by Reid Spencer
· 18 years ago
d7799fd
For PR1302:
by Reid Spencer
· 19 years ago
d01defe
Add possibility to set memory limit for binaries run via libSystem. This
by Anton Korobeynikov
· 19 years ago
1ed974a
Clean up error handling.
by Reid Spencer
· 19 years ago
5d211e2
For PR1153: Copy a couple more missing options from gccld to llvm-ld.
by Reid Spencer
· 19 years ago
19bb6b9
default to emiting an uncompressed .bc file
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
76d4632
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
by Chris Lattner
· 19 years ago
afd54eb
Replacing std::iostreams with llvm iostreams. Some of these changes involve
by Bill Wendling
· 19 years ago
3005d47
Minor style fixes from review.
by Reid Spencer
· 19 years ago
75db664
For PR998:
by Reid Spencer
· 19 years ago
5e5a05e
Fix a problem in the the last patch that subverts error message printing.
by Reid Spencer
· 19 years ago
7d6f3db
Unbreak VC++ build.
by Jeff Cohen
· 19 years ago
6c6a70f
- Fixed broken Win32 build
by Anton Korobeynikov
· 19 years ago
879ed5a
For PR797:
by Reid Spencer
· 19 years ago
8db8442
For PR797:
by Reid Spencer
· 19 years ago
9d2f19c
For PR797:
by Reid Spencer
· 19 years ago
944645a
For PR797:
by Reid Spencer
· 19 years ago
039215b
Fix cut-n-pasto in comments.
by Devang Patel
· 19 years ago
5113dc5
For PR780:
by Reid Spencer
· 19 years ago
44f90c9
Delete memory allocated by CopyEnv
by Chris Lattner
· 19 years ago
8e5da55
Make sure command line options are parsed before we try to add the LibPath
by Reid Spencer
· 20 years ago
5995c57
For PR521:
by Reid Spencer
· 20 years ago
41e1b6f
Implement PR512:
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
af48d86
Final Changes For PR495:
by Reid Spencer
· 20 years ago
c9c0473
For PR495:
by Reid Spencer
· 20 years ago
650ba8e
Remove trailing whitespace
by Misha Brukman
· 21 years ago
672fe72
The first argument to ExecuteAndWait should be the program name, but pointed
by Chris Lattner
· 21 years ago
9db0ecc
Conform to the documented interface by null terminating argument lists!
by Chris Lattner
· 21 years ago
c8f1f4b
Use binary mode for reading/writing bytecode files
by Jeff Cohen
· 21 years ago
996ec72
For PR351:
by Reid Spencer
· 21 years ago
d94c5f8
Correct compilation for Cygwin. FindExecutable now returns a sys::Path.
by Reid Spencer
· 21 years ago
8295ac7
Fix the Win32 build
by Misha Brukman
· 21 years ago
fc19542
Make parameters to CopyFile use explicit instantiation of sys::Path.
by Reid Spencer
· 21 years ago
766ad0b
For PR351: * Support changes in sys::Program::ExecuteAndWait interface
by Reid Spencer
· 21 years ago
5ababc6
sys::CopyFile returns void and throws an exception on error which will be
by Reid Spencer
· 21 years ago
16ce83c
The CopyFile function got moved into the sys namespace.
by Reid Spencer
· 21 years ago
584cb0a
For PR351:
by Reid Spencer
· 21 years ago
eedafda
For PR351:
by Reid Spencer
· 21 years ago
79dc8b7
For PR351: Adjust to interface change for FindExecutable.
by Reid Spencer
· 21 years ago
249eb14
For PR351:
by Reid Spencer
· 21 years ago
0afe178
Make the loop termination condition clear when building the set of items to
by Reid Spencer
· 21 years ago
8d20690
Convert to use new Linker class interface
by Reid Spencer
· 21 years ago
359df30
When -link-as-library, add -l options to Module's deplibs
by Reid Spencer
· 21 years ago
ef96665
Fix PR139:\
by Reid Spencer
· 21 years ago
0c66f97
Incorporate GenerateCode.cpp. Make static things static.
by Reid Spencer
· 21 years ago
16c3bb3
Linker.h has a new home.
by Reid Spencer
· 21 years ago
b2d0fa0
Fix usage of changed function prototype
by Reid Spencer
· 21 years ago
58ab77d
Add some missing #includes
by Reid Spencer
· 21 years ago
56d4b17
Initial implementation of llvm-ld: stolen from gccld.
by Reid Spencer
· 21 years ago