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
*
CallGraphSCCPass manager may require other passes.
Devang Patel
2007-06-21
1
-1
/
+1
*
Rename ScalarEvolution::deleteInstructionFromRecords to
Dan Gohman
2007-06-19
1
-14
/
+14
*
In SCEVAddExpr::get, skip over any cast operands before looking for nested
Dan Gohman
2007-06-18
1
-2
/
+5
*
Make BasicAliasAnalysis correctly register itself. Patch by Devang
Anton Korobeynikov
2007-06-18
1
-0
/
+2
*
Fold a binary operator with constant operands when expanding code for a SCEV.
Dan Gohman
2007-06-15
1
-0
/
+5
*
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-15
2
-7
/
+53
*
Break DominatorTree from ETNode.
Devang Patel
2007-06-12
1
-78
/
+5
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-08
1
-9
/
+9
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-9
/
+9
*
Maintain ETNode as part of DomTreeNode.
Devang Patel
2007-06-07
1
-4
/
+24
*
Optimize this test. Firstly, only Instructions may use other Instructions.
Nick Lewycky
2007-06-06
1
-2
/
+2
*
Fix PR1487 and Transforms/IndVar/2007-06-06-DeleteDanglesPtr.ll
Nick Lewycky
2007-06-06
1
-3
/
+22
*
Fix PR 1497
Devang Patel
2007-06-05
1
-0
/
+2
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-7
/
+7
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-14
/
+14
*
when merging two alias sets together, be sure to propagate the volatility of
Chris Lattner
2007-05-23
1
-3
/
+5
*
Add passes -view-cfg and -view-cfg-only that are like -print-cfg and
Dan Gohman
2007-05-14
1
-0
/
+42
*
Fix typo in comment.
Nick Lewycky
2007-05-06
5
-6
/
+6
*
Drop 'const'
Devang Patel
2007-05-03
22
-46
/
+46
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
22
-47
/
+46
*
Fix build error.
Lauro Ramos Venancio
2007-05-02
4
-5
/
+7
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
22
-7
/
+81
*
Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.
Zhou Sheng
2007-04-19
1
-1
/
+1
*
Cache DT[*SI] lookup.
Devang Patel
2007-04-18
1
-2
/
+4
*
Fix
Devang Patel
2007-04-18
1
-1
/
+1
*
Be more careful when inserting reused instructions. This fixes CodeGen/Gener...
Chris Lattner
2007-04-17
1
-2
/
+7
*
Remove use of Instruction::getNext
Chris Lattner
2007-04-17
1
-8
/
+11
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-13
/
+12
*
Revert last patch. It was already fixed.
Reid Spencer
2007-04-16
1
-6
/
+1
*
For PR1336:
Reid Spencer
2007-04-16
1
-1
/
+6
*
Tabs -> Spaces
Owen Anderson
2007-04-15
1
-3
/
+3
*
Fix a nasty bug introduced when apint'ified. This fixes
Chris Lattner
2007-04-15
1
-4
/
+4
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
1
-50
/
+39
*
CSE simple binary expressions when they are inserted. This makes LSR produce
Chris Lattner
2007-04-13
1
-5
/
+25
*
Eliminate unnecessary APInt construction.
Zhou Sheng
2007-04-07
1
-8
/
+7
*
Make APInt variables do the computation stuffs instead of
Zhou Sheng
2007-04-07
1
-14
/
+11
*
Eliminate unnecessary zext/trunc stuffs.
Zhou Sheng
2007-04-07
1
-14
/
+10
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
1
-67
/
+0
*
Expunge DomSet from LoadValueNumbering. This is part of the continuing
Owen Anderson
2007-04-07
1
-9
/
+9
*
Treat xor of signbit like an add.
Chris Lattner
2007-04-02
1
-1
/
+10
*
The bit counting intrinsics return i32 not the operand type. This fixes
Reid Spencer
2007-04-01
1
-4
/
+3
*
For PR1297:
Reid Spencer
2007-04-01
1
-23
/
+17
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
2
-2
/
+3
*
Now IndVarSimplify is a LoopPass.
Devang Patel
2007-03-07
1
-0
/
+3
*
Now LoopUnswitch is a LoopPass.
Devang Patel
2007-03-07
1
-1
/
+2
*
Insert loop into LQ before visiting children.
Devang Patel
2007-03-06
1
-1
/
+1
*
Use schedulePass() instead of assignPassManager() to add new LPPassManager.
Devang Patel
2007-03-06
1
-3
/
+11
*
Add LPPassManager::insertLoop().
Devang Patel
2007-03-06
1
-0
/
+32
*
LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code from
Devang Patel
2007-03-06
1
-7
/
+71
*
LPPassManager. Implement preparePassManager() hook.
Devang Patel
2007-03-06
1
-0
/
+25
[next]