index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
support
/
lib
Age
Commit message (
Expand
)
Author
2002-11-04
Minor fix to space accounting
Chris Lattner
2002-11-04
Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives
Chris Lattner
2002-10-27
Add #include
Chris Lattner
2002-10-04
Added #include<unistd.h> to compile with solaris gcc3.2
Anand Shukla
2002-10-04
added cast to unsigned to compile with gcc3.2 (sparc)
Anand Shukla
2002-10-01
- Rework Statistics:
Chris Lattner
2002-10-01
Checkin generic interval timer support
Chris Lattner
2002-09-19
Add an optimization to support the most common access pattern for the
Chris Lattner
2002-09-13
Submitted by Casey Carter:
Chris Lattner
2002-09-10
Remove extra #include
Chris Lattner
2002-09-08
Checkin initial support for automatic memory leak detection routines
Chris Lattner
2002-09-03
Minor bug fix.
Chris Lattner
2002-09-02
Fix bugs
Chris Lattner
2002-09-02
Add printing support to ConstantRange class
Chris Lattner
2002-09-01
Initial implementation of ConstantRange support
Chris Lattner
2002-08-07
Simplify writing custom parsers.
Chris Lattner
2002-08-02
Fix lli with no arguments
Chris Lattner
2002-07-31
Fix bug that was causing problems for lli
Chris Lattner
2002-07-29
* Fix assertion failure caused by command line argument getting removed after
Chris Lattner
2002-07-27
Remove needless #include
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
Fix problem that GCC3.1 doesn't like.
Chris Lattner
2002-07-24
Fix a bug exposed by lli
Chris Lattner
2002-07-23
Initial checkin
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
Minor bugfix, prevents error in LLI
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-22
Checkin CommandLine 2.0
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-05
Fix const problems
Chris Lattner
2002-05-22
Implement a new command line option, -debug, which is meant to unify all of
Chris Lattner
2002-05-22
Add ability to update existing variables with values read from the command line
Chris Lattner
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
[next]