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
/
Analysis
/
InstructionSimplify.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand a little on the description of what InstructionSimplify does.
Duncan Sands
2010-11-23
1
-3
/
+5
*
Move some those Xor simplifications which don't require creating new
Duncan Sands
2010-11-17
1
-0
/
+5
*
Previously SimplifyInstruction could report that an instruction
Duncan Sands
2010-11-17
1
-2
/
+0
*
In which I discover the existence of loops. Threading an operation
Duncan Sands
2010-11-16
1
-11
/
+14
*
If dom tree information is available, make it possible to pass
Duncan Sands
2010-11-14
1
-2
/
+5
*
Strip trailing whitespace.
Duncan Sands
2010-11-14
1
-12
/
+12
*
Revert r114097, adding back in the assertion against replacing an Instruction...
Owen Anderson
2010-09-16
1
-0
/
+2
*
move some select simplifications out out instcombine into
Chris Lattner
2010-04-20
1
-0
/
+4
*
factor some logic out of instcombine into a new SimplifyAddInst method.
Chris Lattner
2009-11-27
1
-0
/
+5
*
factor some instcombine simplifications for getelementptr out to a new
Chris Lattner
2009-11-27
1
-0
/
+5
*
move some generally useful functions out of jump threading
Chris Lattner
2009-11-10
1
-0
/
+9
*
add a new SimplifyInstruction API, which is like ConstantFoldInstruction,
Chris Lattner
2009-11-10
1
-1
/
+5
*
factor simplification logic for AND and OR out to InstSimplify from instcombine.
Chris Lattner
2009-11-10
1
-2
/
+13
*
rename SimplifyCompare -> SimplifyCmpInst and split it into
Chris Lattner
2009-11-09
1
-2
/
+15
*
stub out a new libanalysis "instruction simplify" interface that
Chris Lattner
2009-11-09
1
-0
/
+37