Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
tools
/
llvm-ld
/
llvm-ld.cpp
d65ad3c6
Replace strcpy with memcpy when we have the length around anyway.
by Benjamin Kramer
· 16 years ago
c1a226d
llvm-ld doesn't throw.
by Chris Lattner
· 16 years ago
176426d
Make LLVM command-line tools overwrite their output files without -f.
by Dan Gohman
· 16 years ago
b1aa85b
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
by Chris Lattner
· 16 years ago
fdcd46e
Change raw_fd_ostream to take flags as an optional bitmask
by Chris Lattner
· 16 years ago
108e0ed
Use (void *)(intptr_t) to cast function addresses to void*
by Dan Gohman
· 16 years ago
8e0b7b9d
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
by Dan Gohman
· 16 years ago
d5b21d6
Added -b option to override the default bitcode output file name.
by Sanjiv Gupta
· 16 years ago
b714fab
Convert more tools code from cerr and cout to errs() and outs().
by Dan Gohman
· 16 years ago
3b2bc2c
Kill off last uses of TargetMachineRegistry class.
by Daniel Dunbar
· 16 years ago
e84b8b3
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now.
by Owen Anderson
· 16 years ago
a148fdd
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 16 years ago
25209b4
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 16 years ago
e6012df
Change various llvm utilities to use PrettyStackTraceProgram in
by Chris Lattner
· 16 years ago
2587bd9
make llvm-ld smart enough to link against native libraries that are
by Chris Lattner
· 17 years ago
45d0e16
ignore the -m elf_i386 directive used in the linux kernel
by Andrew Lenharth
· 17 years ago
bbef6c2
Since we are using GCC to assemble the program, make sure the assembly syntax is AT&T.
by Argiris Kirtzidis
· 17 years ago
9ff7cee
Add an "exe" suffix only if the output file has no suffix at all.
by Argiris Kirtzidis
· 17 years ago
68c8426
Make sure all produced executable files have "exe" suffix on Windows.
by Argiris Kirtzidis
· 17 years ago
20d70e7
Append "exe" suffix to executable files.
by Argiris Kirtzidis
· 17 years ago
357a27d
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
5247f17
Add support for frameworks. Patch by Shantonu Sen!
by Chris Lattner
· 18 years ago
890df60
Fix llvm-ld -Xlinker, patch by Daniel Teske!
by Chris Lattner
· 18 years ago
5f5a573
remove attributions from tools.
by Chris Lattner
· 18 years ago
6099df8
Move the space in overview output for commands out of each of the
by Dan Gohman
· 18 years ago
76543f0
Remove dead option.
by Reid Spencer
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago