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
*
Add expr reassociation pass prototype
Chris Lattner
2002-05-08
1
-0
/
+10
*
*** empty log message ***
Sumant Kowshik
2002-05-08
1
-0
/
+21
*
Spell aggressive right
Chris Lattner
2002-05-07
1
-2
/
+2
*
Fix misspelling
Chris Lattner
2002-05-07
1
-1
/
+1
*
These files are supersumed by include/llvm/Transforms/Scalar.h
Chris Lattner
2002-05-07
8
-172
/
+0
*
New header file to replace all of the Scalar/*.h files.
Chris Lattner
2002-05-07
1
-0
/
+120
*
Checkin headers for Utils library
Chris Lattner
2002-05-07
2
-0
/
+109
*
Cleanup implementation a bit + comments
Chris Lattner
2002-05-07
1
-19
/
+7
*
Update header after moving file
Chris Lattner
2002-05-07
3
-12
/
+9
*
Remove long dead file
Chris Lattner
2002-05-07
1
-15
/
+0
*
Factor code out to the Transform Utils library
Chris Lattner
2002-05-07
2
-42
/
+3
*
Add support for passes to announce that they only depend on the CFG of a
Chris Lattner
2002-05-06
1
-0
/
+9
*
Move a bunch of code to a .cpp file, don't #include Instruction.h
Chris Lattner
2002-05-06
1
-43
/
+12
*
* Add getPrimitiveSize method
Chris Lattner
2002-05-06
1
-18
/
+28
*
Void and Label values cannot be acted on directly so they have zero size
Chris Lattner
2002-05-06
1
-2
/
+2
*
Implement constant propogation of shift instructions
Chris Lattner
2002-05-06
1
-0
/
+22
*
Add a range remove method
Chris Lattner
2002-05-06
1
-4
/
+5
*
Implement remainder
Chris Lattner
2002-05-03
1
-11
/
+13
*
Make the range insert operation return an iterator, even though the STL
Chris Lattner
2002-04-29
1
-4
/
+4
*
Remove unused files: This is the old induction varaible cannonicalization
Chris Lattner
2002-04-29
1
-27
/
+0
*
Change to allow iMemory.h to avoid including DerivedTypes.h
Chris Lattner
2002-04-29
1
-19
/
+11
*
Remove analysis namespace
Chris Lattner
2002-04-29
1
-6
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
2
-4
/
+2
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
15
-2
/
+52
*
Stub functions for timing support
Chris Lattner
2002-04-29
1
-0
/
+3
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+8
*
Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()
Chris Lattner
2002-04-28
1
-12
/
+11
*
* Add a stub to FunctionPass so that subclasses can declare that they do not
Chris Lattner
2002-04-28
2
-6
/
+49
*
Use forward decl instead of #include
Chris Lattner
2002-04-28
1
-1
/
+1
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
3
-52
/
+54
*
Fix two FIXME's
Chris Lattner
2002-04-28
1
-2
/
+0
*
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-28
8
-84
/
+60
*
Remove obsolete namespace from example
Chris Lattner
2002-04-28
2
-2
/
+2
*
Initial checkin of new "Internalize" pass for GCCLD
Chris Lattner
2002-04-28
1
-0
/
+15
*
SymTabValue class incorporated into Function and Module classes.
Chris Lattner
2002-04-28
1
-46
/
+0
*
Include an operator<<, to print modules
Chris Lattner
2002-04-28
1
-0
/
+5
*
Remove forward def'ns that are already in Value.h
Chris Lattner
2002-04-28
1
-11
/
+1
*
s/Method/Function
Chris Lattner
2002-04-28
1
-10
/
+9
*
Module's are no longer Value's.
Chris Lattner
2002-04-28
1
-10
/
+1
*
The interesting contents of SymTabValue were incorporated into Function
Chris Lattner
2002-04-28
1
-1
/
+1
*
* Module's are no longer Value's
Chris Lattner
2002-04-28
1
-9
/
+27
*
Add a forward defn for Module since it's no longer in Value.h
Chris Lattner
2002-04-28
1
-0
/
+1
*
* Incorporate the functionality of SymTabValue into Function
Chris Lattner
2002-04-28
1
-8
/
+31
*
Initial checkin of simple&fast SSA based GCSE algorithm
Chris Lattner
2002-04-28
1
-0
/
+16
*
Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...
Chris Lattner
2002-04-28
2
-41
/
+37
*
s/Method/Function
Chris Lattner
2002-04-27
2
-4
/
+4
*
s/Method/Function in classname
Chris Lattner
2002-04-27
1
-4
/
+4
*
Remove old file that will never be used
Chris Lattner
2002-04-27
1
-19
/
+0
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
19
-227
/
+232
*
Change the semantics of getSuccessor to FAIL if an out of range successor # i...
Chris Lattner
2002-04-27
2
-32
/
+18
[next]