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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Duraid Madina
2006-09-04
1
-10
/
+10
*
Make ArgumentPromotion handle recursive functions that pass pointers in their...
Owen Anderson
2006-09-02
1
-11
/
+33
*
Improve handling of SelectInst.
Nick Lewycky
2006-09-02
1
-31
/
+44
*
Don't confuse canonicalize and lookup. Fixes predsimplify.reg4.ll. Also
Nick Lewycky
2006-09-01
1
-21
/
+20
*
Properties where both Values weren't in the union (as being equal to
Nick Lewycky
2006-08-31
1
-24
/
+18
*
Move to using the EquivalenceClass ADT. Removes SynSets.
Nick Lewycky
2006-08-30
1
-165
/
+92
*
Do not rely on std::sort and std::erase to get list of unique
Devang Patel
2006-08-29
1
-10
/
+4
*
Clean up a bit.
Owen Anderson
2006-08-29
1
-51
/
+32
*
Add PredicateSimplifier pass. Collapses equal variables into one form
Nick Lewycky
2006-08-28
1
-0
/
+744
*
Make LoopUnroll fold excessive BasicBlocks. This results in a significant sp...
Owen Anderson
2006-08-28
1
-9
/
+89
*
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-28
2
-3
/
+3
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
57
-79
/
+84
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
11
-11
/
+11
*
Fix a crash related to updating Phi nodes in the original header block. This...
Owen Anderson
2006-08-25
1
-1
/
+2
*
Add an assertion to check that we're really preserving LCSSA.
Owen Anderson
2006-08-25
1
-0
/
+2
*
Reapply the indvars patch, since nothing blew up last night.
Owen Anderson
2006-08-25
1
-0
/
+1
*
Revert my previous patch. Since there are some major changes that went in to...
Owen Anderson
2006-08-25
1
-3
/
+0
*
Specify that indvars actually preserve LCSSA. This has been done for a whil...
Owen Anderson
2006-08-25
1
-0
/
+3
*
Implement unrolling of multiblock loops. This significantly improves the
Owen Anderson
2006-08-24
1
-127
/
+125
*
Fix a grammaro in a comment.
Reid Spencer
2006-08-18
1
-1
/
+1
*
Handle single-entry PHI nodes correctly. This fixes PR877 and
Chris Lattner
2006-08-14
1
-1
/
+11
*
Don't attempt to split subloops out of a loop with a huge number of backedges.
Chris Lattner
2006-08-12
1
-8
/
+19
*
Reimplement the loopsimplify code which deletes edges from unreachable
Chris Lattner
2006-08-12
1
-29
/
+53
*
Make this example pass use some things from lib/Support (EscapeString,
Reid Spencer
2006-08-07
1
-2
/
+15
*
For PR780:
Reid Spencer
2006-08-07
1
-1
/
+1
*
Fix PR867 (and maybe 868) and testcsae:
Chris Lattner
2006-08-03
1
-6
/
+25
*
Changes:
Chris Lattner
2006-08-03
1
-17
/
+46
*
Add special check to avoid isLoop call. Simple, but doesn't seem to speed
Chris Lattner
2006-08-02
1
-2
/
+2
*
Replace the SSA update code in LCSSA with a bottom-up approach instead of a top
Chris Lattner
2006-08-02
1
-125
/
+95
*
Add some advice
Chris Lattner
2006-07-27
5
-0
/
+0
*
Minor comment tweaks
Chris Lattner
2006-07-20
1
-6
/
+5
*
Make it fit into 80 cols.
Devang Patel
2006-07-20
1
-2
/
+2
*
Add new constructor to accept vector of exported names while creating
Devang Patel
2006-07-20
1
-0
/
+12
*
Add an assertion.
Owen Anderson
2006-07-19
1
-0
/
+2
*
Make LoopUnroll not die on LCSSA Phis. This makes lencod work again.
Owen Anderson
2006-07-19
1
-0
/
+6
*
Fix a error that hadn't yet cause any problems, but I'm sure it would have
Owen Anderson
2006-07-19
1
-1
/
+1
*
silence warnings in a release build
Chris Lattner
2006-07-18
1
-1
/
+1
*
Only reuse a previous IV if it would not require a type conversion.
Evan Cheng
2006-07-18
1
-14
/
+17
*
eliminate some ugly code, using ConstantExpr::getWithOperands instead.
Chris Lattner
2006-07-14
1
-35
/
+4
*
Hopefully the final attempt at making IndVars preserve LCSSA.
Owen Anderson
2006-07-14
1
-2
/
+30
*
Revert this patch temporarily until PR831 is fixed.
Chris Lattner
2006-07-13
1
-31
/
+15
*
Handle instructions in the map, but that map to a null pointer.
Chris Lattner
2006-07-12
1
-1
/
+2
*
IndVars now (correctly) preserves LCSSA form.
Owen Anderson
2006-07-12
1
-15
/
+31
*
In addition to deleting calls, the inliner can constant fold them as well.
Chris Lattner
2006-07-12
1
-2
/
+4
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
2
-39
/
+48
*
Silence a warning produced in assertions-disabled mode
Chris Lattner
2006-07-11
1
-1
/
+1
*
Revert my indvars changes because they were breaking things. Unfortunately this
Owen Anderson
2006-07-11
1
-29
/
+15
*
Add a comment, and fix a typo that broke the build.
Owen Anderson
2006-07-10
1
-1
/
+2
*
Don't indent the entire function.
Owen Anderson
2006-07-10
1
-50
/
+49
*
Recognize 16-bit bswaps by relaxing overconstrained pattern.
Chris Lattner
2006-07-10
1
-2
/
+5
[next]