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
*
remove debug
Chris Lattner
2009-12-31
1
-1
/
+1
*
teach reassociate to factor x+x+x -> x*3. While I'm at it,
Chris Lattner
2009-12-31
1
-22
/
+70
*
change reassociate to use SmallVector for its key datastructures
Chris Lattner
2009-12-31
1
-15
/
+18
*
change an if to an assert, fix comment.
Chris Lattner
2009-12-31
1
-4
/
+4
*
move the rest of the add optimization code out to OptimizeAdd,
Chris Lattner
2009-12-31
1
-93
/
+94
*
factor statistic updating better.
Chris Lattner
2009-12-31
1
-19
/
+9
*
simple fix for an incorrect factoring which causes a
Chris Lattner
2009-12-31
1
-0
/
+7
*
factor code out into helper functions.
Chris Lattner
2009-12-31
1
-88
/
+109
*
switch some std::vector's to smallvector. Reduce nesting.
Chris Lattner
2009-12-31
1
-54
/
+57
*
use more modern datastructures.
Chris Lattner
2009-12-31
1
-4
/
+5
*
clean up -debug output.
Chris Lattner
2009-12-31
1
-3
/
+4
*
fix Analysis/DebugInfo.h to not include Metadata.h. Do this
Chris Lattner
2009-12-31
1
-0
/
+1
*
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-12-31
1
-3
/
+3
*
Use an array instead of a SmallVector.
Benjamin Kramer
2009-12-29
1
-7
/
+7
*
prune #includes.
Chris Lattner
2009-12-29
1
-2
/
+2
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
2
-6
/
+3
*
remove useless argument.
Chris Lattner
2009-12-29
1
-8
/
+7
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
2
-8
/
+14
*
split code that doesn't need to be templated out of IRBuilder into a new
Chris Lattner
2009-12-28
1
-0
/
+1
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
2
-4
/
+2
*
Metadata.h doesn't need to include ValueHandle.h anymore.
Chris Lattner
2009-12-28
1
-0
/
+1
*
move an optimization for memcmp out of simplifylibcalls and into
Chris Lattner
2009-12-24
1
-13
/
+0
*
reorder to follow a normal fall-through style, no functionality change.
Chris Lattner
2009-12-23
1
-4
/
+3
*
Remove dump routine and the associated Debug.h from a header. Patch up
David Greene
2009-12-23
1
-36
/
+36
*
Update objectsize intrinsic and associated dependencies. Fix
Eric Christopher
2009-12-23
1
-1
/
+1
*
Fix the Convert to scalar to not insert dead loads in the store case. The
Chris Lattner
2009-12-22
1
-2
/
+12
*
fix some fixme's by using twines
Chris Lattner
2009-12-22
1
-6
/
+2
*
Generalize SROA to allow the first index of a GEP to be non-zero. Add a
Bob Wilson
2009-12-22
1
-23
/
+4
*
Implement PR5795 by merging duplicated return blocks. This could go further
Chris Lattner
2009-12-22
1
-0
/
+72
*
The phi translated pointer can be computed when returning a partially cached ...
Chris Lattner
2009-12-22
1
-1
/
+1
*
Whitespace fixes.
Eric Christopher
2009-12-22
1
-4
/
+4
*
Add suggested parentheses.
Daniel Dunbar
2009-12-21
1
-4
/
+4
*
Add a fastpath to Load GVN to special case when we have exactly one dominating
Chris Lattner
2009-12-21
1
-2
/
+10
*
refactor some code out to a new helper method.
Chris Lattner
2009-12-21
1
-22
/
+27
*
improve indentation avoid a pointless conversion from weakvh to trackingvh,
Chris Lattner
2009-12-21
1
-3
/
+3
*
Remove special-case SROA optimization of variable indexes to one-element and
Bob Wilson
2009-12-21
1
-141
/
+30
*
revert r89298, which was committed without a testcase. I think
Chris Lattner
2009-12-21
1
-6
/
+0
*
fix PR5837 by having SSAUpdate reuse phi nodes for the
Chris Lattner
2009-12-21
1
-1
/
+23
*
give instcombine some helper functions for matching MIN and MAX, and
Chris Lattner
2009-12-21
1
-10
/
+118
*
enhance x-(-A) -> x+A to preserve NUW/NSW.
Chris Lattner
2009-12-21
1
-11
/
+47
*
Optimize all cases of "icmp (X+Cst), X" to something simpler. This triggers
Chris Lattner
2009-12-21
1
-3
/
+74
*
Fix a bunch of little errors that Clang complains about when its being pedantic
Douglas Gregor
2009-12-19
1
-1
/
+1
*
fix PR5827 by disabling the phi slicing transformation in a case
Chris Lattner
2009-12-19
1
-1
/
+20
*
Update my SROA changes in response to review.
Bob Wilson
2009-12-19
1
-33
/
+38
*
Reapply 91459 with a simple fix for the problem that broke the x86_64-darwin
Bob Wilson
2009-12-18
1
-405
/
+425
*
Optimize icmp of null and select of two constants even if the select has
Eli Friedman
2009-12-18
1
-15
/
+17
*
Eliminte unnecessary uses of <cstdio>.
Dan Gohman
2009-12-18
2
-5
/
+3
*
Add Loop contains utility methods for testing whether a loop
Dan Gohman
2009-12-18
7
-26
/
+26
*
Minor code simplification.
Dan Gohman
2009-12-18
1
-4
/
+1
*
Don't pass const pointers by reference.
Dan Gohman
2009-12-18
1
-13
/
+13
[next]