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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
Nick Lewycky
2011-02-20
1
-1
/
+1
*
PR9218: SimplifyDemandedVectorElts can return a non-null value that is not
Eli Friedman
2011-02-19
1
-0
/
+11
*
implement PR9264: disambiguating 'bt mem, imm' as a btl.
Chris Lattner
2011-02-19
1
-0
/
+4
*
rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byte
Chris Lattner
2011-02-19
1
-2
/
+27
*
Stores of null pointers should turn into memset, we weren't recognizing
Chris Lattner
2011-02-19
1
-0
/
+22
*
Implement rdar://9009151, transforming strided loop stores of
Chris Lattner
2011-02-19
1
-0
/
+27
*
DIE numbers do not add any value in this test.
Devang Patel
2011-02-19
1
-5
/
+5
*
Do not lose debug info of an inlined function argument even if the argument i...
Devang Patel
2011-02-18
1
-0
/
+86
*
Reapply r114997 now that the buildbots have been updated.
Bill Wendling
2011-02-18
1
-0
/
+24
*
Add assembly parsing support for "msr" and also fix its encoding. Also add
Bruno Cardoso Lopes
2011-02-18
4
-0
/
+67
*
Add some transforms of the kind X-Y>X -> 0>Y which are valid when there is no
Duncan Sands
2011-02-18
2
-2
/
+126
*
add a testcase for r125827
Chris Lattner
2011-02-18
1
-0
/
+24
*
Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure.
Cameron Zwarich
2011-02-18
1
-86
/
+0
*
prevent jump threading from merging blocks when their address is
Chris Lattner
2011-02-18
1
-1
/
+34
*
Recognize monitor/mwait with explicit register arguments
Joerg Sonnenberger
2011-02-18
2
-0
/
+18
*
Recognize leavel and leaveq aliases for leave.
Joerg Sonnenberger
2011-02-17
2
-0
/
+14
*
Do not lose debug info of an inlined function argument even if the argument i...
Devang Patel
2011-02-17
1
-0
/
+86
*
have instcombine preserve nsw/nuw/exact when sinking
Chris Lattner
2011-02-17
1
-0
/
+18
*
fix instcombine merging GEPs through a PHI to only make the
Chris Lattner
2011-02-17
1
-2
/
+3
*
Enhance constant folding of bitcast operations on vectors of floats.
Nadav Rotem
2011-02-17
1
-1
/
+41
*
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
2
-2
/
+2
*
Transform "A + B >= A + C" into "B >= C" if the adds do not wrap. Likewise f...
Duncan Sands
2011-02-17
1
-0
/
+19
*
preserve NUW/NSW when transforming add x,x
Chris Lattner
2011-02-17
1
-0
/
+8
*
filecheckize
Chris Lattner
2011-02-17
1
-3
/
+14
*
fix PR9215, preventing -reassociate from clearing nsw/nuw when
Chris Lattner
2011-02-17
1
-0
/
+7
*
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
1
-17
/
+3
*
The change for PR9190 wasn't quite right. We need to avoid making the
Eric Christopher
2011-02-16
1
-0
/
+41
*
Add testcase for PR9190.
Eric Christopher
2011-02-16
1
-0
/
+35
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-0
/
+107
*
Teach PatternMatch that splat vectors could be floating point as well as
Nick Lewycky
2011-02-15
1
-0
/
+28
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
2
-0
/
+10
*
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
1
-2
/
+2
*
Fix 9216 - Endless loop in InstCombine pass.
Nadav Rotem
2011-02-15
1
-0
/
+19
*
Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...
Devang Patel
2011-02-14
1
-0
/
+59
*
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-02-14
2
-3
/
+3
*
PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.
Bob Wilson
2011-02-14
1
-2
/
+2
*
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-14
5
-0
/
+40
*
fix PR9210 by implementing some type legalization logic for
Chris Lattner
2011-02-14
1
-0
/
+8
*
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
2011-02-13
2
-4
/
+15
*
Teach instsimplify that X+Y>=X+Z is the same as Y>=Z if neither side overflows,
Duncan Sands
2011-02-13
1
-0
/
+20
*
Fix test
Nadav Rotem
2011-02-13
1
-1
/
+1
*
Fix a regression from r125393;
Nadav Rotem
2011-02-13
1
-1
/
+17
*
when legalizing extremely wide shifts, make sure that
Chris Lattner
2011-02-13
1
-0
/
+12
*
fix visitShift to properly zero extend the shift amount if the provided operand
Chris Lattner
2011-02-13
2
-3
/
+1
*
add PR#
Chris Lattner
2011-02-13
1
-0
/
+1
*
implement instcombine folding for things like (x >> c) < 42.
Chris Lattner
2011-02-13
1
-2
/
+11
*
teach SCEV that the scale and addition of an inbounds gep don't NSW.
Chris Lattner
2011-02-13
2
-4
/
+31
*
Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.
Reid Kleckner
2011-02-12
1
-0
/
+8
*
Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.
Venkatraman Govindaraju
2011-02-12
1
-0
/
+13
*
SimplifyLibCalls: Add missing legalize check on various printf to puts and
Daniel Dunbar
2011-02-12
1
-7
/
+20
[next]