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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r97245 which seems to be causing performance problems.
Bob Wilson
2010-02-28
1
-2
/
+1
*
Move the EnableFullLoadPRE flag from a separate command-line option to an
Bob Wilson
2010-02-26
1
-1
/
+2
*
Remove unused "NoPRE" parameter in GVN and createGVNPass().
Bob Wilson
2010-02-26
1
-1
/
+1
*
Rename SuccessorNumber to GetSuccessorNumber.
Bob Wilson
2010-02-16
1
-4
/
+5
*
Refactor to share code to find the position of a basic block successor in the
Bob Wilson
2010-02-16
1
-0
/
+5
*
Pull these back out, they're a little too aggressive and time
Eric Christopher
2010-02-09
1
-6
/
+0
*
Add a new pass to do llvm.objsize lowering using SCEV.
Eric Christopher
2010-02-09
1
-0
/
+6
*
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-06
1
-3
/
+4
*
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
*
Don't bother with sprintf, just pass the Twine through.
Benjamin Kramer
2010-01-27
1
-1
/
+2
*
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-21
1
-7
/
+0
*
Move per-function inline threshold calculation to a method.
Jakob Stoklund Olesen
2010-01-20
1
-0
/
+6
*
add a helper function.
Chris Lattner
2010-01-12
1
-0
/
+8
*
Make RecursivelyDeleteTriviallyDeadInstructions,
Dan Gohman
2010-01-05
2
-6
/
+8
*
convert various IntrinsicInst's to use class instead of struct.
Chris Lattner
2010-01-05
1
-1
/
+1
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
1
-5
/
+0
*
remove the random sampling framework, which is not maintained anymore.
Chris Lattner
2010-01-02
1
-10
/
+0
*
comment fix: weakvh -> tracking vh
Chris Lattner
2009-12-22
1
-2
/
+2
*
Eliminate unnecessary LLVMContexts.
Dan Gohman
2009-12-18
2
-2
/
+0
*
Pull LLVMContext out of PromoteMemToReg.
Nick Lewycky
2009-11-23
1
-2
/
+0
*
Make EliminateDuplicatePHINodes() available as a utility function
Jim Grosbach
2009-11-19
1
-1
/
+8
*
Add an option for running GVN with redundant load processing disabled.
Dan Gohman
2009-11-14
1
-1
/
+1
*
remove the now dead condprop pass, PR3906.
Chris Lattner
2009-11-11
1
-8
/
+0
*
Implement support to debug inlined functions.
Devang Patel
2009-11-10
1
-1
/
+3
*
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
*
Make a few more LLVM headers parsable as standalone headers.
Douglas Gregor
2009-11-05
2
-0
/
+5
*
Improve the other instance of the comment.
Duncan Sands
2009-11-01
1
-1
/
+1
*
update the comment above llvm::SplitCriticalEdge, and make
Chris Lattner
2009-10-31
1
-3
/
+9
*
Revert r85667. LoopUnroll currently can't call utility functions which
Dan Gohman
2009-10-31
1
-5
/
+3
*
Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into
Dan Gohman
2009-10-31
1
-3
/
+5
*
Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability
Dan Gohman
2009-10-31
1
-6
/
+0
*
Add option to createGVNPass to disable PRE.
Evan Cheng
2009-10-30
1
-1
/
+1
*
Add ABCD, a generalized implementation of the Elimination of Array Bounds
Nick Lewycky
2009-10-28
1
-0
/
+6
*
Forgot to commit these.
Owen Anderson
2009-10-26
1
-0
/
+6
*
Remove FreeInst.
Victor Hernandez
2009-10-26
1
-9
/
+0
*
Check in the experimental GEP splitter pass. This pass splits complex
Dan Gohman
2009-10-26
1
-0
/
+6
*
MapValue doesn't needs its LLVMContext argument.
Dan Gohman
2009-10-24
1
-2
/
+1
*
Add an explicit keyword.
Dan Gohman
2009-10-24
1
-1
/
+1
*
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-24
1
-7
/
+0
*
remove the IndMemRemPass, which only made sense for when malloc/free were int...
Chris Lattner
2009-10-18
1
-4
/
+0
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
1
-3
/
+2
*
Strip trailing white space.
Duncan Sands
2009-10-16
1
-10
/
+10
*
Move the InlineCost code from Transforms/Utils to Analysis.
Dan Gohman
2009-10-13
2
-173
/
+1
*
Start refactoring the inline cost estimation code so that it can be used
Dan Gohman
2009-10-13
1
-8
/
+16
*
add a simple helper method.
Chris Lattner
2009-10-10
1
-0
/
+4
*
add ability for clients of SSAUpdater to find out about the
Chris Lattner
2009-10-10
1
-1
/
+10
*
add the ability to get a rewritten value from the middle of a block,
Chris Lattner
2009-10-10
1
-3
/
+27
[next]