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
*
Use mmx (punpckldq VR64, (mmx_v_set0)) to clear high 32-bits of a VR64 register.
Evan Cheng
2008-12-03
1
-0
/
+24
*
Fix some tests. The grep for "il" was matching "file".
Rafael Espindola
2008-12-03
6
-8
/
+10
*
Add support for ISD::TRAP to the XCore backend
Richard Osborne
2008-12-03
1
-0
/
+11
*
Fix test.
Evan Cheng
2008-12-03
1
-4
/
+2
*
testcase for br undef folding.
Chris Lattner
2008-12-03
1
-0
/
+12
*
Teach jump threading some more simple tricks:
Chris Lattner
2008-12-03
1
-0
/
+22
*
don't spew tons of stuff to the output. This testcase is *not* for
Chris Lattner
2008-12-03
1
-1
/
+1
*
Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
Dan Gohman
2008-12-03
2
-0
/
+118
*
Change label to 'carry' for unsigned adds.
Bill Wendling
2008-12-03
1
-2
/
+2
*
Fix byval arguments in the fastcc calling convention. The fastcc convention
Dan Gohman
2008-12-03
2
-2
/
+21
*
Add nounwind attributes to this test.
Dan Gohman
2008-12-03
1
-2
/
+2
*
testcases for recent dag combiner changes
Dale Johannesen
2008-12-03
3
-0
/
+54
*
Remove a (what appears to be) overly strict assertion. Here is what happened:
Evan Cheng
2008-12-02
1
-0
/
+18
*
CellSPU:
Scott Michel
2008-12-02
1
-0
/
+81
*
Implement PRE of loads in the GVN pass with a pretty cheap and
Chris Lattner
2008-12-02
1
-0
/
+18
*
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
[next]