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
/
include
/
llvm
/
ADT
/
ilist.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-27
1
-2
/
+2
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
1
-6
/
+6
*
Add an iplist::clearAndLeakNodesUnsafely() function.
Jakob Stoklund Olesen
2013-01-04
1
-0
/
+11
*
Add an assertion for a likely ilist::splice() contract violation.
Jakob Stoklund Olesen
2012-12-18
1
-0
/
+4
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-2
/
+3
*
Fixes the MSVC build.
Francois Pichet
2012-03-14
1
-4
/
+0
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
1
-0
/
+1
*
Delete an unused declaration.
Dan Gohman
2010-08-29
1
-1
/
+0
*
Add includes to get ptrdiff_t. This is needed by gcc-4.6 which has
Duncan Sands
2010-06-10
1
-0
/
+1
*
Names from dependent base classes are not found by unqualified lookup.
John McCall
2009-12-15
1
-1
/
+1
*
Public and private corrections, warned about by icc (#304).
Duncan Sands
2009-09-06
1
-4
/
+4
*
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2009-08-27
1
-1
/
+2
*
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-08-27
1
-3
/
+3
*
Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...
Gabor Greif
2009-08-26
1
-18
/
+0
*
re-committing yesterday's r79938.
Gabor Greif
2009-08-25
1
-3
/
+18
*
--- Reverse-merging r79938 into '.':
Bill Wendling
2009-08-25
1
-10
/
+3
*
Resubmit an earlier patch of mine:
Gabor Greif
2009-08-24
1
-3
/
+10
*
catch a typo and simplify call syntax
Gabor Greif
2009-08-12
1
-3
/
+3
*
fix build on VC++2k8.
Torok Edwin
2009-06-02
1
-4
/
+4
*
fix a broken assertion in ilist_iterator, which caused it to crash in the
Chris Lattner
2009-04-10
1
-1
/
+1
*
Give sentinel traits the right to determine the policy where the sentinel is ...
Gabor Greif
2009-03-04
1
-8
/
+37
*
drop support for GCC 2.x as it is hopelessly broken anyway
Gabor Greif
2009-03-02
1
-15
/
+4
*
make traits more flexible by splitting out node-related fragment
Gabor Greif
2009-02-28
1
-6
/
+14
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-1
/
+1
*
Fixed lint errors:
Misha Brukman
2009-02-20
1
-1
/
+2
*
Add explicit this-> (to make the VS compiler happy).
Steve Naroff
2009-01-21
1
-1
/
+1
*
Fix ilist two-phase name lookup
Douglas Gregor
2009-01-21
1
-1
/
+1
*
add a new insertAfter method, patch by Tom Jablin!
Chris Lattner
2009-01-13
1
-0
/
+7
*
* Fixed spelling of "sentinel"
Misha Brukman
2009-01-08
1
-23
/
+23
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-2
/
+1
*
Add several more unimplemented operator overloads to ilist_iterator
Dan Gohman
2009-01-04
1
-4
/
+16
*
Add explicit this-> for some member function in templated base class.
Cedric Venet
2008-12-13
1
-24
/
+24
*
Removed unused parameters.
Bill Wendling
2008-08-01
1
-5
/
+5
*
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-07-28
1
-8
/
+27
*
operator[] is not defined for list::iterator. Overload it in ilist::iterator
Nick Lewycky
2008-07-12
1
-0
/
+4
*
Make typedefs in ilist public (Visual C++ errors out when they are private).
Ted Kremenek
2008-07-10
1
-1
/
+2
*
Add some basic Pool-allocation infrastructure. This adds a Recycler class,
Dan Gohman
2008-07-07
1
-3
/
+3
*
Make ilist noncopyable too.
Dan Gohman
2008-07-07
1
-0
/
+6
*
Update guards
Anton Korobeynikov
2008-05-29
1
-3
/
+3
*
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-29
1
-0
/
+634