index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
Age
Commit message (
Expand
)
Author
2010-12-06
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...
Devang Patel
2010-12-06
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
Update test for the extra =.
Rafael Espindola
2010-12-05
Teach X86ISelLowering that the second result of X86ISD::UMUL is a flags
Chris Lattner
2010-12-05
it turns out that when ".with.overflow" intrinsics were added to the X86
Chris Lattner
2010-12-05
fix the rest of the linux miscompares :)
Chris Lattner
2010-12-05
generalize the previous check to handle -1 on either side of the
Chris Lattner
2010-12-05
relax this to handle linux defaulting to -static.
Chris Lattner
2010-12-05
Improve an integer select optimization in two ways:
Chris Lattner
2010-12-05
merge some tests into select.ll and make them more specific.
Chris Lattner
2010-12-05
rename test
Chris Lattner
2010-12-05
remove two tests that aren't really testing anything.
Chris Lattner
2010-12-04
Add patterns for the x86 popcnt instruction.
Benjamin Kramer
2010-12-02
Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.
Devang Patel
2010-12-02
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
Fix test.
Evan Cheng
2010-12-01
Fix and re-enable tail call optimization of expanded libcalls.
Evan Cheng
2010-12-01
Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.
Evan Cheng
2010-11-30
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-11-30
Not all platforms use _<func>. Duh.
Eric Christopher
2010-11-30
Rewrite mwait and monitor support and custom lower arguments.
Eric Christopher
2010-11-29
Fix some broken CHECK lines.
Benjamin Kramer
2010-11-27
Lower TLS_addr32 and TLS_addr64.
Rafael Espindola
2010-11-22
Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.
Benjamin Kramer
2010-11-19
Prefetch has a MemOperand now. FileCheckize a test.
Dale Johannesen
2010-11-19
Make isScalarToVector to return false if the node is a scalar. This will prevent
Mon P Wang
2010-11-18
The DAGCombiner was threading select over pairs of extending loads even
Duncan Sands
2010-11-18
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
Do not throw away alignment when generating the DAG for
Dale Johannesen
2010-11-18
Fixed to use input redirection for source - to eliminate .s output.
John Thompson
2010-11-17
Bug 8621 fix - pointer cast stripped from inline asm constraint argument.
John Thompson
2010-11-13
Recognise 32-bit ror-based bswap implementation used by uclibc
Peter Collingbourne
2010-11-11
Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this.
Dan Gohman
2010-11-09
Testcase for PR8211 (llc crash at -O0).
Duncan Sands
2010-11-09
Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shl
Dan Gohman
2010-11-09
Delete an extraneous svn:executable property.
Dan Gohman
2010-11-09
Fix an inline asm pasto from 117667; was preventing
Dale Johannesen
2010-11-06
go to great lengths to work around a GAS bug my previous patch
Chris Lattner
2010-11-03
This test assumes SSE is present; that is not the default
Dale Johannesen
2010-11-03
Fix DAGCombiner to avoid going into an infinite loop when it
Dan Gohman
2010-11-02
Inline asm mult-alt constraint tests.
John Thompson
2010-11-02
Use frameindex, if available, as a last resort to emit debug info for a param...
Devang Patel
2010-10-28
Fix pastos in handling of AVX cvttsd2si, PR8491.
Dale Johannesen
2010-10-25
An stdcall function calling a non-stdcall function
Dale Johannesen
2010-10-23
X86: Emit _fltused instead of __fltused on Windows x64.
Michael J. Spencer
2010-10-20
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-19
Re-enable register pressure aware machine licm with fixes. Hoist() may have
Evan Cheng
2010-10-19
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
- Add a hook for target to determine whether an instruction def is
Evan Cheng
2010-10-16
X86-Windows: Emit an undefined global __fltused symbol when targeting Windows
Michael J. Spencer
[next]