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
/
PointerIntPair.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.
Argyrios Kyrtzidis
2012-12-03
1
-3
/
+24
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-2
/
+2
*
Allow PointerIntPairs to be created from const void *.
Jordan Rose
2012-07-18
1
-1
/
+12
*
PointerUnion::getAddrOf() does not need to be template since we can only
Argyrios Kyrtzidis
2012-03-06
1
-1
/
+5
*
Allow getting the address of the value in a PointerUnion or PointerIntPair if...
Argyrios Kyrtzidis
2011-02-19
1
-0
/
+7
*
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-12-15
1
-1
/
+6
*
Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>
John McCall
2009-09-17
1
-4
/
+5
*
I cast, therefore I think I know what I'm doing.
Bill Wendling
2009-04-26
1
-4
/
+4
*
Use uint64_t instead of unsigned.
Bill Wendling
2009-04-26
1
-4
/
+6
*
revert an incorrect patch. This causes crashes all over the place on a
Chris Lattner
2009-04-26
1
-6
/
+4
*
Suppress warnings about conversion shortening 64-bit to 32-bit.
Bill Wendling
2009-04-26
1
-4
/
+6
*
fix the PointerLikeTypeTraits specialization for PointerIntPair to
Chris Lattner
2009-03-30
1
-2
/
+4
*
add missing space.
Chris Lattner
2009-03-29
1
-2
/
+2
*
When forming sentinels for empty/tombstone, make sure to respect the
Chris Lattner
2009-03-29
1
-3
/
+6
*
Allow a specific PointerIntPair instance to use a specific Pointer trait:
Chris Lattner
2009-03-29
1
-3
/
+2
*
Replace the PointerLikeTypeTraits::getNumLowBitsAvailable
Chris Lattner
2009-03-29
1
-9
/
+39
*
rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for
Chris Lattner
2009-03-29
1
-2
/
+3
*
teach SmallPtrSet that PointerIntPair is "basically a pointer".
Chris Lattner
2009-03-29
1
-0
/
+20
*
Get this building with gcc-4.4.
Duncan Sands
2009-01-16
1
-0
/
+1
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-7
/
+7
*
Move the conversion to intptr_t to a separate statement. This
Dan Gohman
2008-12-08
1
-2
/
+3
*
Use intptr_t instead of unsigned here, which is more appropriate
Dan Gohman
2008-12-07
1
-1
/
+1
*
add the rest of the comparison routines.
Chris Lattner
2008-11-30
1
-6
/
+6
*
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