index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Support array allocations
Chris Lattner
2002-04-27
2
-4
/
+14
*
Rename getNullConstant to getNullValue
Chris Lattner
2002-04-27
1
-11
/
+11
*
Added functions to compute the offset of a given incoming or outgoing
Vikram S. Adve
2002-04-25
1
-7
/
+15
*
Optional args are no longer allocated as they are discovered.
Vikram S. Adve
2002-04-25
2
-34
/
+28
*
Changes to make print pass work!
Chris Lattner
2002-04-18
1
-1
/
+2
*
New api for signal handling for LLVM tools
Chris Lattner
2002-04-18
2
-0
/
+36
*
Remove getStrValue method from Constant implementations. The AssemblyWriter
Chris Lattner
2002-04-18
1
-15
/
+0
*
* Add a comment to the header giving a breif overview of how to return a
Chris Lattner
2002-04-18
1
-23
/
+62
*
* Make dtor virtual
Chris Lattner
2002-04-18
1
-26
/
+28
*
* StoreInst's shouldn't take names (they are _always_ void type)
Chris Lattner
2002-04-18
1
-6
/
+2
[next]