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
/
support
Age
Commit message (
Expand
)
Author
2002-05-10
Initial checkin of Statistic class.
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-18
Add new api for basic signal handling for tools
Chris Lattner
2002-04-04
s/MethodType/FunctionType
Chris Lattner
2002-02-24
64 bit clean now
Chris Lattner
2002-01-31
If an invalid alternative is listed for an argument, print the valid options
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
* Implement support for folding multiple single letter arguments together like
Chris Lattner
2001-10-29
Checkin of C string stuff. Fix several bugs, including most escape codes being
Chris Lattner
2001-10-28
Initial checkin of name mangling code moved from linker
Chris Lattner
2001-10-27
Provide option to enable eating of all arguments following a specific one
Chris Lattner
2001-10-24
Clean up error handling a bit. Add / as a seperator for command line argumen...
Chris Lattner
2001-10-13
Add StringList support
Chris Lattner
2001-09-09
Clean up Type class by removing mutable ConstRules member and use annotations...
Chris Lattner
2001-09-07
Annotations are const objects now
Chris Lattner
2001-08-27
Support passing a data pointer to annotation factory methods
Chris Lattner
2001-08-23
Add annotation support
Chris Lattner
2001-07-25
Fixed a bug exposed when doing something like this: <program> -notanoption ...
Chris Lattner
2001-07-23
Doh! Wrong Optional flag. :(
Chris Lattner
2001-07-23
Add a comment indicating that there is documentation of the library
Chris Lattner
2001-07-23
Minor changes to implementation of CommandLine library to let users override
Chris Lattner
2001-07-23
CommandLine library cleanup. No longer use getValue/setValue, instead, just ...
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
Initial checkin
Chris Lattner
2001-07-23
Large scale changes to implement new command line argument facility
Chris Lattner
2001-07-22
Convert from using C style char*'s to strings.
Chris Lattner
2001-07-22
Remove String file some more
Chris Lattner
2001-07-22
Remove stringutils.h file
Chris Lattner
2001-07-21
Program options class.
Vikram S. Adve