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
...
*
Fix the inliner to always delete any edges from the external call node to
Chris Lattner
2004-09-18
1
-8
/
+7
*
Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates
Chris Lattner
2004-09-18
1
-39
/
+33
*
Make sure to remove the Select instruction as well
Chris Lattner
2004-09-18
1
-0
/
+1
*
Fix typo in comment
Chris Lattner
2004-09-17
1
-1
/
+1
*
Add a newline
Chris Lattner
2004-09-15
1
-0
/
+1
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
12
-48
/
+63
*
Fix a bug in the previous checkin that broke 255.vortex
Chris Lattner
2004-09-15
1
-1
/
+1
*
Make sure to update alias analysis information as we transform the function.
Chris Lattner
2004-09-15
1
-21
/
+57
*
If given an AliasSetTracker object to update, update it.
Chris Lattner
2004-09-15
1
-20
/
+81
*
Remove a long-dead pass. Actually, this pass was never used at all.
Chris Lattner
2004-09-14
1
-182
/
+0
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
4
-1
/
+4
*
Changes For Bug 352
Reid Spencer
2004-09-01
54
-108
/
+108
*
Initial checkin of a pass to lower packed operations to scalars operations.
Reid Spencer
2004-08-21
1
-0
/
+359
*
If we are linking two global variables and they have the same size, do not
Chris Lattner
2004-08-20
1
-8
/
+9
*
Implement test/Regression/Transforms/GlobalConstifier/phi-select.llx
Chris Lattner
2004-08-14
1
-6
/
+16
*
If we are extracting a block that has multiple successors that are the same
Chris Lattner
2004-08-13
1
-2
/
+11
*
When we code extract some stuff, leave the codeRepl block in the place where
Chris Lattner
2004-08-13
1
-1
/
+1
*
"extract" the block extractor pass from bugpoint (haha)
Chris Lattner
2004-08-13
1
-0
/
+53
*
Add value mapper support for select constant exprs. This should fix a bug
Chris Lattner
2004-08-13
1
-0
/
+5
*
This patch makes the inliner refuse to inline functions that have alloca
Chris Lattner
2004-08-12
1
-25
/
+57
*
Fix code extraction of unwind blocks. This fixed bugs that bugpoint can
Chris Lattner
2004-08-12
1
-9
/
+12
*
Hrm, this pass didn't compile. This bugfix should go into 1.3!
Chris Lattner
2004-08-12
1
-0
/
+1
*
Fix InstCombine/2004-08-10-BoolSetCC.ll, a bug that is miscompiling
Chris Lattner
2004-08-11
1
-22
/
+21
*
Fix InstCombine/2004-08-09-RemInfLoop.llx
Chris Lattner
2004-08-09
1
-1
/
+1
*
Fix another really nasty regression that Anshu pointed out. In cases where
Chris Lattner
2004-08-08
1
-24
/
+24
*
Two fixes:
Chris Lattner
2004-08-08
1
-3
/
+2
*
This DEBUG is buggy. comment it out because it's not worth fixing. This
Chris Lattner
2004-08-08
1
-1
/
+2
*
Stop using getValues().
Alkis Evlogimenos
2004-08-04
3
-20
/
+18
*
Fix a regression in InstCombine/xor.ll
Chris Lattner
2004-08-01
1
-2
/
+2
*
Expose this as a functionpass
Chris Lattner
2004-07-31
1
-1
/
+3
*
Fix De Morgan's name.
Misha Brukman
2004-07-30
1
-2
/
+2
*
Start using the PatternMatcher a bit.
Chris Lattner
2004-07-30
1
-112
/
+88
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+0
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
24
-49
/
+25
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
7
-15
/
+7
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
4
-8
/
+4
*
This change fixed a bug in the function visitMul. The prior version
Robert Bocchino
2004-07-27
1
-3
/
+3
*
Make the create...() functions for some of these passes return a FunctionPass *.
Brian Gaeke
2004-07-27
2
-2
/
+2
*
Fix hoisting of void typed values, e.g. calls
Chris Lattner
2004-07-27
1
-7
/
+13
*
Implement DeadStoreElim/alloca.llx by observing that allocas are dead at the
Chris Lattner
2004-07-26
1
-1
/
+4
*
Throttle back indvar substitution from creating multiplies in loops. This is...
Chris Lattner
2004-07-26
1
-3
/
+3
*
* Substantially simplify how free instructions are handled (potentially fixing
Chris Lattner
2004-07-25
1
-43
/
+52
*
Free instructions kill values too. This implements DeadStoreElim/free.llx
Chris Lattner
2004-07-25
1
-4
/
+13
*
obvious fix
Chris Lattner
2004-07-24
1
-0
/
+1
*
This is a trivial dead store elimination pass. It very very simple and
Chris Lattner
2004-07-22
1
-0
/
+139
*
Update GC intrinsics to take a pointer to the object as well as a pointer
Chris Lattner
2004-07-22
1
-5
/
+8
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
7
-8
/
+0
*
* Further cleanup.
Chris Lattner
2004-07-21
1
-9
/
+27
*
Make cast-cast code a bit more defensive
Chris Lattner
2004-07-21
1
-32
/
+42
*
Remove special casing of pointers and treat them generically as integers of
Chris Lattner
2004-07-21
1
-8
/
+5
[prev]
[next]