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
...
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
22
-711
/
+627
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
7
-287
/
+272
*
*** empty log message ***
Chris Lattner
2002-06-25
6
-150
/
+114
*
Remove DynamicConstantMerge pass, because it did not fit in with the Pass
Chris Lattner
2002-06-25
1
-64
/
+27
*
Remove "fixers" for problems in GCC generated code that cannot be generated
Chris Lattner
2002-06-25
1
-187
/
+11
*
Relocating Graph.h
Anand Shukla
2002-06-25
1
-0
/
+465
*
Avoid deleting individual instructions until AFTER dead blocks have dropped
Chris Lattner
2002-05-28
1
-17
/
+20
*
Simplify the interface to local DCE and Constant prop
Chris Lattner
2002-05-26
4
-9
/
+9
*
Do not remove type names that contain a .
Chris Lattner
2002-05-26
1
-4
/
+0
*
Fix "unimplemented features":
Chris Lattner
2002-05-24
1
-6
/
+37
*
Split the FunctionResolution pass out of CleanGCCOutput.cpp.
Chris Lattner
2002-05-24
2
-218
/
+226
*
Fix comments to reflect reality
Chris Lattner
2002-05-24
1
-4
/
+4
*
Support programs that do not #include <malloc.h> or give a full prototype
Chris Lattner
2002-05-24
1
-3
/
+42
*
Fold add X, 0 for floating point types as well
Chris Lattner
2002-05-23
1
-2
/
+1
*
Convert code to use the DEBUG macro so that debug code can simply be
Chris Lattner
2002-05-22
5
-197
/
+147
*
Fix and implement ADCE to finally work!
Chris Lattner
2002-05-22
1
-136
/
+159
*
Convert transforms over to standardize debugging output on -debug option
Chris Lattner
2002-05-22
3
-76
/
+26
*
Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...
Chris Lattner
2002-05-22
4
-62
/
+36
*
Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
Chris Lattner
2002-05-22
1
-12
/
+12
*
Add implementation of SimplifyCFG
Chris Lattner
2002-05-21
1
-0
/
+198
*
New CFG Simplification pass: removed from the old DCE pass
Chris Lattner
2002-05-21
1
-0
/
+100
*
Simplify interface to ConstantFoldTerminator
Chris Lattner
2002-05-21
1
-3
/
+3
*
* Change commandline options a bit to be nicer
Chris Lattner
2002-05-20
1
-42
/
+47
*
Fix bug: test/Regression/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
Chris Lattner
2002-05-20
1
-1
/
+11
*
Hash pointer values to a sequence number to get identical results from
Vikram S. Adve
2002-05-19
1
-39
/
+197
*
* Make debug output conditional on #define
Chris Lattner
2002-05-16
1
-13
/
+99
*
* Fix bug: test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll
Chris Lattner
2002-05-14
1
-7
/
+32
*
Fix bug: test/Regression/Transforms/InstCombine/2002-05-14-SubFailure.ll
Chris Lattner
2002-05-14
1
-1
/
+1
*
Fix bug: test/Regression/Transforms/InstCombine/2002-05-14-TouchDeletedInst.ll
Chris Lattner
2002-05-14
1
-1
/
+12
*
Fix a major source of "type unsafety", where a cast is neccesary, but can
Chris Lattner
2002-05-14
1
-2
/
+40
*
Implement elimination of loads
Chris Lattner
2002-05-14
1
-18
/
+176
*
Trivial cleanups
Chris Lattner
2002-05-13
1
-2
/
+2
*
Initial checkin of LICM pass
Chris Lattner
2002-05-10
1
-0
/
+262
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
17
-17
/
+109
*
Fix some bugs, straighten stuff out, more work needs to be done.
Chris Lattner
2002-05-10
1
-19
/
+33
*
* Add support for the -stats command line option to report how much is changed
Chris Lattner
2002-05-10
1
-2
/
+24
*
Initial checkin of the PiNodeInsertion pass
Chris Lattner
2002-05-10
1
-0
/
+185
*
Handle setcc <global*>, 0 instructions, Global pointers are never null!
Chris Lattner
2002-05-09
1
-4
/
+18
*
Give the longer name to the instruction that will probably be eliminated later
Chris Lattner
2002-05-09
1
-1
/
+2
*
Add ability to transform (x - (y - z)) into (x + (z - y))
Chris Lattner
2002-05-09
1
-0
/
+13
*
* Combine: A-(-B) -> A + B
Chris Lattner
2002-05-08
1
-10
/
+6
*
Initial checkin of expression reassociation pass
Chris Lattner
2002-05-08
1
-0
/
+198
*
Give the unified exit node a name
Chris Lattner
2002-05-07
1
-1
/
+1
*
Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll
Chris Lattner
2002-05-07
1
-46
/
+31
*
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-07
10
-10
/
+10
*
This doesn't use DCE!
Chris Lattner
2002-05-07
1
-1
/
+0
*
Move UnifyFunctionExitNodes to Utils library: final resting place this time
Chris Lattner
2002-05-07
2
-2
/
+2
*
fix comments and documentation in file
Chris Lattner
2002-05-07
1
-6
/
+4
*
Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp
Chris Lattner
2002-05-07
2
-93
/
+118
*
Cleanup implementation a bit
Chris Lattner
2002-05-07
1
-4
/
+6
[prev]
[next]