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
*
Add a test for my previous PRE fix.
Owen Anderson
2008-12-02
1
-0
/
+27
*
Fix PR3124: overly strict assert.
Evan Cheng
2008-12-02
1
-0
/
+15
*
Second stab at target-dependent lowering of everyone's favorite nodes: [SU]ADDO
Bill Wendling
2008-12-02
1
-1
/
+0
*
Add rdar reference, make this actually fail when the patch isn't applied.
Chris Lattner
2008-12-01
1
-2
/
+4
*
Consider only references to an IV within the loop when
Dale Johannesen
2008-12-01
1
-0
/
+28
*
CellSPU:
Scott Michel
2008-12-01
1
-7
/
+74
*
Use m_Specific() instead of double matching.
Bill Wendling
2008-12-01
1
-1
/
+1
*
simplify these patterns using m_Specific. No need to grep for
Chris Lattner
2008-12-01
1
-3
/
+1
*
Teach inst combine to merge GEPs through PHIs. This is really
Chris Lattner
2008-12-01
1
-1
/
+15
*
testcase for my previous commit.
Chris Lattner
2008-12-01
1
-0
/
+42
*
Implement ((A|B)&1)|(B&-2) -> (A&1) | B transformation. This also takes care of
Bill Wendling
2008-12-01
1
-0
/
+39
*
Add instruction combining for ((A&~B)|(~A&B)) -> A^B and all permutations.
Bill Wendling
2008-11-30
1
-0
/
+42
*
Implement (A&((~A)|B)) -> A&B transformation in the instruction combiner. This
Bill Wendling
2008-11-30
1
-0
/
+36
*
getSExtValue() doesn't work for ConstantInts with bitwidth > 64 bits. Use all
Bill Wendling
2008-11-30
1
-0
/
+28
*
Optimize memmove and memset into the LLVM builtins. Note that these
Eli Friedman
2008-11-30
2
-0
/
+24
*
Followup to r60283: optimize arbitrary width signed divisions as well
Eli Friedman
2008-11-30
1
-0
/
+10
*
Fix for PR2164: allow transforming arbitrary-width unsigned divides into
Eli Friedman
2008-11-30
2
-1
/
+11
*
APIntify a test which is potentially unsafe otherwise, and fix the
Eli Friedman
2008-11-30
2
-1
/
+23
*
Strengthen check for div inst-combining.
Bill Wendling
2008-11-30
1
-1
/
+1
*
Instcombine was illegally transforming -X/C into X/-C when either X or C
Bill Wendling
2008-11-30
3
-6
/
+32
*
don't require GVN to work on dead values, just make the
Chris Lattner
2008-11-29
1
-5
/
+4
*
Fix a thinko that manifested as a crash on clamav last night.
Chris Lattner
2008-11-29
1
-0
/
+27
*
Fix PR3141 by ensuring that MemoryDependenceAnalysis::removeInstruction
Chris Lattner
2008-11-28
1
-0
/
+16
*
don't call MergeBasicBlockIntoOnlyPred on a block whose only
Chris Lattner
2008-11-28
1
-0
/
+17
*
Chris prefers icmp/select over udiv!
Nick Lewycky
2008-11-27
2
-7
/
+8
*
Add a couple of missed optimizations on integer vectors. Multiply and divide
Nick Lewycky
2008-11-27
2
-0
/
+22
*
Fix PR3138: if we merge the entry block into another block, make sure to
Chris Lattner
2008-11-27
1
-0
/
+13
*
XFAil test due to reverting of patch.
Bill Wendling
2008-11-27
1
-0
/
+1
*
Make jump threading substantially more powerful, in the following ways:
Chris Lattner
2008-11-27
1
-0
/
+34
*
Avoid inserting noop's in the middle of a loop.
Evan Cheng
2008-11-27
1
-0
/
+32
*
On x86 favors folding short immediate into some arithmetic operations (e.g. a...
Evan Cheng
2008-11-27
2
-1
/
+15
*
Add -march=x86.
Evan Cheng
2008-11-27
1
-1
/
+1
*
Add x86-specific test for add-with-overflow intrinsics.
Bill Wendling
2008-11-26
1
-0
/
+41
*
Turn on my codegen prepare heuristic by default. It doesn't affect
Chris Lattner
2008-11-26
1
-2
/
+2
*
Check that running the DAG combiner between type
Duncan Sands
2008-11-26
1
-0
/
+1
*
Add test for rdar://6394879.
Bill Wendling
2008-11-26
1
-0
/
+17
*
This adds in some code (currently disabled unless you pass
Chris Lattner
2008-11-26
1
-0
/
+25
*
Teach CodeGenPrepare to look through Bitcast instructions when attempting to
Chris Lattner
2008-11-26
2
-1
/
+17
*
fix an over-reduced test.
Chris Lattner
2008-11-26
1
-7
/
+2
*
this doesn't need EH
Chris Lattner
2008-11-26
1
-1
/
+1
*
Since the old llvmc was removed, rename llvmc2 to llvmc.
Mikhail Glushenkov
2008-11-25
11
-11
/
+11
*
convertToSignExtendedInteger should return opInvalidOp instead of asserting i...
Evan Cheng
2008-11-25
1
-0
/
+11
*
CellSPU:
Scott Michel
2008-11-25
1
-4
/
+73
*
CellSPU: test should use shlqby, not shlqbyi
Scott Michel
2008-11-25
1
-2
/
+1
*
XFAIL this test. A recent CellSPU check-in broke it.
Bill Wendling
2008-11-25
1
-0
/
+1
*
Initial support for anti-dependence breaking. Currently this code does not
Dan Gohman
2008-11-25
1
-0
/
+33
*
Testcase for constant CFStrings.
Bill Wendling
2008-11-24
1
-0
/
+11
*
reenable test
Chris Lattner
2008-11-24
1
-1
/
+0
*
Temporarily XFAIL this test. r59976 and r59972 broke it.
Bill Wendling
2008-11-24
1
-0
/
+1
*
Fix 3113: If we have a dead cyclic PHI, replace the whole thing
Chris Lattner
2008-11-24
2
-0
/
+514
[next]