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
/
LevelRaise.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up anands patch
Chris Lattner
2002-06-30
1
-1
/
+0
*
added include<iostream> for cerr
Anand Shukla
2002-06-25
1
-0
/
+1
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-0
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-32
/
+28
*
Simplify the interface to local DCE and Constant prop
Chris Lattner
2002-05-26
1
-1
/
+1
*
Fix comments to reflect reality
Chris Lattner
2002-05-24
1
-4
/
+4
*
Convert transforms over to standardize debugging output on -debug option
Chris Lattner
2002-05-22
1
-33
/
+9
*
Fix a major source of "type unsafety", where a cast is neccesary, but can
Chris Lattner
2002-05-14
1
-2
/
+40
*
* Add support for the -stats command line option to report how much is changed
Chris Lattner
2002-05-10
1
-2
/
+24
*
Reduce dependance on TransformInternals.h, instead using the TransformUtils l...
Chris Lattner
2002-05-07
1
-2
/
+2
*
ExprTypeConvert will already do this transformation, no need to specialize
Chris Lattner
2002-05-02
1
-21
/
+0
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+4
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-4
/
+4
*
s/Method/Function
Chris Lattner
2002-04-08
1
-3
/
+1
*
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-08
1
-1
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-8
/
+8
*
Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned
Chris Lattner
2002-03-21
1
-5
/
+24
*
Namespace qualify debugging code
Chris Lattner
2002-03-21
1
-1
/
+1
*
* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.ll
Chris Lattner
2002-03-11
1
-10
/
+4
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-5
/
+15
*
MethodPass's are now guaranteed to not be run on external methods!
Chris Lattner
2002-01-31
1
-2
/
+0
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
1
-5
/
+5
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-4
/
+4
*
* Support pointer indexing
Chris Lattner
2001-12-14
1
-210
/
+33
*
Remove code that is superceeded by code in ExprTypeConvert.cpp
Chris Lattner
2001-12-07
1
-40
/
+1
*
We can do cast-add elimination even on casts that reinterpret
Chris Lattner
2001-12-06
1
-13
/
+11
*
Fix pessimizations on sized arrays
Chris Lattner
2001-12-05
1
-2
/
+4
*
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
1
-19
/
+119
*
Remove printouts
Chris Lattner
2001-12-04
1
-2
/
+7
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-7
/
+7
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-5
/
+4
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Turn off debug info
Chris Lattner
2001-11-26
1
-1
/
+1
*
Include const prop as part of -raise
Chris Lattner
2001-11-26
1
-1
/
+3
*
Clean up code, implement array indexing stuff
Chris Lattner
2001-11-26
1
-423
/
+175
*
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-14
1
-4
/
+4
*
Better heuristics for handling arrays
Chris Lattner
2001-11-14
1
-50
/
+175
*
Avoid assertion failure when taking size of unsized array. Todo item herE
Chris Lattner
2001-11-13
1
-0
/
+7
*
Improve raising significantly
Chris Lattner
2001-11-08
1
-54
/
+93
*
Fix bugs
Chris Lattner
2001-11-06
1
-1
/
+3
*
Fix bug with ADD nodes and malloc promotion
Chris Lattner
2001-11-05
1
-9
/
+29
*
Use the expression map correctly.
Chris Lattner
2001-11-05
1
-6
/
+3
*
Refactor code to share stuff
Chris Lattner
2001-11-04
1
-558
/
+2
*
* Relax restriction that prevented malloc promotion in certain cases
Chris Lattner
2001-11-04
1
-21
/
+22
*
* Disable debug output
Chris Lattner
2001-11-04
1
-22
/
+48
*
Convert backward conversion of expression trees into a new more powerful bidi...
Chris Lattner
2001-11-04
1
-11
/
+297
[next]