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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better
Chris Lattner
2002-09-01
1
-5
/
+26
*
Convert cwriter to be a pass.
Chris Lattner
2002-08-31
1
-13
/
+7
*
- Eliminate the last traces of the 'analysis' namespace
Chris Lattner
2002-08-30
1
-4
/
+0
*
Update comments
Chris Lattner
2002-08-30
1
-3
/
+5
*
Fix comments.
Chris Lattner
2002-08-30
1
-2
/
+4
*
Merged into ValueNumbering.cpp
Chris Lattner
2002-08-30
1
-37
/
+0
*
Initial implementation of basic value numbering
Chris Lattner
2002-08-30
1
-0
/
+37
*
Initial version of LoadValueNumbering interface
Chris Lattner
2002-08-30
1
-0
/
+24
*
Initial version of ValueNumbering interface
Chris Lattner
2002-08-30
1
-0
/
+30
*
- PassInfo class keeps track of AnalysisGroups implemented by the Pass.
Chris Lattner
2002-08-30
1
-115
/
+141
*
- Pass now has AnalysisImpls class to implement getAnalysis() so that it is
Chris Lattner
2002-08-30
1
-9
/
+27
*
Fix comments
Chris Lattner
2002-08-29
1
-7
/
+3
*
Make the getAnalyss<> members const. Using them does NOT modify the Pass obj...
Chris Lattner
2002-08-29
2
-7
/
+7
*
Add support for turning an array of characters into a string.
Chris Lattner
2002-08-26
1
-96
/
+128
*
Changed so it gets linked properly
Anand Shukla
2002-08-26
1
-0
/
+6
*
Convert comments to Doxygen style
Chris Lattner
2002-08-25
12
-360
/
+367
*
Added function GetMemInstArgs and made FoldGetElemChain private.
Vikram S. Adve
2002-08-24
1
-6
/
+15
*
Added support for type inquiry in subclasses of InstTreeNode.
Vikram S. Adve
2002-08-24
1
-1
/
+35
*
Implement classof for SetCondInst so that instcombine doesn't break on dyn_ca...
Chris Lattner
2002-08-23
1
-0
/
+11
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-3
/
+2
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-67
/
+36
*
Load & Store Inst now no longer derive from MemAccessInst
Chris Lattner
2002-08-22
1
-2
/
+2
*
Load and Store now no longer derive from MemAccessInst. Indexing a load or
Chris Lattner
2002-08-22
1
-18
/
+16
*
doxygenize comments in header
Chris Lattner
2002-08-22
1
-4
/
+4
*
Add doxygen comments to AliasAnalysis class
Chris Lattner
2002-08-22
1
-25
/
+25
*
Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.ll
Chris Lattner
2002-08-22
1
-0
/
+2
*
Checkin new alias analysis infrastructure
Chris Lattner
2002-08-22
2
-0
/
+113
*
Remove unneccesary method
Chris Lattner
2002-08-22
1
-4
/
+0
*
Just some extra comments.
Vikram S. Adve
2002-08-22
1
-12
/
+12
*
Add method copyOperands().
Vikram S. Adve
2002-08-22
1
-0
/
+4
*
Add a class that is useful for hacking around linking problem due to
Chris Lattner
2002-08-21
1
-0
/
+10
*
- Split Dominators.h into Dominators.h & PostDominators.h
Chris Lattner
2002-08-21
2
-94
/
+110
*
- Implement the new AnalysisGroup feature, neccesary for Value#ing and poin...
Chris Lattner
2002-08-21
1
-6
/
+69
*
Add assertion checks to nail bugs early.
Chris Lattner
2002-08-21
1
-0
/
+2
*
- Make Pass::lookupPassInfo a public member
Chris Lattner
2002-08-21
1
-3
/
+13
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
2
-4
/
+0
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
9
-43
/
+1
*
- Eliminate the need for analyses to expose an ::ID member.
Chris Lattner
2002-08-21
2
-6
/
+22
*
Add missing forward decl
Chris Lattner
2002-08-21
1
-0
/
+1
*
Add new SetCondInst::getInverseCondition() method.
Chris Lattner
2002-08-20
1
-0
/
+5
*
- ConstantPointerRefs are now automatically removed from the module table
Chris Lattner
2002-08-18
3
-16
/
+30
*
Module's do not subclass from Value, so this code caused a segfault.
Chris Lattner
2002-08-18
1
-3
/
+2
*
Add Module::dump() method
Chris Lattner
2002-08-17
1
-0
/
+1
*
Remove the last traces of the NOT instruction
Chris Lattner
2002-08-15
2
-30
/
+0
*
Change opLabel numbers for Not and BNot.
Vikram S. Adve
2002-08-15
1
-1
/
+2
*
Added more helper functions for binary instructions emulating
Vikram S. Adve
2002-08-15
1
-2
/
+18
*
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-14
1
-2
/
+2
*
Remove support for unary operators.
Chris Lattner
2002-08-14
3
-53
/
+0
*
Remove reference to GenericUnaryInst class
Chris Lattner
2002-08-14
1
-1
/
+1
*
Remove support for unary instructions
Chris Lattner
2002-08-14
1
-3
/
+1
[next]