projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Don't use plain %x to print pointer values. I had changed it from %p
[oota-llvm.git]
/
test
/
2008-12-05
Dale Johannesen
Fix test to pass on Linux.
tree
|
commitdiff
2008-12-05
Dale Johannesen
Make LoopStrengthReduce smarter about hoisting things...
tree
|
commitdiff
2008-12-05
Evan Cheng
This test also requires -mattr=+sse41.
tree
|
commitdiff
2008-12-05
Evan Cheng
Effectively undo 60461 in PIC mode which simply transfo...
tree
|
commitdiff
2008-12-05
Chris Lattner
Fix test/Transforms/GVN/pre-load.ll
tree
|
commitdiff
2008-12-05
Evan Cheng
Re-did 60519. It turns out Darwin's handling of hidden...
tree
|
commitdiff
2008-12-05
Scott Michel
CellSPU: Add new directory under tests/CodeGen/CellSPU...
tree
|
commitdiff
2008-12-04
Devang Patel
Rewrite code that 1) filters loops and 2) calculates...
tree
|
commitdiff
2008-12-04
Bill Wendling
Temporarily revert r60519. It was causing a bootstrap...
tree
|
commitdiff
2008-12-04
Evan Cheng
Visibility hidden GVs do not require extra load of...
tree
|
commitdiff
2008-12-03
Evan Cheng
Use mmx (punpckldq VR64, (mmx_v_set0)) to clear high...
tree
|
commitdiff
2008-12-03
Rafael Espindola
Fix some tests. The grep for "il" was matching "file".
tree
|
commitdiff
2008-12-03
Richard Osborne
Add support for ISD::TRAP to the XCore backend
tree
|
commitdiff
2008-12-03
Evan Cheng
Fix test.
tree
|
commitdiff
2008-12-03
Chris Lattner
testcase for br undef folding.
tree
|
commitdiff
2008-12-03
Chris Lattner
Teach jump threading some more simple tricks:
tree
|
commitdiff
2008-12-03
Chris Lattner
don't spew tons of stuff to the output. This testcase...
tree
|
commitdiff
2008-12-03
Dan Gohman
Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
tree
|
commitdiff
2008-12-03
Bill Wendling
Change label to 'carry' for unsigned adds.
tree
|
commitdiff
2008-12-03
Dan Gohman
Fix byval arguments in the fastcc calling convention...
tree
|
commitdiff
2008-12-03
Dan Gohman
Add nounwind attributes to this test.
tree
|
commitdiff
2008-12-03
Dale Johannesen
testcases for recent dag combiner changes
tree
|
commitdiff
2008-12-02
Evan Cheng
Remove a (what appears to be) overly strict assertion...
tree
|
commitdiff
2008-12-02
Scott Michel
CellSPU:
tree
|
commitdiff
2008-12-02
Chris Lattner
Implement PRE of loads in the GVN pass with a pretty...
tree
|
commitdiff
2008-12-02
Owen Anderson
Add a test for my previous PRE fix.
tree
|
commitdiff
2008-12-02
Evan Cheng
Fix PR3124: overly strict assert.
tree
|
commitdiff
2008-12-02
Bill Wendling
Second stab at target-dependent lowering of everyone...
tree
|
commitdiff
2008-12-01
Chris Lattner
Add rdar reference, make this actually fail when the...
tree
|
commitdiff
2008-12-01
Dale Johannesen
Consider only references to an IV within the loop when
tree
|
commitdiff
2008-12-01
Scott Michel
CellSPU:
tree
|
commitdiff
2008-12-01
Bill Wendling
Use m_Specific() instead of double matching.
tree
|
commitdiff
2008-12-01
Chris Lattner
simplify these patterns using m_Specific. No need...
tree
|
commitdiff
2008-12-01
Chris Lattner
Teach inst combine to merge GEPs through PHIs. This...
tree
|
commitdiff
2008-12-01
Chris Lattner
testcase for my previous commit.
tree
|
commitdiff
2008-12-01
Bill Wendling
Implement ((A|B)&1)|(B&-2) -> (A&1) | B transformation...
tree
|
commitdiff
2008-11-30
Bill Wendling
Add instruction combining for ((A&~B)|(~A&B)) -> A...
tree
|
commitdiff
2008-11-30
Bill Wendling
Implement (A&((~A)|B)) -> A&B transformation in the...
tree
|
commitdiff
2008-11-30
Bill Wendling
getSExtValue() doesn't work for ConstantInts with bitwi...
tree
|
commitdiff
2008-11-30
Eli Friedman
Optimize memmove and memset into the LLVM builtins...
tree
|
commitdiff
2008-11-30
Eli Friedman
Followup to r60283: optimize arbitrary width signed...
tree
|
commitdiff
2008-11-30
Eli Friedman
Fix for PR2164: allow transforming arbitrary-width...
tree
|
commitdiff
2008-11-30
Eli Friedman
APIntify a test which is potentially unsafe otherwise...
tree
|
commitdiff
2008-11-30
Bill Wendling
Strengthen check for div inst-combining.
tree
|
commitdiff
2008-11-30
Bill Wendling
Instcombine was illegally transforming -X/C into X...
tree
|
commitdiff
2008-11-29
Chris Lattner
don't require GVN to work on dead values, just make the
tree
|
commitdiff
2008-11-29
Chris Lattner
Fix a thinko that manifested as a crash on clamav last...
tree
|
commitdiff
2008-11-28
Chris Lattner
Fix PR3141 by ensuring that MemoryDependenceAnalysis...
tree
|
commitdiff
2008-11-28
Chris Lattner
don't call MergeBasicBlockIntoOnlyPred on a block whose...
tree
|
commitdiff
2008-11-27
Nick Lewycky
Chris prefers icmp/select over udiv!
tree
|
commitdiff
2008-11-27
Nick Lewycky
Add a couple of missed optimizations on integer vectors...
tree
|
commitdiff
2008-11-27
Chris Lattner
Fix PR3138: if we merge the entry block into another...
tree
|
commitdiff
2008-11-27
Bill Wendling
XFAil test due to reverting of patch.
tree
|
commitdiff
2008-11-27
Chris Lattner
Make jump threading substantially more powerful, in...
tree
|
commitdiff
2008-11-27
Evan Cheng
Avoid inserting noop's in the middle of a loop.
tree
|
commitdiff
2008-11-27
Evan Cheng
On x86 favors folding short immediate into some arithme...
tree
|
commitdiff
2008-11-27
Evan Cheng
Add -march=x86.
tree
|
commitdiff
2008-11-26
Bill Wendling
Add x86-specific test for add-with-overflow intrinsics.
tree
|
commitdiff
2008-11-26
Chris Lattner
Turn on my codegen prepare heuristic by default. It...
tree
|
commitdiff
2008-11-26
Duncan Sands
Check that running the DAG combiner between type
tree
|
commitdiff
2008-11-26
Bill Wendling
Add test for rdar://6394879.
tree
|
commitdiff
2008-11-26
Chris Lattner
This adds in some code (currently disabled unless you...
tree
|
commitdiff
2008-11-26
Chris Lattner
Teach CodeGenPrepare to look through Bitcast instructio...
tree
|
commitdiff
2008-11-26
Chris Lattner
fix an over-reduced test.
tree
|
commitdiff
2008-11-26
Chris Lattner
this doesn't need EH
tree
|
commitdiff
2008-11-25
Mikhail Glushenkov
Since the old llvmc was removed, rename llvmc2 to llvmc.
tree
|
commitdiff
2008-11-25
Evan Cheng
convertToSignExtendedInteger should return opInvalidOp...
tree
|
commitdiff
2008-11-25
Scott Michel
CellSPU:
tree
|
commitdiff
2008-11-25
Scott Michel
CellSPU: test should use shlqby, not shlqbyi
tree
|
commitdiff
2008-11-25
Bill Wendling
XFAIL this test. A recent CellSPU check-in broke it.
tree
|
commitdiff
2008-11-25
Dan Gohman
Initial support for anti-dependence breaking. Currently...
tree
|
commitdiff
2008-11-24
Bill Wendling
Testcase for constant CFStrings.
tree
|
commitdiff
2008-11-24
Chris Lattner
reenable test
tree
|
commitdiff
2008-11-24
Bill Wendling
Temporarily XFAIL this test. r59976 and r59972 broke it.
tree
|
commitdiff
2008-11-24
Chris Lattner
Fix 3113: If we have a dead cyclic PHI, replace the...
tree
|
commitdiff
2008-11-24
Scott Michel
CellSPU:
tree
|
commitdiff
2008-11-24
Scott Michel
CellSPU:
tree
|
commitdiff
2008-11-24
Bill Wendling
Test add-with-overflow with fast ISel.
tree
|
commitdiff
2008-11-24
Nick Lewycky
Extend the 'noalias' attribute to function return value...
tree
|
commitdiff
2008-11-24
Bill Wendling
Add support for llvm.uadd.with.overflow.
tree
|
commitdiff
2008-11-22
Scott Michel
CellSPU: Fix bug 3056. Varadic extract_element was...
tree
|
commitdiff
2008-11-21
Nick Lewycky
Optimize (x/y)*y into x-(x%y) in general. Div and rem...
tree
|
commitdiff
2008-11-21
Scott Michel
CellSPU:
tree
|
commitdiff
2008-11-21
Bill Wendling
Add generic test for add with overflow.
tree
|
commitdiff
2008-11-20
Dan Gohman
Test -pre-RA-sched=fast too, for completeness.
tree
|
commitdiff
2008-11-20
Evan Cheng
- Register scavenger should use MachineRegisterInfo...
tree
|
commitdiff
2008-11-19
Devang Patel
If there are two consecutive llvm.dbg.stoppoint calls...
tree
|
commitdiff
2008-11-19
Dan Gohman
Revert r59640. It broke this test for builds that aren't
tree
|
commitdiff
2008-11-19
Dan Gohman
Use %llvmgcc -xassembler instead of invoking as directl...
tree
|
commitdiff
2008-11-19
Owen Anderson
Add support for rematerialization in pre-alloc-splitting.
tree
|
commitdiff
2008-11-19
Daniel Dunbar
LLVMC2: -emit-llvm stops compilation.
tree
|
commitdiff
2008-11-19
Daniel Dunbar
LLVMC2: Teach llvm_gcc_c tool about -include and -fsynt...
tree
|
commitdiff
2008-11-18
Evan Cheng
Register scavenger should process early clobber defs...
tree
|
commitdiff
2008-11-18
Nick Lewycky
Add a utility function that detects whether a loop...
tree
|
commitdiff
2008-11-18
Duncan Sands
Reapply r59464, this time using the correct type
tree
|
commitdiff
2008-11-18
Bill Wendling
A simple test for stack protectors. This should be...
tree
|
commitdiff
2008-11-18
Bill Wendling
Revert r59464. It was causing this failure:
tree
|
commitdiff
2008-11-18
Devang Patel
Give SIToFPInst preference over UIToFPInst because...
tree
|
commitdiff
2008-11-17
Devang Patel
While handling floating point IVs lift restrictions...
tree
|
commitdiff
2008-11-17
Duncan Sands
Add soft float support for a bunch more operations...
tree
|
commitdiff
next