index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Fix build error.
Lauro Ramos Venancio
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-19
Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.
Zhou Sheng
2007-04-18
Cache DT[*SI] lookup.
Devang Patel
2007-04-18
Fix
Devang Patel
2007-04-17
Be more careful when inserting reused instructions. This fixes CodeGen/Gener...
Chris Lattner
2007-04-17
Remove use of Instruction::getNext
Chris Lattner
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
Revert last patch. It was already fixed.
Reid Spencer
2007-04-16
For PR1336:
Reid Spencer
2007-04-15
Tabs -> Spaces
Owen Anderson
2007-04-15
Fix a nasty bug introduced when apint'ified. This fixes
Chris Lattner
2007-04-15
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-13
CSE simple binary expressions when they are inserted. This makes LSR produce
Chris Lattner
2007-04-07
Eliminate unnecessary APInt construction.
Zhou Sheng
2007-04-07
Make APInt variables do the computation stuffs instead of
Zhou Sheng
2007-04-07
Eliminate unnecessary zext/trunc stuffs.
Zhou Sheng
2007-04-07
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
Expunge DomSet from LoadValueNumbering. This is part of the continuing
Owen Anderson
2007-04-02
Treat xor of signbit like an add.
Chris Lattner
2007-04-01
The bit counting intrinsics return i32 not the operand type. This fixes
Reid Spencer
2007-04-01
For PR1297:
Reid Spencer
2007-03-22
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-07
Now IndVarSimplify is a LoopPass.
Devang Patel
2007-03-07
Now LoopUnswitch is a LoopPass.
Devang Patel
2007-03-06
Insert loop into LQ before visiting children.
Devang Patel
2007-03-06
Use schedulePass() instead of assignPassManager() to add new LPPassManager.
Devang Patel
2007-03-06
Add LPPassManager::insertLoop().
Devang Patel
2007-03-06
LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code from
Devang Patel
2007-03-06
LPPassManager. Implement preparePassManager() hook.
Devang Patel
2007-03-06
LPPassManager : Add initialization and finalizatino hooks.
Devang Patel
2007-03-06
Use std::deque to manage loop queue inside LPPassManager.
Devang Patel
2007-03-05
Avoid constructing std::strings unless pass debugging is ON.
Devang Patel
2007-03-05
Unbreak VC++ build.
Jeff Cohen
2007-03-04
Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector.
Chris Lattner
2007-03-04
Guard further against APInt operations with operands of unequal bit width.
Reid Spencer
2007-03-02
Fix an unequal bitwidth issue.
Reid Spencer
2007-03-02
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-01
Make it possible to create an SCEVUnknown from an APInt as well as an int.
Reid Spencer
2007-03-01
Avoid a potential assert out if the loop increment is > 64 bits.
Reid Spencer
2007-03-01
Construct ConstantInt with simpler constructor.
Reid Spencer
2007-03-01
Fix last night's 445.gobmk breakage which was caused by comparison of
Reid Spencer
2007-03-01
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
APIntify various computations in ScalarEvolution
Reid Spencer
2007-02-28
For PR1205:
Reid Spencer
2007-02-28
For PR1205:
Reid Spencer
2007-02-28
Move ConstantRange class to lib/Support from lib/Analysis and make its
Reid Spencer
[next]