index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for testcase Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.ll
Chris Lattner
2005-02-12
1
-0
/
+2
*
Localize globals if they are only used in main(). This replaces the
Alkis Evlogimenos
2005-02-10
1
-0
/
+40
*
Fix crash on MallocInsts of unsized types.
Alkis Evlogimenos
2005-02-02
1
-1
/
+2
*
API change.
Chris Lattner
2005-02-01
1
-1
/
+1
*
Adjust to changes in APIs
Chris Lattner
2005-02-01
2
-16
/
+10
*
Hacks to make this ugly ugly code work with the new use lists.
Chris Lattner
2005-02-01
1
-17
/
+12
*
Implement InstCombine/cast.ll:test25, a case that occurs many times
Chris Lattner
2005-01-31
1
-0
/
+56
*
Implement the trivial cases in InstCombine/store.ll
Chris Lattner
2005-01-31
1
-1
/
+38
*
Implement Transforms/InstCombine/cast-load-gep.ll, which allows us to devirtu...
Chris Lattner
2005-01-31
1
-15
/
+29
*
Adjust to changes in instruction interfaces.
Chris Lattner
2005-01-29
3
-10
/
+11
*
Switchinst takes a hint for the number of cases it will have.
Chris Lattner
2005-01-29
1
-1
/
+1
*
switchinst ctor now takes a hint for the number of cases that it will have.
Chris Lattner
2005-01-29
2
-3
/
+3
*
Adjust Valuehandle to hold its operand directly in it.
Chris Lattner
2005-01-29
2
-7
/
+7
*
* add some DEBUG statements
Chris Lattner
2005-01-28
1
-3
/
+10
*
Add a dependency to the trace library so that it gets pulled in
Alkis Evlogimenos
2005-01-25
1
-1
/
+3
*
Get rid of a several dozen more and instructions in specint.
Chris Lattner
2005-01-23
1
-5
/
+36
*
Handle comparisons of gep instructions that have different typed indices
Chris Lattner
2005-01-21
1
-5
/
+9
*
Add two optimizations. The first folds (X+Y)-X -> Y
Chris Lattner
2005-01-19
1
-2
/
+89
*
Fix 'raise' to work with packed types. Patch by Morten Ofstad.
Chris Lattner
2005-01-19
1
-1
/
+1
*
Delete PHI nodes that are not dead but are locked in a cycle of single
Chris Lattner
2005-01-17
1
-0
/
+26
*
Move code out of indentation one level to make it easier to read.
Chris Lattner
2005-01-17
1
-60
/
+64
*
Fix some bugs in an xform added yesterday. This fixes Prolangs-C/allroots.
Chris Lattner
2005-01-14
1
-2
/
+2
*
Fix a compile crash on spiff
Chris Lattner
2005-01-14
1
-7
/
+4
*
if two gep comparisons only differ by one index, compare that index directly.
Chris Lattner
2005-01-14
1
-0
/
+28
*
Do not overrun iterators. This fixes a 176.gcc crash
Chris Lattner
2005-01-13
1
-2
/
+1
*
Turn select C, (X+Y), (X-Y) --> (X+(select C, Y, (-Y))). This occurs in
Chris Lattner
2005-01-13
1
-0
/
+53
*
Implement an optimization for == and != comparisons like this:
Chris Lattner
2005-01-13
1
-1
/
+63
*
Fix some bugs in code I didn't mean to check in.
Chris Lattner
2005-01-13
1
-5
/
+12
*
Fix a crash compiling 129.compress
Chris Lattner
2005-01-13
1
-6
/
+109
*
Add the LOADABLE_MODULE=1 directive to indicate that this shared library is
Reid Spencer
2005-01-11
1
-0
/
+1
*
Apply feedback from Chris.
Jeff Cohen
2005-01-10
1
-2
/
+2
*
Fix VS warnings
Chris Lattner
2005-01-08
2
-13
/
+13
*
Fix VS warnings.
Chris Lattner
2005-01-08
2
-4
/
+5
*
Fix uint64_t -> unsigned VS warnings.
Chris Lattner
2005-01-08
2
-12
/
+13
*
Silence VS warnings.
Chris Lattner
2005-01-08
1
-5
/
+7
*
Silence warnings
Chris Lattner
2005-01-08
2
-3
/
+4
*
Add more missing createXxxPass functions.
Jeff Cohen
2005-01-08
3
-0
/
+9
*
Convert tabs to spaces
Misha Brukman
2005-01-07
1
-3
/
+2
*
Add missing createXxxPass functions
Jeff Cohen
2005-01-07
4
-0
/
+20
*
Add missing include
Jeff Cohen
2005-01-07
1
-0
/
+1
*
Put createLoopUnswitchPass() into proper namespace
Jeff Cohen
2005-01-06
1
-1
/
+1
*
Add missing include
Jeff Cohen
2005-01-06
1
-0
/
+1
*
This is a bulk commit that implements the following primary improvements:
Chris Lattner
2005-01-01
1
-78
/
+268
*
Implement SimplifyCFG/DeadSetCC.ll
Chris Lattner
2005-01-01
1
-0
/
+8
*
Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStor...
Chris Lattner
2004-12-29
1
-1
/
+2
*
Adjust to new interfaces
Chris Lattner
2004-12-15
1
-2
/
+3
*
Constant exprs are not efficiently negatable in practice. This disables
Chris Lattner
2004-12-14
1
-4
/
+3
*
Fix link error in PPC optimized build of 'opt'.
Brian Gaeke
2004-12-13
1
-0
/
+1
*
Get rid of getSizeOf, using ConstantExpr::getSizeOf instead.
Chris Lattner
2004-12-13
1
-20
/
+33
*
Change indentation of a whole bunch of code, no real changes here.
Chris Lattner
2004-12-12
1
-105
/
+105
[next]