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
/
gold
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a Force option to raw_fd_ostream to specify whether opening
Dan Gohman
2009-07-15
1
-1
/
+3
*
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
Jeffrey Yasskin
2009-07-01
1
-2
/
+3
*
remove dead makefile flags.
Chris Lattner
2009-06-24
1
-1
/
+0
*
Remove the gcc= option. llvm-gcc uses only as=
Rafael Espindola
2009-06-15
1
-12
/
+5
*
Add option for specifying the path to assembler, "as". This overrides the path
Nick Lewycky
2009-06-07
1
-0
/
+10
*
Make sure the CXXFLAGS setting is picked up by
Duncan Sands
2009-05-16
1
-2
/
+2
*
Allow a user of libLTO to specify the full pathname of the gcc executable to
Nick Lewycky
2009-04-30
1
-0
/
+10
*
Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.
Rafael Espindola
2009-04-24
1
-0
/
+3
*
Force 'llvm-config' to go first, optionally followed by lto and gold mixed in
Nick Lewycky
2009-02-26
1
-0
/
+1
*
Add an option to the gold plugin to make it emit a file with the public api
Nick Lewycky
2009-02-22
1
-1
/
+23
*
really fix style
Rafael Espindola
2009-02-18
1
-6
/
+6
*
fix style
Rafael Espindola
2009-02-18
1
-4
/
+2
*
tools like nm and ar only need register_claim_file and add_symbols. Don't abort
Rafael Espindola
2009-02-17
1
-5
/
+10
*
Shoot! Remove this debugging line again!
Nick Lewycky
2009-02-15
1
-2
/
+0
*
Don't discard definitions of common symbols. Not sure if this is the right fix.
Nick Lewycky
2009-02-15
1
-1
/
+5
*
Free the buffer in the case where we don't create a module out of it, as
Nick Lewycky
2009-02-07
1
-6
/
+9
*
Free the buffer.
Nick Lewycky
2009-02-06
1
-7
/
+2
*
Revert the previous commit. It seems it didn't
Duncan Sands
2009-02-05
1
-1
/
+5
*
Stop llvm-config thinking that there are circular
Duncan Sands
2009-02-05
1
-5
/
+1
*
It's not obvious, but lto_module_create_from_memory doesn't need to use the
Nick Lewycky
2009-02-05
1
-6
/
+0
*
Remove accidentally included debug message!
Nick Lewycky
2009-02-05
1
-6
/
+4
*
Alphabetize includes. Update comment.
Torok Edwin
2009-02-04
1
-4
/
+3
*
mention that PIC is needed for libLTO and libLLVMgold
Torok Edwin
2009-02-04
1
-1
/
+5
*
remove printf - it was there only for debugging!
Torok Edwin
2009-02-04
1
-1
/
+0
*
add support for .a files containing LLVM IR to the gold plugin
Torok Edwin
2009-02-04
1
-6
/
+45
*
Add LLVM plugin for gold.
Nick Lewycky
2009-02-03
3
-0
/
+373