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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add llvm::hexdigit to StringExtras (number -> hexadecimal char)
Daniel Dunbar
2008-10-14
1
-4
/
+7
*
this was to be removed after 2.4 branched.
Chris Lattner
2008-10-12
1
-32
/
+0
*
random cleanup
Chris Lattner
2008-10-11
1
-2
/
+1
*
Add a "loses information" return value to APFloat::convert
Dale Johannesen
2008-10-09
1
-3
/
+3
*
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-09
1
-5
/
+5
*
Add bound checks in SmallVector
Rafael Espindola
2008-09-22
1
-0
/
+5
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
3
-0
/
+340
*
Added static methods to APSInt: getMinValue and getMaxValue.
Ted Kremenek
2008-09-19
1
-0
/
+14
*
Add DenseMap::lookup:
Daniel Dunbar
2008-08-29
1
-0
/
+9
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
2
-5
/
+4
*
Add a clear() method to FoldingSet.
Dan Gohman
2008-08-23
1
-0
/
+3
*
Add an empty() member to FoldingSet.
Dan Gohman
2008-08-22
1
-0
/
+3
*
Fix SmallVector's size calculation so that a size of 0 is
Dan Gohman
2008-08-22
1
-1
/
+1
*
consolidate DenseMapInfo implementations, and add one for std::pair.
Chris Lattner
2008-08-22
1
-0
/
+42
*
remove redundant include
Chris Lattner
2008-08-21
1
-1
/
+0
*
Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu!
Chris Lattner
2008-08-21
1
-0
/
+1
*
Fix build on GCC 4.3.
Nick Lewycky
2008-08-21
1
-0
/
+1
*
Move the fast-path (<=i64) cases of various APInt methods inline
Chris Lattner
2008-08-20
1
-20
/
+159
*
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
2
-16
/
+39
*
remove a dead APInt ctor.
Chris Lattner
2008-08-17
1
-13
/
+0
*
Add a value_type typedef to SmallVector, to make it more compatible with STL ...
Owen Anderson
2008-08-15
1
-0
/
+1
*
Removed redundant ctor.
Ted Kremenek
2008-08-14
1
-1
/
+0
*
Add default constructor to APSInt
Daniel Dunbar
2008-08-13
1
-0
/
+3
*
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
5
-462
/
+73
*
Remove bogus assertion. This unbreaks mingw, where ConstantSDNode
Anton Korobeynikov
2008-07-19
1
-4
/
+0
*
Inline typedef for alist_iterator::pointer to work with MSVC++.
Ted Kremenek
2008-07-12
1
-1
/
+5
*
operator[] is not defined for list::iterator. Overload it in ilist::iterator
Nick Lewycky
2008-07-12
1
-0
/
+4
*
Minor tweaks to the ImmutableList iterator interface.
Ted Kremenek
2008-07-11
1
-2
/
+26
*
Make typedef public to make MSVC++ happy.
Ted Kremenek
2008-07-10
1
-0
/
+1
*
Make some typedefs public to make MSVC++ happy.
Ted Kremenek
2008-07-10
1
-3
/
+4
*
Make typedefs in ilist public (Visual C++ errors out when they are private).
Ted Kremenek
2008-07-10
1
-1
/
+2
*
Pull r53428 from Gaz into mainline:
Bill Wendling
2008-07-10
1
-7
/
+7
*
Added ImmutableMap constructor that accepts a const TreeTy*.
Ted Kremenek
2008-07-10
1
-1
/
+2
*
Tidy up #includes.
Dan Gohman
2008-07-10
2
-2
/
+1
*
Correct a comment.
Duncan Sands
2008-07-10
1
-2
/
+2
*
Add some basic Pool-allocation infrastructure. This adds a Recycler class,
Dan Gohman
2008-07-07
3
-3
/
+421
*
Make ilist noncopyable too.
Dan Gohman
2008-07-07
1
-0
/
+6
*
Don't use std::advance just to increment or decrement by one.
Dan Gohman
2008-07-07
1
-4
/
+2
*
Remove unnecessary static_casts.
Dan Gohman
2008-07-07
1
-2
/
+2
*
Remove an unnecessary reinterpret_cast.
Dan Gohman
2008-07-07
1
-1
/
+1
*
Add explicit keywords.
Dan Gohman
2008-07-07
1
-4
/
+4
*
Make DenseMap's insert return a pair, to more closely resemble std::map.
Dan Gohman
2008-07-07
2
-8
/
+10
*
Removed ImmutableMap::SlimFind and replaced it with ImmutableMap::lookup. Th...
Ted Kremenek
2008-07-07
1
-5
/
+3
*
Use operator new instead of new char[].
Dan Gohman
2008-07-03
1
-9
/
+9
*
Have DenseSet::insert return a bool indicating whether the insertion succeede...
Owen Anderson
2008-07-02
1
-2
/
+2
*
optimize StringMap::clear
Chris Lattner
2008-07-02
1
-6
/
+11
[next]