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
/
lib
/
Transforms
/
InstCombine
/
InstCombineLoadStoreAlloca.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a case where instcombine was stripping metadata (and alignment)
Dan Gohman
2010-10-25
1
-1
/
+3
*
Remove r111665, which implemented store-narrowing in InstCombine. Chris disc...
Owen Anderson
2010-08-31
1
-47
/
+0
*
Re-apply r111568 with a fix for the clang self-host.
Owen Anderson
2010-08-20
1
-0
/
+47
*
Revert r111568 to unbreak clang self-host.
Owen Anderson
2010-08-19
1
-45
/
+0
*
When a set of bitmask operations, typically from a bitfield initialization, o...
Owen Anderson
2010-08-19
1
-0
/
+45
*
Make instcombine set explicit alignments on load or store
Dan Gohman
2010-08-03
1
-6
/
+14
*
mass elimination of reliance on automatic iterator dereferencing
Gabor Greif
2010-07-22
1
-1
/
+1
*
cache result of operator*
Gabor Greif
2010-07-12
1
-6
/
+9
*
do not repeatedly dereference use_iterator
Gabor Greif
2010-07-09
1
-3
/
+4
*
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-05-28
1
-0
/
+1
*
Teach instcombine to promote alloca array sizes.
Dan Gohman
2010-05-28
1
-0
/
+12
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-14
/
+14
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-5
/
+5
*
Check alignment of loads when deciding whether it is safe to execute them
Bob Wilson
2010-01-30
1
-6
/
+7
*
Use more specific types to avoid casts. No functionality change.
Bob Wilson
2010-01-30
1
-6
/
+6
*
Preserve load alignment in instcombine transformations. I've been unable to
Bob Wilson
2010-01-29
1
-0
/
+3
*
Improve isSafeToLoadUnconditionally to recognize that GEPs with constant
Bob Wilson
2010-01-29
1
-2
/
+2
*
Keep ignoring pointer-to-pointer bitcasts
Victor Hernandez
2010-01-22
1
-4
/
+8
*
No need to look through bitcasts for DbgInfoIntrinsic
Victor Hernandez
2010-01-21
1
-13
/
+6
*
Fix comment.
Eric Christopher
2010-01-19
1
-1
/
+1
*
split out load/store/alloca.
Chris Lattner
2010-01-05
1
-0
/
+613