index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
ImmutableList.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-3
/
+2
*
Add ImmutableList::contains(). Patch by Rui Paulo!
Nick Lewycky
2011-07-06
1
-0
/
+8
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Tweak ImmutableMap/ImmutableSet/ImmutableList APIs
Ted Kremenek
2010-11-24
1
-6
/
+6
*
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-12-15
1
-1
/
+4
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-36
/
+36
*
move partial template specialization to FoldingSet.h.
Zhongxing Xu
2008-11-17
1
-5
/
+0
*
Add partial specialization of FoldingSetTrait for ImmutableList.
Zhongxing Xu
2008-11-16
1
-0
/
+5
*
Fix 80-column violation.
Zhongxing Xu
2008-11-16
1
-3
/
+3
*
Add Profile method to ImmutableList.
Zhongxing Xu
2008-11-15
1
-0
/
+4
*
constify some methods and variables in ImmutableList.
Ted Kremenek
2008-10-21
1
-9
/
+9
*
Minor tweaks to the ImmutableList iterator interface.
Ted Kremenek
2008-07-11
1
-2
/
+26
*
Implemented operator!= for the ImmutableList iterator.
Ted Kremenek
2008-07-02
1
-1
/
+2
*
Added some comments and some cleanups.
Ted Kremenek
2008-06-30
1
-1
/
+16
*
Added ImmutableList, a companion ADT to ImmutableSet and ImmutableMap that is...
Ted Kremenek
2008-06-30
1
-0
/
+175