index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt to fix breakage from r128782 reported by Francois Pichet on
Eli Friedman
2011-04-04
1
-0
/
+3
*
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
Eli Friedman
2011-04-02
1
-1
/
+4
*
Simplify.
Devang Patel
2011-03-21
1
-5
/
+4
*
If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...
Devang Patel
2011-03-18
1
-0
/
+24
*
Remove dead code.
Devang Patel
2011-03-18
1
-2
/
+0
*
Consider debug info intrinsics pointing to null value as dead instructions.
Devang Patel
2011-03-18
1
-1
/
+14
*
Try to not lose variable's debug info during instcombine.
Devang Patel
2011-03-17
1
-0
/
+26
*
Refactor into a separate utility function.
Devang Patel
2011-03-17
1
-0
/
+28
*
DenseMap<uintptr_t,...> doesn't allow all values as keys.
Jakob Stoklund Olesen
2011-03-04
1
-0
/
+2
*
If the phi node was used by an unreachable instruction that ends up using
Duncan Sands
2011-02-21
1
-2
/
+3
*
Simplify RecursivelyDeleteDeadPHINode. The only functionality change
Duncan Sands
2011-02-21
1
-28
/
+16
*
Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a
Nick Lewycky
2011-02-20
1
-7
/
+12
*
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
Nick Lewycky
2011-02-20
1
-5
/
+21
*
Make more passes preserve dominators (or state that they preserve dominators if
Cameron Zwarich
2011-01-08
1
-0
/
+7
*
Remove all uses of the "ugly" method BranchInst::setUnconditionalDest().
Jay Foad
2011-01-07
1
-5
/
+6
*
Make a bunch of symbols internal.
Benjamin Kramer
2010-12-30
1
-1
/
+2
*
don't lose TD info
Chris Lattner
2010-12-25
1
-1
/
+1
*
Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.
Chris Lattner
2010-12-25
1
-0
/
+92
*
remove the pointless check of MemoryUseIntrinsic from
Chris Lattner
2010-11-30
1
-3
/
+0
*
Have RemovePredecessorAndSimplify you SimplifyInstruction
Duncan Sands
2010-11-17
1
-4
/
+4
*
Teach SimplifyCFG how to simplify indirectbr instructions.
Dan Gohman
2010-08-14
1
-0
/
+3
*
make various clients of ReplaceAndSimplifyAllUses tolerate
Chris Lattner
2010-07-15
1
-2
/
+3
*
cache dereferenced iterators
Gabor Greif
2010-07-12
1
-3
/
+5
*
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-05-28
1
-105
/
+0
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-2
/
+2
*
fix PR6305 by handling BlockAddress in a helper function
Chris Lattner
2010-02-15
1
-0
/
+11
*
Fix pr6198 by moving the isSized() check to an outer conditional.
Bob Wilson
2010-02-01
1
-6
/
+8
*
Check alignment of loads when deciding whether it is safe to execute them
Bob Wilson
2010-01-30
1
-7
/
+14
*
Use uint64_t instead of unsigned for offsets and sizes.
Bob Wilson
2010-01-29
1
-3
/
+3
*
Improve isSafeToLoadUnconditionally to recognize that GEPs with constant
Bob Wilson
2010-01-29
1
-8
/
+61
*
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-21
1
-24
/
+0
*
add a helper function.
Chris Lattner
2010-01-12
1
-0
/
+24
*
Nick Lewycky pointed out that this code makes changes unconditionally.
Dan Gohman
2010-01-05
1
-1
/
+2
*
Use do+while instead of while for loops which obviously have a
Dan Gohman
2010-01-05
1
-2
/
+2
*
Make RecursivelyDeleteTriviallyDeadInstructions,
Dan Gohman
2010-01-05
1
-7
/
+12
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-4
/
+4
*
prune #includes.
Chris Lattner
2009-12-29
1
-2
/
+2
*
Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cpp
Jim Grosbach
2009-12-02
1
-0
/
+62
*
Don't trivially delete unused calls to llvm.invariant.start. This allows
Duncan Sands
2009-11-11
1
-0
/
+3
*
move some generally useful functions out of jump threading
Chris Lattner
2009-11-10
1
-2
/
+47
*
refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.
Chris Lattner
2009-11-10
1
-0
/
+171
*
remove a isFreeCall check: it is a callinst that can write to memory already.
Chris Lattner
2009-11-03
1
-3
/
+2
*
constant fold indirectbr(blockaddress(%bb)) -> br label %bb.
Chris Lattner
2009-11-01
1
-9
/
+46
*
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez
2009-10-27
1
-1
/
+1
*
Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...
Victor Hernandez
2009-10-26
1
-1
/
+1
*
Remove FreeInst.
Victor Hernandez
2009-10-26
1
-3
/
+2
*
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-24
1
-1
/
+2
*
Preserve ProfileInfo during CodeGenPrepare.
Andreas Neustifter
2009-09-16
1
-1
/
+9
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-4
/
+2
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-3
/
+3
[next]