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
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
1
-3
/
+2
*
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-09
2
-3
/
+3
*
Code cleanup: refactor the switch statements in the generation of reduction v...
Nadav Rotem
2013-01-08
1
-59
/
+28
*
Rename the enum members to match the LLVM coding style.
Nadav Rotem
2013-01-08
1
-25
/
+25
*
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-08
1
-1
/
+6
*
LoopVectorizer: Add support for floating point reductions
Nadav Rotem
2013-01-07
1
-58
/
+91
*
Cosmetical changne in order to conform to coding std.
Shuxin Yang
2013-01-07
1
-5
/
+6
*
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-07
1
-3
/
+15
*
This change is to implement following rules:
Shuxin Yang
2013-01-07
2
-0
/
+129
*
Fixed EOL whitespace.
Michael Gottesman
2013-01-07
1
-29
/
+29
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
2
-0
/
+71
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
2
-2
/
+2
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
3
-3
/
+3
*
Remove the long defunct 'DefaultPasses' header. We have a pass manager
Chandler Carruth
2013-01-07
1
-1
/
+0
*
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Remove LSR's use of the random AddrMode struct. These variables were
Chandler Carruth
2013-01-07
1
-68
/
+76
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
1
-161
/
+138
*
Make the MergeGlobals pass correctly handle the address space qualifiers of t...
Silviu Baranga
2013-01-07
1
-11
/
+24
*
Simplify LoopVectorize to require target transform info and rely on it
Chandler Carruth
2013-01-07
1
-55
/
+43
*
Merge the unused header file for LoopVectorizer into the source file.
Chandler Carruth
2013-01-07
2
-538
/
+519
*
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-07
1
-4
/
+4
*
Fix a slew of indentation and parameter naming style issues. This 80% of
Chandler Carruth
2013-01-07
1
-42
/
+36
*
Switch LoopIdiom pass to directly require target transform information.
Chandler Carruth
2013-01-07
1
-3
/
+3
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
2
-46
/
+52
*
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
1
-2
/
+2
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
5
-5
/
+5
*
[ObjCARC Debug Message] - Added debug message when fuse a retain/autorelease ...
Michael Gottesman
2013-01-07
1
-2
/
+10
*
[ObjCARC Debug Message] - Added debug message when we zap a matching retain/a...
Michael Gottesman
2013-01-07
1
-0
/
+3
*
[ObjCARC Debug Message] - Added debug message when we erase ARC calls with nu...
Michael Gottesman
2013-01-07
1
-0
/
+2
*
[ObjCARC Debug Message] - Added debug message when we add a nounwind keyword ...
Michael Gottesman
2013-01-06
1
-0
/
+2
*
[ObjCARC Debug Message] - Added debug message when we add a tail keyword to a...
Michael Gottesman
2013-01-06
1
-0
/
+3
*
[ObjCARC Debug Messages] - Added missing newline.
Michael Gottesman
2013-01-06
1
-1
/
+1
*
Added debug statement to ObjCARC when we replace objc_autorelease(x) with obj...
Michael Gottesman
2013-01-06
1
-0
/
+8
*
Added 2x Debug statements to ObjCARC that log when we handle the two undefine...
Michael Gottesman
2013-01-06
1
-2
/
+16
*
Added debug message in ObjCARC when we remove a no-op cast which has only spe...
Michael Gottesman
2013-01-06
1
-0
/
+2
*
Added debug message to ObjCARC when we transform an objc_autoreleaseReturnVal...
Michael Gottesman
2013-01-06
1
-0
/
+12
*
Fix a crash in LSR replaceCongruentIVs.
Andrew Trick
2013-01-06
1
-1
/
+1
*
Added debug message to ObjCARC when we transform objc_retainAutorelasedReturn...
Michael Gottesman
2013-01-05
1
-0
/
+11
*
Added debug message for ObjCARC when we zap an objc_autoreleaseReturnValue/ob...
Michael Gottesman
2013-01-05
1
-0
/
+5
*
switch from pointer equality comparison to MDNode::getMostGenericTBAA
Chris Lattner
2013-01-05
3
-8
/
+9
*
Switch the loop vectorizer from VTTI to just use TTI directly.
Chandler Carruth
2013-01-05
2
-58
/
+54
*
Switch the BB vectorizer from the VTTI interface to the simple TTI
Chandler Carruth
2013-01-05
1
-41
/
+38
*
Switch SimplifyCFG over to the TargetTransformInfo interface rather than
Chandler Carruth
2013-01-05
1
-4
/
+2
*
Switch LoopIdiomRecognize to directly use the TargetTransformInfo
Chandler Carruth
2013-01-05
1
-11
/
+9
*
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-05
3
-579
/
+623
*
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
1
-4
/
+13
*
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
1
-1
/
+0
*
Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAut...
Michael Gottesman
2013-01-04
1
-0
/
+10
*
Fixed up some DEBUG messages where I was putting in the text of a message the...
Michael Gottesman
2013-01-04
1
-8
/
+8
[next]