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
/
FoldingSet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-0
/
+1
*
Fixed bug in FoldingSetIteratorImpl where we did not correctly check if
Ted Kremenek
2008-02-15
1
-2
/
+4
*
Added "Profile" method to APFloat for use with FoldingSet.
Ted Kremenek
2008-02-11
1
-11
/
+0
*
Add support to FoldingSet for hashing APInt objects.
Dan Gohman
2008-02-06
1
-0
/
+4
*
Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration
Ted Kremenek
2008-02-04
1
-1
/
+7
*
Fixed 80 col. violation.
Ted Kremenek
2008-02-04
1
-2
/
+4
*
Made 'FoldingSetNodeID' a proper class instead of a nested class in
Ted Kremenek
2008-01-19
1
-19
/
+19
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change a #include into a forward declaration
Chris Lattner
2007-10-09
1
-0
/
+1
*
Add initial iterator support for folding set.
Chris Lattner
2007-10-03
1
-0
/
+32
*
Simplify implementation of the FoldingSet circular list, a necessary step
Chris Lattner
2007-10-03
1
-11
/
+20
*
fix a gcc warning: comparison between signed and unsigned integer expressions
Chris Lattner
2007-09-14
1
-1
/
+1
*
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-14
1
-0
/
+6
*
And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid
Dan Gohman
2007-09-14
1
-0
/
+3
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+307