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
*
General cleanup
Chris Lattner
2002-02-01
1
-4
/
+3
*
Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...
Chris Lattner
2002-01-31
1
-8
/
+11
*
MethodPass's are now guaranteed to not be run on external methods!
Chris Lattner
2002-01-31
5
-9
/
+2
*
Convert xforms over to new pass structure.
Chris Lattner
2002-01-31
9
-54
/
+115
*
Convert analyses to new pass structure
Chris Lattner
2002-01-31
1
-0
/
+4
*
Remove extraneous #includes
Chris Lattner
2002-01-26
1
-1
/
+0
*
Remove opt namespace
Chris Lattner
2002-01-26
1
-3
/
+1
*
Implement new DeadInstElmination pass
Chris Lattner
2002-01-23
1
-1
/
+5
*
Don't insert a useless cast
Chris Lattner
2002-01-22
1
-2
/
+1
*
Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
Chris Lattner
2002-01-22
1
-1
/
+1
*
Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
Chris Lattner
2002-01-22
2
-67
/
+66
*
LowerAllocations is really a BasicBlock pass. Make it so.
Chris Lattner
2002-01-21
1
-57
/
+54
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
10
-61
/
+52
*
Elminate an unused variable
Chris Lattner
2002-01-21
1
-1
/
+0
*
Rename SwapStructureContents -> IPO/SimpleStructMutation
Chris Lattner
2002-01-21
2
-5
/
+6
*
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-21
7
-66
/
+71
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
23
-127
/
+155
*
initial checkin
Chris Lattner
2001-12-14
1
-0
/
+150
*
* isFirstClassType is now provided by the Type class
Chris Lattner
2001-12-14
1
-7
/
+2
*
* add ReplaceInstWithInst
Chris Lattner
2001-12-14
1
-26
/
+25
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-6
/
+0
*
* Support pointer indexing
Chris Lattner
2001-12-14
1
-210
/
+33
*
Many many changes and bugfixes:
Chris Lattner
2001-12-14
1
-130
/
+199
*
The proper prototype for malloc returns a pointer, not an unsized array
Chris Lattner
2001-12-14
1
-6
/
+3
*
* Refactor trace values to work as a proper pass. Before it used to add
Chris Lattner
2001-12-14
1
-420
/
+177
*
Assertion could never fail because another one would in it's place. :)
Chris Lattner
2001-12-13
1
-1
/
+1
*
Implement more general conversions for getelementptr instructions
Chris Lattner
2001-12-07
1
-17
/
+104
*
Remove code that is superceeded by code in ExprTypeConvert.cpp
Chris Lattner
2001-12-07
1
-40
/
+1
*
Don't insert scales of 1 :)
Chris Lattner
2001-12-07
1
-1
/
+2
*
We can do cast-add elimination even on casts that reinterpret
Chris Lattner
2001-12-06
1
-13
/
+11
*
Fix bug that caused invalid transformations to be applied
Chris Lattner
2001-12-06
1
-1
/
+1
*
Actually return true when a change has been made
Chris Lattner
2001-12-05
1
-0
/
+2
*
Handle more complex array indexing expressions
Chris Lattner
2001-12-05
1
-14
/
+47
*
Fix pessimizations on sized arrays
Chris Lattner
2001-12-05
1
-2
/
+4
*
Fix a few bugs. Fix pessimization handling sized arrays
Chris Lattner
2001-12-05
1
-7
/
+15
*
Hrm, don't do debugging output when debugging is off. :(
Chris Lattner
2001-12-05
1
-3
/
+3
*
Fixes to type conversion stuff to match induction variables more frequently
Chris Lattner
2001-12-05
2
-30
/
+127
*
Fix a bug introduced by "internal linkage" work.
Chris Lattner
2001-12-04
1
-2
/
+3
*
Fix bugs, don't do external methods which causes segv.
Chris Lattner
2001-12-04
1
-1
/
+4
*
Remove printouts
Chris Lattner
2001-12-04
1
-2
/
+7
*
Implement induction variable simplification
Chris Lattner
2001-12-04
1
-1
/
+125
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
8
-35
/
+35
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
17
-134
/
+129
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
11
-10
/
+14
*
Initial checkin of indvar stuff
Chris Lattner
2001-12-03
2
-0
/
+75
*
Compile the scalar directory
Chris Lattner
2001-12-03
1
-1
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
8
-10
/
+10
*
Turn off debug info
Chris Lattner
2001-11-26
1
-1
/
+1
*
Make strings be internal
Chris Lattner
2001-11-26
1
-1
/
+2
*
Remove debugging output
Chris Lattner
2001-11-26
1
-1
/
+1
[next]