index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
gccld
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-10-27
1
-1
/
+1
*
1. Remove libraries no longer created from the list of libraries linked into the
John Criswell
2005-10-26
1
-1
/
+1
*
Fix PR637
Chris Lattner
2005-10-18
1
-6
/
+4
*
Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -native
Chris Lattner
2005-09-23
1
-17
/
+11
*
1. Do not use .c_str() to keep a persistent handle on a temporary string.
Chris Lattner
2005-09-23
1
-23
/
+32
*
Pass -export-dynamic to gcc when compiling with -native and the link is
Chris Lattner
2005-08-02
3
-8
/
+10
*
Make sure we don't error out if an invalid path is used, just simply
Reid Spencer
2005-07-08
1
-1
/
+12
*
Final Changes For PR495:
Reid Spencer
2005-07-08
1
-7
/
+7
*
For PR495:
Reid Spencer
2005-07-07
2
-13
/
+9
*
There are still uses for spaces in Makefiles -- to make text line up together,
Misha Brukman
2005-04-24
1
-3
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-22
3
-27
/
+27
*
Eliminate trailing spaces at end-of-line
Misha Brukman
2005-04-20
2
-18
/
+18
*
Consistently eschew space between `*' or `&' and function argument name
Misha Brukman
2005-04-20
1
-12
/
+12
*
* Print commands as we execute them with `-v'
Misha Brukman
2005-04-20
3
-21
/
+44
*
The first argument to ExecuteAndWait should be the program name, but pointed
Chris Lattner
2005-04-10
1
-1
/
+4
*
Changes to enable creation of native executables directly from gccld and to
Reid Spencer
2005-02-28
3
-74
/
+183
*
Make sure to null terminate argument lists!
Chris Lattner
2005-02-13
2
-1
/
+4
*
Use binary mode for reading/writing bytecode files
Jeff Cohen
2005-01-22
1
-1
/
+3
*
Use explicit construction of sys::Path from std::string because the
Reid Spencer
2004-12-21
1
-1
/
+1
*
For PR351:
Reid Spencer
2004-12-19
1
-14
/
+16
*
sys::CopyString throws an exception on error which will be caught by gccld
Reid Spencer
2004-12-18
1
-4
/
+1
*
The CopyFile function got moved into the sys namespace.
Reid Spencer
2004-12-18
1
-1
/
+1
*
For PR351:
Reid Spencer
2004-12-16
1
-10
/
+13
*
For PR351:
Reid Spencer
2004-12-14
3
-74
/
+44
*
For PR351:
Reid Spencer
2004-12-13
1
-11
/
+12
*
For PR351:
Reid Spencer
2004-12-13
1
-3
/
+3
*
Make the loop termination condition clear when building the set of items to
Reid Spencer
2004-12-13
1
-3
/
+2
*
Convert to use new Linker class interface
Reid Spencer
2004-12-13
1
-20
/
+59
*
Do not internalize a module if -link-as-library is passed.
Chris Lattner
2004-12-12
1
-2
/
+9
*
This pass is no longer needed.
Chris Lattner
2004-12-10
1
-1
/
+0
*
Turn on ipsccp by default instead of simple IPCP
Chris Lattner
2004-12-10
1
-1
/
+2
*
When -link-as-library, add -l options to Module's deplibs
Reid Spencer
2004-12-08
1
-1
/
+8
*
Fix PR139:\
Reid Spencer
2004-12-05
1
-21
/
+20
*
Recognize --strip-all as a synonym for -s.
Chris Lattner
2004-12-02
3
-10
/
+20
*
Add LLVMbzip2 library, now required.
Reid Spencer
2004-11-25
1
-1
/
+1
*
-disable-opt is not -O0, it's okay for it to disable internalize.
Chris Lattner
2004-11-17
2
-8
/
+9
*
Even with -disable-opt we should still internalize and strip if requested.
Chris Lattner
2004-11-16
1
-13
/
+13
*
Linker.h has a new home.
Reid Spencer
2004-11-14
2
-2
/
+2
*
This tool needs the libLLVMArchive library now.
Reid Spencer
2004-11-14
1
-3
/
+4
*
Remove linking declarations (in Linker.h now)
Reid Spencer
2004-11-14
1
-23
/
+1
*
Provide exception handling
Reid Spencer
2004-11-14
1
-110
/
+124
*
Moved to lib/Linker
Reid Spencer
2004-11-14
1
-422
/
+0
*
Output the program name (in this case, gccld) with warning about invalid files
Misha Brukman
2004-11-09
1
-1
/
+2
*
Don't silently ignore invalid files: tell the user!
Misha Brukman
2004-11-08
1
-0
/
+2
*
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-27
1
-2
/
+3
*
We're not doing automake any more
Reid Spencer
2004-10-22
1
-656
/
+0
*
We won't use automake
Reid Spencer
2004-10-22
1
-19
/
+0
*
Initial automake generated Makefile template
Reid Spencer
2004-10-18
1
-0
/
+656
*
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-13
1
-1
/
+1
*
Don't miss global optimizations because we run before the inliner
Chris Lattner
2004-10-11
1
-0
/
+1
[next]