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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate cast of same type instructions.
Chris Lattner
2002-04-15
1
-0
/
+8
*
* s/Method/Function
Chris Lattner
2002-04-14
1
-27
/
+18
*
Turn off debug output
Chris Lattner
2002-04-14
1
-9
/
+36
*
* Allow datasize to be specified on the commandline
Chris Lattner
2002-04-13
1
-13
/
+58
*
* Give alloca's for pool descriptors better names than "pool<n>".
Chris Lattner
2002-04-13
1
-5
/
+28
*
* Add names to the symbol table for pool types and modified types
Chris Lattner
2002-04-13
1
-11
/
+45
*
Implement function rewriting to use offsets instead of pointers in programs.
Chris Lattner
2002-04-12
1
-217
/
+569
*
* Add documentation
Chris Lattner
2002-04-10
1
-210
/
+208
*
Implement TODO, fixing bug:
Chris Lattner
2002-04-09
1
-16
/
+9
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
7
-12
/
+15
*
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-09
2
-0
/
+2
*
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-09
6
-2
/
+8
*
s/Method/Function
Chris Lattner
2002-04-08
14
-36
/
+23
*
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-08
5
-5
/
+5
*
Eliminate explicit use of Writer library, using debug dump output instead.
Chris Lattner
2002-04-07
1
-6
/
+8
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
14
-159
/
+152
*
s/MethodType/FunctionType
Chris Lattner
2002-04-04
2
-7
/
+7
*
PATypeHolder is now not a template
Chris Lattner
2002-04-04
1
-4
/
+5
*
Allow scalars that point to multiple nodes when building the scalar map.
Chris Lattner
2002-04-01
1
-5
/
+0
*
Add extra case here to avoid getting spurious output
Chris Lattner
2002-04-01
1
-0
/
+4
*
Add debug output
Chris Lattner
2002-03-31
1
-11
/
+19
*
* Catch and ignore (for now) return instructions in tranformed functions
Chris Lattner
2002-03-30
1
-31
/
+58
*
* Clean up data structures [AllocDSNode -> DSNode]
Chris Lattner
2002-03-30
1
-74
/
+232
*
Maintain enough information so that the pools for all of the nodes of
Chris Lattner
2002-03-30
1
-44
/
+66
*
Implement the first batch of transformations to the methods. So far it:
Chris Lattner
2002-03-29
1
-2
/
+172
*
Correctly clone the function with the extra argument types. Now we need
Chris Lattner
2002-03-29
1
-6
/
+74
*
s/Method/Function
Chris Lattner
2002-03-29
1
-6
/
+6
*
New clone function routine
Chris Lattner
2002-03-29
1
-0
/
+90
*
Find out which calls in the function we need to transform and how.
Chris Lattner
2002-03-29
1
-15
/
+189
*
s/Method/Function
Chris Lattner
2002-03-29
1
-3
/
+3
*
Modularize code a bit
Chris Lattner
2002-03-29
1
-2
/
+25
*
Implement the first step of pool allocation - Creating, initialization, and
Chris Lattner
2002-03-29
1
-8
/
+82
*
s/Method/Function
Chris Lattner
2002-03-29
1
-2
/
+3
*
Simplify code a bit by using Module::getOrInsertFunction
Chris Lattner
2002-03-29
1
-11
/
+2
*
Flesh out a bunch more code, print allocations that are poolable.
Chris Lattner
2002-03-29
1
-10
/
+149
*
s/method/function
Chris Lattner
2002-03-29
1
-30
/
+26
*
s/Method/Function/g
Chris Lattner
2002-03-29
1
-66
/
+65
*
Simplify code a lot by using the Module::getFunction & getOrInsertFunction
Chris Lattner
2002-03-29
1
-46
/
+24
*
Initial checkin of Noop pass that will be the pool allocator
Chris Lattner
2002-03-28
1
-0
/
+33
*
* Move classes around
Cameron Buschardt
2002-03-27
1
-29
/
+36
*
Implemented promote mem->reg pass.
Cameron Buschardt
2002-03-27
1
-64
/
+286
*
Change references from Method to Function
Chris Lattner
2002-03-26
8
-141
/
+143
*
Moved to directory Scalar/ and renamed.
Vikram S. Adve
2002-03-24
1
-148
/
+0
*
Major overhaul to support arbitrary mixed array and structure indices.
Vikram S. Adve
2002-03-24
1
-63
/
+94
*
Rename Method to Function
Chris Lattner
2002-03-23
1
-1
/
+0
*
New pass to decompose multi-dimensional array references into
Vikram S. Adve
2002-03-23
1
-0
/
+148
*
Fix bug test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise3.ll
Chris Lattner
2002-03-21
1
-1
/
+1
*
Fix test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise2.ll
Chris Lattner
2002-03-21
1
-2
/
+1
*
Fix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll
Chris Lattner
2002-03-21
1
-0
/
+36
*
Make ConvertableToGEP handle cases where the user is indexing into the
Chris Lattner
2002-03-21
1
-23
/
+29
[next]