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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a new insertAfter method, patch by Tom Jablin!
Chris Lattner
2009-01-13
1
-0
/
+7
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
30
-929
/
+929
*
* Don't explicitly cast "0" to "void*". This doesn't work well with specialized
Bill Wendling
2009-01-08
1
-3
/
+3
*
Remove extra blank line and space.
Misha Brukman
2009-01-08
1
-2
/
+1
*
* Added unittests for StringMap
Misha Brukman
2009-01-08
1
-2
/
+4
*
* 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
4
-6
/
+3
*
Add several more unimplemented operator overloads to ilist_iterator
Dan Gohman
2009-01-04
1
-4
/
+16
*
Fix typo.
Nick Lewycky
2009-01-02
1
-1
/
+1
*
Add explicit this-> for some member function in templated base class.
Cedric Venet
2008-12-13
2
-27
/
+27
*
Move the conversion to intptr_t to a separate statement. This
Dan Gohman
2008-12-08
1
-2
/
+3
*
Use 'delete []' instead of 'delete' in OwningArray::reset().
Ted Kremenek
2008-12-08
1
-1
/
+1
*
Use intptr_t instead of unsigned here, which is more appropriate
Dan Gohman
2008-12-07
1
-1
/
+1
*
add a new pop_back_val method which returns the value popped. This is
Chris Lattner
2008-12-05
1
-0
/
+6
*
Fix isIntN to work with APInts > 64 bits. This method is only
Chris Lattner
2008-12-02
1
-5
/
+7
*
add densemap range insertion method.
Chris Lattner
2008-12-02
1
-0
/
+8
*
reenable array_pod_sort, this time hopefully happy on 64-bit
Chris Lattner
2008-12-01
1
-9
/
+12
*
don't #include <algorithm> into the llvm namespace.
Chris Lattner
2008-12-01
1
-0
/
+2
*
switch to std::sort until I have time to sort this out.
Chris Lattner
2008-12-01
1
-3
/
+7
*
define array_pod_sort in terms of operator< instead of my brain
Chris Lattner
2008-12-01
1
-13
/
+9
*
don't assume iterators implicitly convert to pointers.
Chris Lattner
2008-12-01
1
-1
/
+1
*
Introduce a new array_pod_sort function and switch LSR to use it
Chris Lattner
2008-12-01
1
-1
/
+38
*
Fix bogus assertion using getSExtValue for legitimate values, like -1 in
Eli Friedman
2008-12-01
1
-1
/
+1
*
add the rest of the comparison routines.
Chris Lattner
2008-11-30
1
-6
/
+6
*
fix indentation. std::pair is "isPod" if the first/second are both isPod.
Chris Lattner
2008-11-30
1
-16
/
+17
*
protect against negative values that would exceed allowed bit width
Torok Edwin
2008-11-29
1
-1
/
+1
*
apparently GCC doesn't believe that I understand C
Chris Lattner
2008-11-29
1
-2
/
+2
*
Typo fix.
Duncan Sands
2008-11-29
1
-1
/
+1
*
Fix sentinels to use correctly 'aligned' pointers.
Chris Lattner
2008-11-29
1
-2
/
+2
*
Fix spello, add DenseMapInfo specialization for PointerIntPair.
Chris Lattner
2008-11-29
1
-0
/
+22
*
fix comment typo
Chris Lattner
2008-11-28
1
-1
/
+1
*
fix a bug.
Chris Lattner
2008-11-28
1
-1
/
+1
*
add a generic "bitmangled pointer" class, which allows a parameterized
Chris Lattner
2008-11-28
1
-0
/
+69
*
Add typedef to StringMapEntry.
Ted Kremenek
2008-11-27
1
-2
/
+4
*
add an operator= to assign to smallstring.
Chris Lattner
2008-11-20
1
-0
/
+5
*
move partial template specialization to FoldingSet.h.
Zhongxing Xu
2008-11-17
2
-5
/
+6
*
Fix 80-col violation.
Zhongxing Xu
2008-11-16
1
-1
/
+1
*
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
*
Work around PR1000.
Duncan Sands
2008-11-10
1
-1
/
+1
*
split out the functionality of utohexstr into a new utohex_buffer
Chris Lattner
2008-11-10
1
-7
/
+22
*
Overload AddInteger on int/long/long long instead of on int/int64_t,
Dan Gohman
2008-11-03
1
-2
/
+4
*
Typo
Nick Lewycky
2008-11-03
1
-1
/
+1
*
Return bool (inserted) from StringSet::insert as for StringMap::insert.
Daniel Dunbar
2008-10-27
1
-3
/
+3
*
Add STL-style typedefs and default constructors to make it possible to
David Greene
2008-10-27
1
-0
/
+5
*
Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T...
Ted Kremenek
2008-10-22
1
-1
/
+1
*
constify some methods and variables in ImmutableList.
Ted Kremenek
2008-10-21
1
-9
/
+9
*
Implement a SmallVector insert method that can insert multiple
Dan Gohman
2008-10-16
1
-0
/
+62
*
Fix several places that called mapped_iterator's constructor without
Dan Gohman
2008-10-16
1
-3
/
+8
[next]