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
*
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-31
2
-4
/
+18
*
getMinSignedBits needs to take into consider the sign bit when the value is p...
Chris Lattner
2007-08-29
1
-1
/
+1
*
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-27
1
-2
/
+2
*
Comment out declaration of operator== (undefined).
Dale Johannesen
2007-08-25
1
-1
/
+1
*
Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.
Dale Johannesen
2007-08-24
1
-6
/
+6
*
Revised per review feedback from previous patch.
Dale Johannesen
2007-08-24
1
-0
/
+5
*
Change internal representation of ConstantFP to use APFloat.
Dale Johannesen
2007-08-24
1
-1
/
+15
*
default this to radix 10 like the toString(Un)Signed methods.
Chris Lattner
2007-08-23
1
-1
/
+1
*
Avoid hiding issues.
Chris Lattner
2007-08-23
1
-1
/
+1
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
2
-1
/
+7
*
initial checkin of Neil's APFloat work.
Chris Lattner
2007-08-20
2
-3
/
+262
*
add reverse iterators to smallvector
Chris Lattner
2007-08-20
1
-3
/
+14
*
improve iplist comments. Switch iplist from allocating its sentinal object (...
Chris Lattner
2007-08-17
1
-17
/
+56
*
This adds a bunch of static functions that implement unsigned
Chris Lattner
2007-08-16
1
-0
/
+126
*
Forgot a line.
Owen Anderson
2007-08-16
1
-0
/
+1
*
Add a copy constructor and an assignment operator to DenseMap.
Owen Anderson
2007-08-16
1
-1
/
+32
*
Properly use const qualifiers
Anton Korobeynikov
2007-08-15
1
-2
/
+2
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
2
-14
/
+17
*
memcpy with zero length is hugely expensive, so avoid it. This speeds up coa...
Chris Lattner
2007-08-10
1
-1
/
+5
*
small speedup in the case where a smallvector is default ctor'd from
Chris Lattner
2007-08-10
1
-1
/
+2
*
This fixes resizing issues with BitVectors. It ensures that the BitWord type ...
Chandler Carruth
2007-08-06
1
-11
/
+26
*
Document a missing parameter.
Reid Spencer
2007-08-05
1
-0
/
+1
*
Fix a bug in DenseMap::clear, where we never reset a tombstone
Chris Lattner
2007-08-05
1
-3
/
+5
*
When clearing a SmallPtrSet, if the set had a huge capacity, but the
Chris Lattner
2007-08-05
2
-2
/
+10
*
Fix bug spotted by Chris.
Anders Carlsson
2007-08-02
1
-4
/
+4
*
Add extend and extOrTrunc methods that do sign or zero extension depending on...
Anders Carlsson
2007-08-02
1
-0
/
+16
*
Allow SmallPtrSet to hold pointers to const data.
Owen Anderson
2007-07-27
1
-13
/
+13
*
Disable the string map copy ctor and assignment operators,
Chris Lattner
2007-07-22
1
-1
/
+16
*
Make the heuristic for shrinking DenseMap smarter.
Owen Anderson
2007-07-20
1
-2
/
+4
*
Have DenseMap auto-shrink itself on clear(). This improves the time to optimize
Owen Anderson
2007-07-20
1
-1
/
+36
*
Unbreak the build by putting calls to free into the implementation file and
Reid Spencer
2007-07-17
1
-4
/
+1
*
Use realloc() to (potentially) resize the contents of SmallPtrSet in place.
Owen Anderson
2007-07-16
1
-1
/
+1
*
add a helper method.
Chris Lattner
2007-07-15
1
-0
/
+1
*
Evidently my earlier fix did not go far enough. When resizing a zero-sized
Owen Anderson
2007-07-10
1
-1
/
+2
*
When resizing a BitVector with size 0, be sure to clear the low word before u...
Owen Anderson
2007-07-09
1
-0
/
+5
*
Make the assignment operator for SmallPtrSet return a reference, and fix a lo...
Owen Anderson
2007-07-09
1
-1
/
+1
*
work around an aparent gcc name resolution bug by
Chris Lattner
2007-07-09
1
-2
/
+1
*
implement operator= for smallptrset
Chris Lattner
2007-07-09
1
-0
/
+14
*
Add an explicit keyword. Thanks Chris!
Dan Gohman
2007-06-29
1
-1
/
+1
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-4
/
+0
*
Add a default parameter to a SmallVector constructor to allow it to
Dan Gohman
2007-06-28
1
-1
/
+1
*
Have internal df_iterator's use SmallPtrSet instead of std::set. This provid...
Owen Anderson
2007-06-21
1
-3
/
+5
*
silence some "comparison between signed and unsigned integer expressions"
Chris Lattner
2007-05-17
1
-3
/
+3
*
Fix some sporadic segfaults that are triggered when SmallVector's heap
Dan Gohman
2007-05-17
1
-3
/
+3
*
Add some things needed by the llvm-gcc version supporting bit accurate integer
Reid Spencer
2007-05-13
1
-0
/
+39
*
This is a patch to fix a compile error in STLExtras.h, and
Chris Lattner
2007-05-03
1
-1
/
+1
*
remove useless type qualifiers
Chris Lattner
2007-05-03
1
-2
/
+2
*
Rename identifier that GCC uses as a macro, breaking llvm-gcc build.
Jeff Cohen
2007-04-26
1
-22
/
+22
*
add a missing operator
Chris Lattner
2007-04-23
1
-0
/
+5
*
Fix some VC++ warnings.
Jeff Cohen
2007-04-19
1
-4
/
+4
[next]