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
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in an assert that would never trigger.
Reid Spencer
2007-01-08
1
-1
/
+1
*
Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.
Reid Spencer
2007-01-08
1
-9
/
+8
*
wow, the link was already broken :)
Chris Lattner
2007-01-06
2
-2
/
+2
*
add a note
Chris Lattner
2007-01-06
2
-2
/
+8
*
The previous implementation of LLVM Streams wasn't removing symbols. This
Bill Wendling
2007-01-03
2
-2
/
+2
*
For PR950:
Reid Spencer
2006-12-23
1
-96
/
+101
*
eliminate constructor from Statistic class. It is now impossible to get a
Chris Lattner
2006-12-19
1
-4
/
+4
*
Refactor statistic a big and introduce a horrible-but-necessary macro
Chris Lattner
2006-12-19
1
-4
/
+4
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
2
-3
/
+3
*
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-12
1
-4
/
+4
*
Change the implementation of statistic to not need destructors at all.
Chris Lattner
2006-12-08
1
-61
/
+76
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
5
-0
/
+5
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
3
-12
/
+11
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
9
-74
/
+75
*
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-06
1
-10
/
+56
*
merge the Statistic and StatisticBase classes, eliminating virtual methods
Chris Lattner
2006-12-06
1
-10
/
+5
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
2
-4
/
+2
*
Change inferred casts to explicit casts.
Reid Spencer
2006-12-04
1
-9
/
+5
*
WTF? These weird newlines got in there...
Bill Wendling
2006-11-29
1
-26
/
+0
*
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
2006-11-28
1
-3
/
+29
*
Add a helper function
Chris Lattner
2006-11-28
1
-0
/
+15
*
Removed #include <iostream> and replace with llvm_* streams.
Bill Wendling
2006-11-26
6
-56
/
+57
*
Make the absolute/relative tolerance information easier to read/understand.
Reid Spencer
2006-11-25
1
-2
/
+3
*
Moved definition of llvm_ostream wrappers to the Streams.cpp file.
Bill Wendling
2006-11-17
1
-4
/
+3
*
Added wrappers for the std::cerr/std::cout objects. The wrappers will
Bill Wendling
2006-11-17
1
-0
/
+21
*
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2006-11-17
1
-0
/
+12
*
Remove redundant <cmath>.
Jim Laskey
2006-11-08
1
-1
/
+0
*
Include llvm/Support/DataTypes.h to define intptr_t.
John Criswell
2006-11-08
1
-0
/
+1
*
assert.h -> cassert
Rafael Espindola
2006-11-03
1
-1
/
+1
*
#include <assert.h>
Rafael Espindola
2006-11-02
1
-0
/
+1
*
Allow FoldingSet clients to pump up the initial hash size.
Jim Laskey
2006-11-02
1
-2
/
+4
*
add a highly efficient hash table that is specialized for mapping C strings
Chris Lattner
2006-10-29
2
-0
/
+268
*
Add a new llvm::Allocator abstraction, which will be used by a container
Chris Lattner
2006-10-29
1
-0
/
+106
*
Try again.
Jim Laskey
2006-10-29
1
-1
/
+4
*
Not handling zero length strings.
Jim Laskey
2006-10-29
1
-2
/
+2
*
SmallVector append not insert.
Jim Laskey
2006-10-27
1
-5
/
+1
*
Grrr.
Jim Laskey
2006-10-27
1
-1
/
+1
*
Temp patch for missing functionality.
Jim Laskey
2006-10-27
1
-0
/
+4
*
MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.
Bill Wendling
2006-10-27
1
-1
/
+1
*
Apply editorials.
Jim Laskey
2006-10-27
1
-43
/
+55
*
Breakout folding hash set from SelectionDAGCSEMap.
Jim Laskey
2006-10-27
1
-0
/
+282
*
For PR950:
Reid Spencer
2006-10-20
1
-2
/
+2
*
Beef up the output from DiffFilesWithTolerance by setting the error code
Reid Spencer
2006-10-18
1
-3
/
+16
*
avoid a ctor/dtor issue with the ProgramName global.
Chris Lattner
2006-10-13
1
-3
/
+9
*
shrink anon-ns and mark stuff static. No functionality changes
Chris Lattner
2006-10-12
1
-10
/
+11
*
Fix a static dtor issue
Chris Lattner
2006-10-04
1
-5
/
+6
*
Fix more static dtor issues
Chris Lattner
2006-10-04
2
-73
/
+62
*
Define this in the correct n/s
Chris Lattner
2006-09-29
1
-1
/
+1
*
Simplify some code
Chris Lattner
2006-09-28
1
-2
/
+2
*
new helper class to provide more explicit management of static ctor/dtors.
Chris Lattner
2006-09-28
1
-0
/
+53
[next]