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
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-07
1
-3
/
+2
*
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
*
Add LICENSE.TXT covering contributions made by ARM.
Tim Northover
2013-01-07
1
-0
/
+47
*
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
*
Rough out a new c'tor for the AttrBuilder class.
Bill Wendling
2013-01-07
2
-3
/
+21
*
Remove more unnecessary # operators with nothing to paste proceeding them.
Craig Topper
2013-01-07
2
-40
/
+40
*
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
3
-0
/
+23
*
Remove # from the beginning and end of def names. The # is a paste operator a...
Craig Topper
2013-01-07
4
-93
/
+93
*
Remove # from the beginning and end of def names.
Craig Topper
2013-01-07
4
-283
/
+283
*
Revert r171140. We don't actually need to support #NAME. Because NAME by itse...
Craig Topper
2013-01-07
1
-5
/
+1
*
Remove unnecessary # tokens at the beginning and end of defm names.
Craig Topper
2013-01-07
1
-10
/
+10
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
2
-46
/
+52
*
Move the initialization to the Analysis library as well as the pass.
Chandler Carruth
2013-01-07
2
-1
/
+1
*
Update comment.
Eric Christopher
2013-01-07
1
-1
/
+1
*
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
2
-3
/
+3
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
3
-9
/
+9
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
14
-14
/
+14
*
Simplify TableGen type-compatibility checks.
Sean Silva
2013-01-07
1
-7
/
+38
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
38
-903
/
+1064
*
[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 suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...
Craig Topper
2013-01-06
1
-27
/
+100
*
Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...
Evan Cheng
2013-01-06
1
-0
/
+5
*
Fix a crash in LSR replaceCongruentIVs.
Andrew Trick
2013-01-06
1
-1
/
+1
*
Include access modifiers in subprogram metadata IR comment.
David Blaikie
2013-01-05
1
-0
/
+5
*
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
*
Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
Chandler Carruth
2013-01-05
2
-5
/
+9
*
Attribute: Make hashes match when looking up AttributeImpls.
Benjamin Kramer
2013-01-05
1
-1
/
+2
*
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-05
3
-16
/
+248
*
Switch the loop vectorizer from VTTI to just use TTI directly.
Chandler Carruth
2013-01-05
2
-58
/
+54
*
Switch the cost model analysis over to just the TTI interface.
Chandler Carruth
2013-01-05
1
-20
/
+15
*
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
*
Switch the empty and tombstone key enumerators to not have explicit
Chandler Carruth
2013-01-05
1
-3
/
+5
*
IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...
NAKAMURA Takumi
2013-01-05
1
-0
/
+2
*
Emit DW_TAG_formal_parameter for unnamed parameters.
David Blaikie
2013-01-05
1
-2
/
+0
[next]