Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ce8781cd677782fea73c1b16fc2750d0b714c13c
/
llvm
/
tools
/
llvm-link
/
llvm-link.cpp
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
567fe2f
Removed extraneous comment line.
by John Criswell
· 22 years ago
09344dc
Added copyright header to all C++ source files.
by John Criswell
· 22 years ago
d676974
Fix grammar.
by Misha Brukman
· 22 years ago
825937d
Fix file header
by Chris Lattner
· 22 years ago
cf0c744
`link' is being renamed to `llvm-link'.
by Misha Brukman
· 22 years ago
aa6a44f
Reorder #includes Make sure that we veryify the result before writing it out!
by Chris Lattner
· 22 years ago
3aa3257
Fix major bug in my last checkin. :(
by Chris Lattner
· 22 years ago
5eba707
Remove obsolete comments about llvm-ar
by Chris Lattner
· 22 years ago
02a1683
Kill using declarations
by Chris Lattner
· 23 years ago
6f43f6d
by Chris Lattner
· 23 years ago
17570e1
Fix synopsis
by Chris Lattner
· 23 years ago
f5cad15
*** empty log message ***
by Chris Lattner
· 23 years ago
a3a1ba1
Clean up anands patch
by Chris Lattner
· 23 years ago
fef3241
Changes for 64bit gcc
by Anand Shukla
· 23 years ago
6c1e5c4
Drop something that link will never support, use gccld instead
by Chris Lattner
· 24 years ago
7608a46
Updates to move some header files out of include/llvm/Transforms into
by Chris Lattner
· 24 years ago
17a4573
Use operator << to print modules
by Chris Lattner
· 24 years ago
c065ad8
Make sure that there is no case where a signal can occur leaving a partially
by Chris Lattner
· 24 years ago
ef164d4
Perform debug outputs with ->dump() instead of <<
by Chris Lattner
· 24 years ago
62b7fd1
Change references to the Method class to be references to the Function
by Chris Lattner
· 24 years ago
30b983a
Accept, but ignore -lfoo options.
by Chris Lattner
· 24 years ago
0e11e54
In an amazing fit of stupidity, I flipped the conditional and didn't test
by Chris Lattner
· 24 years ago
4f32cf1
Chuck fixed the GCC problems so this hack is now unneccesary
by Chris Lattner
· 24 years ago
7f74a56
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
5053ba9
Tell the user if a file is corrupt or not... not that the file cannot be found.
by Chris Lattner
· 24 years ago
5de2204
Create a new #include "Support/..." directory structure to move things
by Chris Lattner
· 24 years ago
3d9510c
Add support to enable -lfoo to be processed correctly
by Chris Lattner
· 24 years ago
ae31f5b
Implement a -L command line argument to specify a search path. Implement minimal ar compatibility stuff
by Chris Lattner
· 24 years ago
daebd75
Changes to get some meaningful feedback from the bytecode reader. At some point this stuff should all be exception driven, but for now it is not.
by Chris Lattner
· 24 years ago
ebaa788
Add '-v' option to enable verbose output from the linker
by Chris Lattner
· 24 years ago
d631165
Add a new -d argument to dump the internal rep as assembly.
by Chris Lattner
· 24 years ago
9d810e0
Add new linker
by Chris Lattner
· 24 years ago