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
...
*
LPPassManager : Add initialization and finalizatino hooks.
Devang Patel
2007-03-06
1
-0
/
+20
*
Use std::deque to manage loop queue inside LPPassManager.
Devang Patel
2007-03-06
1
-40
/
+6
*
Avoid constructing std::strings unless pass debugging is ON.
Devang Patel
2007-03-05
2
-17
/
+8
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
2
-2
/
+3
*
Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector.
Chris Lattner
2007-03-04
1
-9
/
+7
*
Guard further against APInt operations with operands of unequal bit width.
Reid Spencer
2007-03-04
1
-4
/
+11
*
Fix an unequal bitwidth issue.
Reid Spencer
2007-03-02
1
-3
/
+6
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
2
-7
/
+7
*
Make it possible to create an SCEVUnknown from an APInt as well as an int.
Reid Spencer
2007-03-01
1
-0
/
+4
*
Avoid a potential assert out if the loop increment is > 64 bits.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Construct ConstantInt with simpler constructor.
Reid Spencer
2007-03-01
1
-4
/
+4
*
Fix last night's 445.gobmk breakage which was caused by comparison of
Reid Spencer
2007-03-01
1
-0
/
+1
*
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
1
-8
/
+7
*
APIntify various computations in ScalarEvolution
Reid Spencer
2007-03-01
1
-55
/
+52
*
For PR1205:
Reid Spencer
2007-02-28
1
-16
/
+20
*
For PR1205:
Reid Spencer
2007-02-28
1
-4
/
+5
*
Move ConstantRange class to lib/Support from lib/Analysis and make its
Reid Spencer
2007-02-28
1
-315
/
+0
*
For PR1205:
Reid Spencer
2007-02-28
2
-45
/
+30
*
For PR1205:
Reid Spencer
2007-02-28
2
-49
/
+23
*
For PR1205:
Reid Spencer
2007-02-28
1
-138
/
+127
*
Make getPassManagerType() const.
Devang Patel
2007-02-27
1
-1
/
+1
*
Fix thinko.
Devang Patel
2007-02-23
1
-1
/
+2
*
Loop passes are set up to accept pointer.
Devang Patel
2007-02-23
1
-1
/
+1
*
Teach LoopPass to assign itself one Loop Pass Manager.
Devang Patel
2007-02-23
1
-0
/
+41
*
Add facility that allows LoopPass to re-insert a loop into
Devang Patel
2007-02-23
1
-0
/
+13
*
Add LPPassManager interface that LoopPass can use to skip
Devang Patel
2007-02-23
1
-0
/
+13
*
Populate and walk loop queue.
Devang Patel
2007-02-22
1
-6
/
+20
*
Add LoopQueue. This is used by loop pass manager to manage loop nest.
Devang Patel
2007-02-22
1
-0
/
+36
*
Add Loop Pass Manager.
Devang Patel
2007-02-22
1
-0
/
+69
*
For PR1195:
Reid Spencer
2007-02-15
2
-5
/
+5
*
Fix comments to match names of functions.
Nick Lewycky
2007-02-11
1
-2
/
+2
*
Switch some std::vector's to SmallVectors. This speeds up -load-vn -gcse
Chris Lattner
2007-02-10
1
-3
/
+5
*
modify CheckGEPInstructions to take a pointer and size instead of a vector.
Chris Lattner
2007-02-10
1
-23
/
+31
*
eliminate use of TargetData::getIndexedOffset that takes a vector
Chris Lattner
2007-02-10
1
-5
/
+11
*
completely eliminate a temporary vector
Chris Lattner
2007-02-10
1
-2
/
+2
*
Privatize StructLayout::MemberOffsets, adding an accessor
Chris Lattner
2007-02-10
1
-1
/
+1
*
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
[prev]
[next]