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
/
include
/
llvm
/
Transforms
/
Utils
/
Local.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+2
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-2
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-8
/
+8
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-5
/
+9
*
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
1
-2
/
+5
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-2
/
+2
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
1
-0
/
+61
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
1
-0
/
+4
*
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-05-22
1
-2
/
+4
*
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
Eli Friedman
2011-04-02
1
-4
/
+0
*
If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...
Devang Patel
2011-03-18
1
-0
/
+6
*
Try to not lose variable's debug info during instcombine.
Devang Patel
2011-03-17
1
-0
/
+5
*
Refactor into a separate utility function.
Devang Patel
2011-03-17
1
-0
/
+12
*
If the phi node was used by an unreachable instruction that ends up using
Duncan Sands
2011-02-21
1
-1
/
+1
*
Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.
Chris Lattner
2010-12-25
1
-0
/
+12
*
Revert r114097, adding back in the assertion against replacing an Instruction...
Owen Anderson
2010-09-16
1
-0
/
+4
*
Teach SimplifyCFG how to simplify indirectbr instructions.
Dan Gohman
2010-08-14
1
-2
/
+0
*
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-05-28
1
-11
/
+0
*
Teach SimplifyCFG about magic pointer constants.
Jakob Stoklund Olesen
2010-02-05
1
-1
/
+1
*
Check alignment of loads when deciding whether it is safe to execute them
Bob Wilson
2010-01-30
1
-1
/
+1
*
Improve isSafeToLoadUnconditionally to recognize that GEPs with constant
Bob Wilson
2010-01-29
1
-1
/
+2
*
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-21
1
-7
/
+0
*
add a helper function.
Chris Lattner
2010-01-12
1
-0
/
+8
*
Make RecursivelyDeleteTriviallyDeadInstructions,
Dan Gohman
2010-01-05
1
-4
/
+5
*
convert various IntrinsicInst's to use class instead of struct.
Chris Lattner
2010-01-05
1
-1
/
+1
*
Eliminate unnecessary LLVMContexts.
Dan Gohman
2009-12-18
1
-1
/
+0
*
Make EliminateDuplicatePHINodes() available as a utility function
Jim Grosbach
2009-11-19
1
-1
/
+8
*
move some generally useful functions out of jump threading
Chris Lattner
2009-11-10
1
-0
/
+15
*
refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.
Chris Lattner
2009-11-10
1
-1
/
+8
*
Preserve ProfileInfo during CodeGenPrepare.
Andreas Neustifter
2009-09-16
1
-1
/
+1
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...
Owen Anderson
2009-07-15
1
-3
/
+2
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-2
/
+5
*
Teach LoopSimplify how to merge multiple loop exits into a single exit,
Dan Gohman
2009-06-27
1
-0
/
+7
*
Remove unused routines.
Devang Patel
2009-06-26
1
-7
/
+0
*
Generalize instcombine's isSafeToLoadUnconditionally() function
Chris Lattner
2009-06-16
1
-0
/
+10
*
Re-apply 70645, converting ScalarEvolution to use
Dan Gohman
2009-05-04
1
-25
/
+2
*
Revert r70645 for now; it's causing a variety of regressions.
Dan Gohman
2009-05-03
1
-2
/
+25
*
Convert ScalarEvolution to use CallbackVH for its internal map. This
Dan Gohman
2009-05-02
1
-25
/
+2
*
Previously, RecursivelyDeleteDeadInstructions provided an option
Dan Gohman
2009-05-02
1
-5
/
+30
*
Add "check/remove dbg var" helper routines.
Devang Patel
2009-03-06
1
-0
/
+9
*
Unbreak the build on win32.
Cedric Venet
2009-02-14
1
-1
/
+1
*
Enable scalar replacement of AllocaInst whose one of the user is dbg info.
Devang Patel
2009-02-10
1
-0
/
+6
*
Revert rev. 63876. It is causing llvm-gcc bootstrap failure.
Devang Patel
2009-02-05
1
-8
/
+0
*
Ignore dbg intrinsics while propagating conditional expression info.
Devang Patel
2009-02-05
1
-0
/
+8
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-4
/
+7
*
Factor some code into a new FoldSingleEntryPHINodes method.
Chris Lattner
2008-12-03
1
-1
/
+1
*
Enhance RecursivelyDeleteTriviallyDeadInstructions to optionally
Chris Lattner
2008-11-27
1
-2
/
+6
[next]