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
*
InstCombine: Check the operand types before merging fcmp ord & fcmp ord.
Benjamin Kramer
2013-04-12
1
-0
/
+3
*
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
2
-46
/
+254
*
Add debug prints.
Nadav Rotem
2013-04-12
1
-1
/
+5
*
Simplify (A & ~B) in icmp if A is a power of 2
David Majnemer
2013-04-12
1
-0
/
+9
*
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-12
1
-2
/
+0
*
Optimize icmp involving addition better
David Majnemer
2013-04-11
1
-0
/
+49
*
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
1
-0
/
+4
*
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
1
-1
/
+2
*
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
1
-2
/
+2
*
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
1
-4
/
+0
*
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-10
2
-1
/
+6
*
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-10
1
-22
/
+19
*
Fix some comment typos.
Bob Wilson
2013-04-09
1
-2
/
+2
*
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
5
-0
/
+707
*
Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...
Shuxin Yang
2013-04-08
1
-12
/
+14
*
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-07
1
-0
/
+1
*
Removed trailing whitespace.
Michael Gottesman
2013-04-05
1
-27
/
+27
*
An objc_retain can serve as a use for a different pointer.
Michael Gottesman
2013-04-05
1
-2
/
+3
*
Properly model precise lifetime when given an incomplete dataflow sequence.
Michael Gottesman
2013-04-05
1
-6
/
+20
*
Tidy up a bit. No functional change.
Jim Grosbach
2013-04-05
9
-259
/
+261
*
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-05
1
-11
/
+2
*
Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...
Michael Gottesman
2013-04-05
1
-0
/
+4
*
Cleaned up whitespace and made debug logging less verbose.
Michael Gottesman
2013-04-05
1
-114
/
+95
*
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-04
1
-2
/
+13
*
Reassociate: Avoid iterator invalidation.
Benjamin Kramer
2013-04-04
1
-7
/
+12
*
Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...
Michael Gottesman
2013-04-03
1
-25
/
+45
*
Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...
Michael Gottesman
2013-04-03
1
-18
/
+32
*
Small cleanups.
Michael Gottesman
2013-04-03
1
-14
/
+14
*
Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...
Michael Gottesman
2013-04-03
1
-22
/
+33
*
Removed an old comment.
Michael Gottesman
2013-04-03
1
-7
/
+0
*
Clean up arc annotations by moving the top/bottom BB annotations into conditi...
Michael Gottesman
2013-04-03
1
-58
/
+46
*
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-03
1
-16
/
+1
*
Improved comment. No functionality change.
Michael Gottesman
2013-04-03
1
-1
/
+2
*
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-02
1
-3
/
+3
*
Correct assertion condition
Shuxin Yang
2013-04-01
1
-1
/
+1
*
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-30
1
-1
/
+325
*
Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...
Michael Gottesman
2013-03-29
1
-1
/
+2
*
Removed trailing whitespace.
Michael Gottesman
2013-03-29
1
-15
/
+15
*
Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...
Michael Gottesman
2013-03-28
1
-37
/
+6
*
Minor simplification.
Bill Wendling
2013-03-28
1
-8
/
+4
*
Non optimizable objc_retainBlock calls are not forwarding.
Michael Gottesman
2013-03-28
1
-3
/
+0
*
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-03-28
1
-10
/
+45
*
[tsan] make sure memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
2013-03-28
1
-0
/
+52
*
Check if Type is a vector before calling function Type::getVectorNumElements.
Akira Hatanaka
2013-03-28
1
-3
/
+4
*
Use the full path when outputting the `.gcda' file.
Bill Wendling
2013-03-26
1
-5
/
+14
*
Make InstCombineCasts.cpp:OptimizeIntToFloatBitCast endian safe.
Ulrich Weigand
2013-03-26
1
-1
/
+9
*
[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...
Alexey Samsonov
2013-03-26
1
-17
/
+13
*
[ObjCARC Annotations] Added support for displaying the state of pointers at t...
Michael Gottesman
2013-03-26
2
-4
/
+147
*
[ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC d...
Michael Gottesman
2013-03-26
1
-5
/
+186
*
Fix a bug in fast-math fadd/fsub simplification.
Shuxin Yang
2013-03-25
1
-10
/
+43
[next]