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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch to make some xforms preserve each other. Patch contributed by
Chris Lattner
2006-05-09
1
-0
/
+4
*
Fix some nondeterminstic behavior in the mem2reg pass that (in addition to
Chris Lattner
2006-04-27
1
-20
/
+38
*
Add supprot for shufflevector
Chris Lattner
2006-04-08
2
-0
/
+10
*
Fix inlining of insert/extract element constantexprs
Chris Lattner
2006-04-07
1
-0
/
+9
*
Adjust to change in Intrinsics.gen interface.
Chris Lattner
2006-04-02
1
-0
/
+1
*
add valuemapper support for inline asm
Chris Lattner
2006-04-01
1
-1
/
+1
*
teach the inliner to work with packed constants
Chris Lattner
2006-03-27
1
-0
/
+19
*
use autogenerated side-effect information
Chris Lattner
2006-03-09
1
-27
/
+5
*
Fix Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll
Chris Lattner
2006-02-18
1
-2
/
+8
*
Canonicalize inner loops before outer loops. Inner loop canonicalization
Chris Lattner
2006-02-14
1
-4
/
+5
*
When splitting exit edges to canonicalize loops, make sure to put the new
Chris Lattner
2006-02-14
1
-18
/
+20
*
Revert my last patch. It too breaks stuff
Chris Lattner
2006-02-12
1
-12
/
+6
*
Fix for my previously reverted patch
Chris Lattner
2006-02-11
1
-6
/
+12
*
revert my previous change, it exposed other problems.
Chris Lattner
2006-02-11
1
-1
/
+1
*
Make this check stricter. Disallow loop exit blocks from being shared by
Chris Lattner
2006-02-11
1
-4
/
+7
*
remove dead expr
Chris Lattner
2006-02-11
1
-1
/
+0
*
teach the cloner to handle inline asms
Chris Lattner
2006-01-26
1
-9
/
+1
*
rename method
Chris Lattner
2006-01-24
1
-1
/
+1
*
When cloning a module, clone the inline asm.
Chris Lattner
2006-01-23
1
-0
/
+1
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
2
-0
/
+2
*
ConstantFoldLoadThroughGEPConstantExpr wasn't handling pointers to
Robert Bocchino
2006-01-19
1
-9
/
+22
*
Make sure that cloning a module clones its target triple and dependent
Chris Lattner
2006-01-18
1
-3
/
+7
*
Constant folding support for the insertelement operation.
Robert Bocchino
2006-01-17
1
-0
/
+3
*
For PR411:
Reid Spencer
2006-01-16
1
-5
/
+16
*
Teach the inliner to update the CallGraph itself, and have it add edges to
Chris Lattner
2006-01-14
1
-4
/
+53
*
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2006-01-14
1
-0
/
+3
*
it is ok to dce stacksave.
Chris Lattner
2006-01-13
1
-0
/
+1
*
If inlining a call to a function that contains dynamic allocas, wrap the
Chris Lattner
2006-01-13
1
-0
/
+30
*
Use ClonedCodeInfo to avoid another walk over the inlined code, this this
Chris Lattner
2006-01-13
1
-2
/
+4
*
Use the ClonedCodeInfo object to avoid scans of the inlined code when
Chris Lattner
2006-01-13
1
-62
/
+67
*
Refactor a bunch of invoke handling stuff out into a new function
Chris Lattner
2006-01-13
1
-88
/
+108
*
Allow the code cloning interfaces to capture some important info about the
Chris Lattner
2006-01-13
1
-11
/
+35
*
Fix a bug I noticed by inspection: if the first instruction in the inlined
Chris Lattner
2006-01-13
1
-5
/
+3
*
Preserve and update ETForest. Patch by Daniel Berlin
Chris Lattner
2006-01-11
1
-0
/
+5
*
Added support for the extractelement operation.
Robert Bocchino
2006-01-10
1
-0
/
+2
*
Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin!
Chris Lattner
2006-01-09
1
-0
/
+19
*
Fix SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
Chris Lattner
2005-12-03
1
-8
/
+14
*
Implement a refinement to the mem2reg algorithm for cases where an alloca
Chris Lattner
2005-11-18
1
-0
/
+55
*
This needs proper dominance
Chris Lattner
2005-11-18
1
-5
/
+14
*
Fix #include order
Chris Lattner
2005-10-27
1
-1
/
+1
*
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-10-27
2
-142
/
+2
*
1. Remove libraries no longer created from the list of libraries linked into the
John Criswell
2005-10-26
1
-1
/
+0
*
Update Visual Studio projects to reflect moved file.
Jeff Cohen
2005-10-26
1
-0
/
+855
*
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
1
-1
/
+0
*
Only build .a file versions of these libraries, instead of .a and .o versions.
Chris Lattner
2005-10-24
1
-0
/
+2
*
Fix DemoteRegToStack on an invoke. This fixes PR634.
Chris Lattner
2005-10-04
1
-1
/
+2
*
Clean up the code a bit. Use isInstructionTriviallyDead to be more aggressive
Chris Lattner
2005-10-03
1
-4
/
+8
*
Constant fold llvm.sqrt
Chris Lattner
2005-09-28
1
-1
/
+9
*
allow demotion to volatile values, add support for invoke
Chris Lattner
2005-09-27
1
-12
/
+15
*
Move the ConstantFoldLoadThroughGEPConstantExpr function out of the InstCombine
Chris Lattner
2005-09-26
1
-1
/
+45
[next]