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
*
[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
*
Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...
Craig Topper
2013-01-05
1
-1
/
+1
*
Revert revision 171524. Original message:
Nadav Rotem
2013-01-05
7
-206
/
+3
*
Don't call destructors on MachineInstr and MachineOperand.
Jakob Stoklund Olesen
2013-01-05
3
-30
/
+13
*
Use ArrayRecycler for MachineInstr operand lists.
Jakob Stoklund Olesen
2013-01-05
2
-74
/
+98
*
Add MachineRegisterInfo::moveOperands().
Jakob Stoklund Olesen
2013-01-05
1
-0
/
+49
*
Refactor the ScalarTargetTransformInfo API for querying about the
Chandler Carruth
2013-01-05
1
-2
/
+8
*
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-05
3
-579
/
+623
*
[mips] Fix data layout string. Add 64 to the list of native integer widths
Akira Hatanaka
2013-01-05
1
-4
/
+6
*
Add a method to create an AttributeSet from an AttrBuilder.
Bill Wendling
2013-01-05
2
-6
/
+50
*
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
1
-4
/
+13
*
Eric thought that Darwin was right to use -1 consistently rather than
Chandler Carruth
2013-01-05
1
-1
/
+1
*
Try to suppress the use of clock_gettime on Darwin which apparantly
Chandler Carruth
2013-01-05
1
-1
/
+1
*
Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.
Chandler Carruth
2013-01-04
1
-1
/
+1
*
Get rid of the 'Bits' mask in the attribute builder.
Bill Wendling
2013-01-04
1
-26
/
+91
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
3
-35
/
+103
*
Move 'break' to the right place to prevent fallthru. There is no test-case
Jakub Staszak
2013-01-04
1
-1
/
+1
*
Move an assertion so it doesn't dereference end().
Jakob Stoklund Olesen
2013-01-04
1
-4
/
+3
*
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
1
-1
/
+0
*
Add a name for the anonymous type we're creating for subrange
Eric Christopher
2013-01-04
1
-0
/
+3
*
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
*
Fix a warning
Nadav Rotem
2013-01-04
1
-2
/
+2
[next]