projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Run this through -simplifycfg and -mem2reg to test only what we need to test.
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
2009-01-21
Bill Wendling
Run this through -simplifycfg and -mem2reg to test...
tree
|
commitdiff
2009-01-21
Dan Gohman
Simplify ReduceLoadWidth's logic: it doesn't need sever...
tree
|
commitdiff
2009-01-21
Dan Gohman
Fix a recent regression. ClrOpcode is not set for i8...
tree
|
commitdiff
2009-01-21
Evan Cheng
Favors generating "not" over "xor -1". For example.
tree
|
commitdiff
2009-01-21
Owen Anderson
Be more aggressive about renumbering vregs after splitt...
tree
|
commitdiff
2009-01-20
Evan Cheng
Fix PR3243: a LiveVariables bug. When HandlePhysRegKill...
tree
|
commitdiff
2009-01-20
Evan Cheng
Add test case for PR3154.
tree
|
commitdiff
2009-01-20
Bill Wendling
Testcase for limited precision stuff.
tree
|
commitdiff
2009-01-20
Dan Gohman
Fix a dagcombine to not generate loads of non-round...
tree
|
commitdiff
2009-01-20
Evan Cheng
Make linear scan's trivial coalescer slightly more...
tree
|
commitdiff
2009-01-19
Dale Johannesen
Move & restructure test per review.
tree
|
commitdiff
2009-01-19
Dan Gohman
Fix SelectionDAG::ReplaceAllUsesWith to behave correctl...
tree
|
commitdiff
2009-01-19
Dale Johannesen
compile-time fmod was done incorrectly. PR 3316.
tree
|
commitdiff
2009-01-19
Evan Cheng
DIVREM isel deficiency: If sign bit is known zero,...
tree
|
commitdiff
2009-01-19
Evan Cheng
Now not UINT_TO_FP is legal (it's marked custom), dag...
tree
|
commitdiff
2009-01-18
Chris Lattner
Fix rdar://6505632, an llc crash on 483.xalancbmk
tree
|
commitdiff
2009-01-17
Bill Wendling
Testcase for last commit.
tree
|
commitdiff
2009-01-17
Evan Cheng
Fix MatchAddress bug that's preventing negative displac...
tree
|
commitdiff
2009-01-17
Mon P Wang
Simplify extract element of a scalar to vector.
tree
|
commitdiff
2009-01-16
Dan Gohman
Disable the post-RA scheduler on this test, since it...
tree
|
commitdiff
2009-01-16
Evan Cheng
CreateVirtualRegisters does trivial copy coalescing...
tree
|
commitdiff
2009-01-16
Bill Wendling
Add support for non-zero __builtin_return_address value...
tree
|
commitdiff
2009-01-15
Mon P Wang
Added missing support to widen an operand from a bit...
tree
|
commitdiff
2009-01-15
Mon P Wang
Expand insert/extract of a <4 x i32> with a variable...
tree
|
commitdiff
2009-01-15
Rafael Espindola
Add the private linkage.
tree
|
commitdiff
2009-01-13
Dan Gohman
Disable the register+memory forms of the bt instruction...
tree
|
commitdiff
2009-01-13
Duncan Sands
When replacing uses and the same node is reached
tree
|
commitdiff
2009-01-13
Evan Cheng
FIX llvm-gcc bootstrap on x86_64 linux. If a virtual...
tree
|
commitdiff
2009-01-13
Devang Patel
Use DebugInfo interface to lower dbg_* intrinsics.
tree
|
commitdiff
2009-01-12
Evan Cheng
Fix PR3241: Currently EmitCopyFromReg emits a copy...
tree
|
commitdiff
2009-01-10
Evan Cheng
This is a dup of pr2659.ll.
tree
|
commitdiff
2009-01-09
Evan Cheng
Duplicated node may produce a non-physical register...
tree
|
commitdiff
2009-01-09
Evan Cheng
Add test case from PR2659.
tree
|
commitdiff
2009-01-09
Dan Gohman
PR2659 was fixed by r61847. Add the testcase as a regre...
tree
|
commitdiff
2009-01-07
Evan Cheng
The coalescer does not coalesce a virtual register...
tree
|
commitdiff
2009-01-07
Chris Lattner
add a testcase.
tree
|
commitdiff
2009-01-07
Dan Gohman
Add patterns to match conditional moves with loads...
tree
|
commitdiff
2009-01-07
Dan Gohman
X86_COND_C and X86_COND_NC are alternate mnemonics for
tree
|
commitdiff
2009-01-06
Dan Gohman
Now that fold-pcmpeqd-0.ll is effectively testing that...
tree
|
commitdiff
2009-01-06
Dan Gohman
Revert r42653 and forward-port the code that lets INC64...
tree
|
commitdiff
2009-01-06
Dan Gohman
Use a latency value of 0 for the artificial edges inser...
tree
|
commitdiff
2009-01-05
Evan Cheng
Find loop back edges only after empty blocks are elimin...
tree
|
commitdiff
2009-01-03
Dan Gohman
Fix a DAGCombiner abort on an invalid shift count const...
tree
|
commitdiff
2009-01-02
Evan Cheng
Do not isel load folding bt instructions for pentium...
tree
|
commitdiff
2009-01-02
Evan Cheng
Use movaps / movd to extract vector element 0 even...
tree
|
commitdiff
2008-12-25
Chris Lattner
add PR #
tree
|
commitdiff
2008-12-25
Chris Lattner
Add a simple pattern for matching 'bt'.
tree
|
commitdiff
2008-12-24
Dan Gohman
Fix a compiler-abort on a testcase where the stack...
tree
|
commitdiff
2008-12-23
Dale Johannesen
Add another permutation where we should get rid of...
tree
|
commitdiff
2008-12-23
Mon P Wang
Added shuffle and splat test cases for r61365.
tree
|
commitdiff
2008-12-23
Dale Johannesen
One more permutation of subtracting off a base value.
tree
|
commitdiff
2008-12-20
Dan Gohman
Fix fast-isel to not emit invalid assembly when present...
tree
|
commitdiff
2008-12-20
Dan Gohman
Use the correct Preds and Succs lists in setHeightDirty()
tree
|
commitdiff
2008-12-19
Evan Cheng
Fix PR3149. If an early clobber def is a physical regis...
tree
|
commitdiff
2008-12-19
Evan Cheng
- CodeGenPrepare does not split loop back edges but...
tree
|
commitdiff
2008-12-19
Rafael Espindola
Fix bug 3202.
tree
|
commitdiff
2008-12-18
Mon P Wang
Fix test to account for generating some vector code...
tree
|
commitdiff
2008-12-18
Mon P Wang
Added some basic test cases for r61209
tree
|
commitdiff
2008-12-17
Eli Friedman
Fix for PR3225: disable a broken optimization in
tree
|
commitdiff
2008-12-16
Dale Johannesen
A new dag combine; several permutations of this
tree
|
commitdiff
2008-12-16
Dan Gohman
Enable anti-dependence breaking by default when post...
tree
|
commitdiff
2008-12-16
Dan Gohman
Fix some register-alias-related bugs in the post-RA...
tree
|
commitdiff
2008-12-15
Mon P Wang
Added support for splitting and scalarizing vector...
tree
|
commitdiff
2008-12-15
Mon P Wang
Added support to LegalizeType for expanding the operand...
tree
|
commitdiff
2008-12-12
Bill Wendling
- Use patterns instead of creating completely new instr...
tree
|
commitdiff
2008-12-10
Bill Wendling
If ADD, SUB, or MUL have an overflow bit that's used...
tree
|
commitdiff
2008-12-10
Mon P Wang
Fixed a bug when trying to optimize a extract vector...
tree
|
commitdiff
2008-12-09
Bill Wendling
Implement fast-isel conversion of a branch instruction...
tree
|
commitdiff
2008-12-09
Bill Wendling
Add sub/mul overflow intrinsics. This currently doesn...
tree
|
commitdiff
2008-12-09
Duncan Sands
Fix PR3117: not all nodes being legalized. The
tree
|
commitdiff
2008-12-09
Mon P Wang
Fix getNode to allow a vector for the shift amount...
tree
|
commitdiff
2008-12-08
Dan Gohman
Factor out the code for sign-extending/truncating gep...
tree
|
commitdiff
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
Evan Cheng
Re-did 60519. It turns out Darwin's handling of hidden...
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
Evan Cheng
Fix test.
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
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-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-27
Bill Wendling
XFAil test due to reverting of patch.
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
Chris Lattner
This adds in some code (currently disabled unless you...
tree
|
commitdiff
next