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
/
lib
/
Support
Age
Commit message (
Expand
)
Author
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-06
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-06
merge the Statistic and StatisticBase classes, eliminating virtual methods
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-04
Change inferred casts to explicit casts.
Reid Spencer
2006-11-29
WTF? These weird newlines got in there...
Bill Wendling
2006-11-28
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
2006-11-28
Add a helper function
Chris Lattner
2006-11-26
Removed #include <iostream> and replace with llvm_* streams.
Bill Wendling
2006-11-25
Make the absolute/relative tolerance information easier to read/understand.
Reid Spencer
2006-11-17
Moved definition of llvm_ostream wrappers to the Streams.cpp file.
Bill Wendling
2006-11-17
Added wrappers for the std::cerr/std::cout objects. The wrappers will
Bill Wendling
2006-11-17
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2006-11-08
Remove redundant <cmath>.
Jim Laskey
2006-11-08
Include llvm/Support/DataTypes.h to define intptr_t.
John Criswell
2006-11-03
assert.h -> cassert
Rafael Espindola
2006-11-02
#include <assert.h>
Rafael Espindola
2006-11-02
Allow FoldingSet clients to pump up the initial hash size.
Jim Laskey
2006-10-29
add a highly efficient hash table that is specialized for mapping C strings
Chris Lattner
2006-10-29
Add a new llvm::Allocator abstraction, which will be used by a container
Chris Lattner
2006-10-29
Try again.
Jim Laskey
2006-10-29
Not handling zero length strings.
Jim Laskey
2006-10-27
SmallVector append not insert.
Jim Laskey
2006-10-27
Grrr.
Jim Laskey
2006-10-27
Temp patch for missing functionality.
Jim Laskey
2006-10-27
MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.
Bill Wendling
2006-10-27
Apply editorials.
Jim Laskey
2006-10-27
Breakout folding hash set from SelectionDAGCSEMap.
Jim Laskey
2006-10-20
For PR950:
Reid Spencer
2006-10-18
Beef up the output from DiffFilesWithTolerance by setting the error code
Reid Spencer
2006-10-13
avoid a ctor/dtor issue with the ProgramName global.
Chris Lattner
2006-10-12
shrink anon-ns and mark stuff static. No functionality changes
Chris Lattner
2006-10-04
Fix a static dtor issue
Chris Lattner
2006-10-04
Fix more static dtor issues
Chris Lattner
2006-09-29
Define this in the correct n/s
Chris Lattner
2006-09-28
Simplify some code
Chris Lattner
2006-09-28
new helper class to provide more explicit management of static ctor/dtors.
Chris Lattner
2006-08-30
Instantiate Statistic<> in one place, not in every .o file that uses it.
Chris Lattner
2006-08-27
Minor code cleanups
Chris Lattner
2006-08-27
Add external definitions for commonly-used template specializations and add
Chris Lattner
2006-08-24
Remove a character to avoid line exceeding 80 cols.
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
Make the ProgramName variable a std::string so we can eliminate the path
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-08-21
Adding new Dwarf constants.
Jim Laskey
2006-08-21
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
[next]