projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2002-08-30
Chris Lattner
- PassInfo class keeps track of AnalysisGroups implem...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-30
Chris Lattner
- Pass now has AnalysisImpls class to implement getAn...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-30
Chris Lattner
Make sure to run these tests with load value #'ing
commit
|
commitdiff
|
tree
|
snapshot
2002-08-30
Vikram S. Adve
Eliminate hardcoded paths using LLVMGCCDIR variable.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-30
Vikram S. Adve
Add LLVMGCCDIR variable to eliminate hardcoded paths...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
Vikram S. Adve
Simplified significantly by pulling out local configura...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
Vikram S. Adve
Local configuration options for a particular installati...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
Chris Lattner
New datastructure analysis correctly uses TargetData
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
Chris Lattner
Remove unneeded #include
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
Chris Lattner
Fix comments
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
Chris Lattner
Make the getAnalyss<> members const. Using them does...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
Vikram S. Adve
Factor out /shared/... path to simplify changing it.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
Chris Lattner
Comment out broken link
commit
|
commitdiff
|
tree
|
snapshot
2002-08-27
Anand Shukla
moved this file from lib/Reoptimizer/Mapping
commit
|
commitdiff
|
tree
|
snapshot
2002-08-27
Anand Shukla
Makefile for new sub directory
commit
|
commitdiff
|
tree
|
snapshot
2002-08-27
Anand Shukla
Added Mapping subdir
commit
|
commitdiff
|
tree
|
snapshot
2002-08-27
Chris Lattner
Implement ConstantPointerRef support, & ConstantExpr...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-27
Anand Shukla
added Reoptimizer in Makefile DIRS
commit
|
commitdiff
|
tree
|
snapshot
2002-08-27
Anand Shukla
Added mapping lib in llc makefile
commit
|
commitdiff
|
tree
|
snapshot
2002-08-27
Anand Shukla
Added getFunctionInfo and MappingInfoForFunction pass...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-26
Chris Lattner
Fix bug: test/Regression/CBackend/2002-08-26-IndirectCa...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-26
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-26
Chris Lattner
Add support for turning an array of characters into...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-26
Anand Shukla
Changed so it gets linked properly
commit
|
commitdiff
|
tree
|
snapshot
2002-08-25
Chris Lattner
Convert comments to Doxygen style
commit
|
commitdiff
|
tree
|
snapshot
2002-08-25
Vikram S. Adve
Fix the way parens are printed around "*ptrName" so...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-24
Vikram S. Adve
Added function GetMemInstArgs and made FoldGetElemChain...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-24
Vikram S. Adve
Added support for type inquiry in subclasses of InstTre...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-24
Vikram S. Adve
Use newly-added type inspection support in InstTreeNode...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-24
Vikram S. Adve
Moved code here to extract memory instruction indices...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-24
Vikram S. Adve
LoadIdx non-terminal no longer needed.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-24
Vikram S. Adve
Sign-extend values used to index arrays (and Simplify
commit
|
commitdiff
|
tree
|
snapshot
2002-08-24
Vikram S. Adve
Fix sign-extension: it needs to happen *after* multiply...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-24
Vikram S. Adve
Sign-extend array index expressions to work correctly...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-23
Chris Lattner
- instcombine demorgan's law: and (not A), (not B...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-23
Chris Lattner
Test that demorgan's law is instcombined successfully
commit
|
commitdiff
|
tree
|
snapshot
2002-08-23
Chris Lattner
Implement classof for SetCondInst so that instcombine...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-23
Anand Shukla
Changed default value of 3rd parameter in function...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-23
Anand Shukla
Added #include <alloca.h>
commit
|
commitdiff
|
tree
|
snapshot
2002-08-23
Vikram S. Adve
Simplify previous hack slightly.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-23
Vikram S. Adve
Force sign-extension for uint array indexes from 32...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Eliminated the MemAccessInst class, folding contents...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Eliminated the MemAccessInst class, folding contents...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Load & Store Inst now no longer derive from MemAccessInst
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Load & StoreInst no longer derive from MemAccessInst...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Load & StoreInst no longer derive from MemAccessInst...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Load and Store now no longer derive from MemAccessInst...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
doxygenize comments
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
doxygenize comments in header
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Make doxygen not exclude doxygenized comments from...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Add capability of using pointer analysis to LICM
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Add new testcases for instcombine
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Remove long obsolete comments
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Add doxygen comments to AliasAnalysis class
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Fix bug: test/Regression/Assembler/2002-08-22-Dominance...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Fix bug: test/Regression/Assembler/2002-08-22-Dominance...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Add a testcase that checks to make sure LICM uses basic...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Instcombine PHI's of the form %PN = phi PN, X into...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Add readme file describing directory
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Add documentation for AnalysisGroup functionality
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Add missing #include
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Check-in new alias analysis infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Checkin new alias analysis infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Convert GCSE pass to use new alias analysis infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Initial testcases for basicaa alias analysis
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Do not generate load/store instructions with indexing.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Convert testcases to not use indexed loads/stores
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Convert testcases to not use indexed loads/stores
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Covnert testcases to not use indexed loads/stores
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Covnert testcases to not use indexed loads/stores
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Remove obsolete test
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Remove ancient test
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Covnert tests to not use indexed load/stores
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Change code to not use the copyOperands method added...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Chris Lattner
Remove unneccesary method
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
Fix clean command to clean in /shared when that is...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
Add functions castbool and boolexpr.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
Just some extra comments.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
Add method copyOperands().
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
dumpNode() does not need to print MachineInstrs.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
Fix two resource names.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
Add AsmPrinter::ConstantExprToString, which writes...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
Eliminate bool, boolreg and boolconst nonterminals...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
Vikram S. Adve
Change rules for Not, since it is now implemented as...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
Fix testcase to not use indexing in non-gep instructions
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
Test the C backend on all of the feature tests as well.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
- Fighting with linking problem due to removing the...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
- Fix asmparser and bytecode reader to not generate...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
Add a class that is useful for hacking around linking...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
Fixed linking problems that wanted me to link to analyz...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
- Split Dominators.h into Dominators.h & PostDominators.h
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
Emit an obnoxious warning message for bytecode that...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
Remove debugging code accidentally checked in.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
Fix store to not index
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
Convert testcase to not use indexing on loads & stores
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
Link in all analyses so that we get pointer analysis...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-21
Chris Lattner
- Implement the new AnalysisGroup feature, neccesary...
commit
|
commitdiff
|
tree
|
snapshot
next