index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-nm
Age
Commit message (
Expand
)
Author
2005-07-07
For PR495:
Reid Spencer
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-03-15
method renamed
Chris Lattner
2004-12-30
For PR351:
Reid Spencer
2004-12-15
For PR351:
Reid Spencer
2004-12-13
PR351: \
Reid Spencer
2004-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-11-14
*Fix usage of changed function prototype*Use Archive interface to symbol tabl...
Reid Spencer
2004-11-14
This tool needs libLLVMArchive now
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-22
We're not doing automake any more
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-29
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-07-16
IA64 compat
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-05-27
Header file moved
Chris Lattner
2004-04-21
Include cerrno (gcc-3.4 fix)
Alkis Evlogimenos
2004-02-19
Make sure to print a stack trace whenever an error signal is delivered to the
Chris Lattner
2003-11-19
Unbreak the "-" as filename hack.
Brian Gaeke
2003-11-19
Also print an error msg. for files we cannot currently deal with.
Brian Gaeke
2003-11-19
Fix PR134, by checking FileOpenable() on each input file before analyzing its
Brian Gaeke
2003-11-16
Include Support/FileUtilities.h.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-28
Reorder #includes, drop unneeded one
Chris Lattner
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
fix file header
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-16
Make llvm-nm work in "pipe mode"
Chris Lattner
2003-10-16
Geeze, what is with Brian and these ifdef's?
Chris Lattner
2003-10-16
Okay, this is a little hack that "scratches an itch" of mine.
Brian Gaeke