index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a fixme so that we don't forget this is broken.
Chris Lattner
2002-04-18
1
-0
/
+3
*
Significantly rework InstructionCombining to work better and to be cleaner.
Chris Lattner
2002-04-18
1
-94
/
+141
*
Convert SCCP over to use InstVisitor instead of hand crafted switch
Chris Lattner
2002-04-18
1
-181
/
+136
*
GEP instructions can never be constant propogated.
Chris Lattner
2002-04-18
1
-7
/
+12
*
Store instructions always return void, so they never get a name
Chris Lattner
2002-04-18
1
-2
/
+1
*
Correctly transform dependant arguments, allowing the perimeter bm to work.
Chris Lattner
2002-04-18
1
-82
/
+303
*
Add casts for documentation
Chris Lattner
2002-04-16
1
-2
/
+2
*
* Clean up the code a bit
Chris Lattner
2002-04-16
1
-8
/
+4
*
run an extra pass after a function has been transformed to eliminate
Chris Lattner
2002-04-15
1
-0
/
+122
*
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
[next]