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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-02-05
14
-19
/
+38
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
3
-8
/
+1
*
Dump function names when debug-pass=Executions is used.
Devang Patel
2007-02-01
1
-1
/
+5
*
Pretty print pass manager
Devang Patel
2007-02-01
1
-0
/
+4
*
Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll
Chris Lattner
2007-01-31
1
-1
/
+1
*
elimiante a temporary vector
Chris Lattner
2007-01-31
1
-3
/
+1
*
Move some symbolic constant folding code out of instcombine into a place
Chris Lattner
2007-01-31
1
-3
/
+136
*
The local "ConstantFold" method is now just a watered down version of
Chris Lattner
2007-01-30
1
-37
/
+3
*
move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into
Chris Lattner
2007-01-30
1
-2
/
+155
*
adjust to constant folding api changes.
Chris Lattner
2007-01-30
2
-7
/
+8
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
6
-10
/
+10
*
Use StartPassTimer() and StopPassManager()
Devang Patel
2007-01-29
1
-3
/
+2
*
Measure timings.
Devang Patel
2007-01-29
1
-2
/
+3
*
Remove dead code.
Devang Patel
2007-01-26
1
-9
/
+0
*
Fix typo.
Devang Patel
2007-01-23
1
-1
/
+1
*
Add CallGraphSCCPass::assignPassManager().
Devang Patel
2007-01-23
1
-0
/
+38
*
For PR970:
Reid Spencer
2007-01-21
1
-2
/
+1
*
For PR1043:
Reid Spencer
2007-01-19
2
-1
/
+2
*
Add CGPassManager.
Devang Patel
2007-01-17
1
-0
/
+124
*
Unbreak VC++ build.
Jeff Cohen
2007-01-15
1
-1
/
+1
*
Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5%
Chris Lattner
2007-01-15
1
-1
/
+12
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
3
-16
/
+16
*
Update code to eliminate calls to isInteger, calling isIntegral instead.
Chris Lattner
2007-01-15
2
-17
/
+12
*
Fix correlated exprs regressions
Chris Lattner
2007-01-15
1
-2
/
+2
*
fit to 80 cols.
Chris Lattner
2007-01-14
1
-8
/
+6
*
Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll
Chris Lattner
2007-01-14
1
-3
/
+5
*
don't discriminate against bool
Chris Lattner
2007-01-12
1
-1
/
+1
*
remove unneeded special cases
Chris Lattner
2007-01-12
1
-7
/
+0
*
GEP operands can't be bools
Chris Lattner
2007-01-12
1
-6
/
+3
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
3
-8
/
+8
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
3
-9
/
+9
*
For PR1043:
Zhou Sheng
2007-01-11
4
-45
/
+50
*
Fix a bug in an assert that would never trigger.
Reid Spencer
2007-01-08
1
-1
/
+1
*
Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.
Reid Spencer
2007-01-08
2
-15
/
+14
*
remove llvm.isunordered
Chris Lattner
2007-01-07
1
-5
/
+0
*
Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a
Chris Lattner
2007-01-07
1
-1
/
+15
*
cast of int to bool no longer does a compare, rendering this fixme
Chris Lattner
2007-01-07
1
-1
/
+0
*
For PR950:
Reid Spencer
2006-12-31
3
-68
/
+21
*
For PR950:
Reid Spencer
2006-12-23
7
-204
/
+226
*
Add a FIXME about signedness.
Reid Spencer
2006-12-21
1
-0
/
+2
*
Add some comments about things that can go away once signless types are in.
Reid Spencer
2006-12-21
1
-1
/
+8
*
eliminate static ctors from Statistics
Chris Lattner
2006-12-19
4
-56
/
+41
*
Fix a bug in GetConstantFactor for affine expressions, in which the existing
Chris Lattner
2006-12-19
1
-5
/
+9
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
2
-5
/
+4
*
Changed from PARALLEL_DIRS to DIRS since we're only building one directory.
John Criswell
2006-12-13
1
-1
/
+1
*
Remove DSA.
John Criswell
2006-12-13
14
-7235
/
+0
*
Remove DSA.
John Criswell
2006-12-13
1
-1
/
+1
*
Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode
Reid Spencer
2006-12-13
1
-19
/
+2
*
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-12
4
-21
/
+42
*
Get even more accurate on the casting.
Reid Spencer
2006-12-12
1
-8
/
+5
[next]