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
/
CodeGen
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Formalize the notion that AVX and SSE are non-overlapping extensions from the...
Nate Begeman
2010-12-10
1
-1
/
+1
*
Rewrite the darwin tlv support to use a chain and return to copying
Eric Christopher
2010-12-09
1
-0
/
+16
*
Remove extraneous copy from DAG conversion for darwin tls. This was
Eric Christopher
2010-12-09
1
-0
/
+32
*
Move this test to tlv* to make it easier to notice versus linux tls
Eric Christopher
2010-12-08
1
-0
/
+0
*
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...
Devang Patel
2010-12-06
1
-24
/
+18
*
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Update test for the extra =.
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Teach X86ISelLowering that the second result of X86ISD::UMUL is a flags
Chris Lattner
2010-12-05
1
-0
/
+22
*
it turns out that when ".with.overflow" intrinsics were added to the X86
Chris Lattner
2010-12-05
1
-1
/
+7
*
fix the rest of the linux miscompares :)
Chris Lattner
2010-12-05
1
-1
/
+1
*
generalize the previous check to handle -1 on either side of the
Chris Lattner
2010-12-05
1
-0
/
+24
*
relax this to handle linux defaulting to -static.
Chris Lattner
2010-12-05
1
-1
/
+1
*
Improve an integer select optimization in two ways:
Chris Lattner
2010-12-05
1
-0
/
+58
*
merge some tests into select.ll and make them more specific.
Chris Lattner
2010-12-05
7
-99
/
+88
*
rename test
Chris Lattner
2010-12-05
1
-0
/
+0
*
remove two tests that aren't really testing anything.
Chris Lattner
2010-12-05
2
-88
/
+0
*
Add patterns for the x86 popcnt instruction.
Benjamin Kramer
2010-12-04
1
-0
/
+38
*
Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.
Devang Patel
2010-12-02
2
-1
/
+30
*
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
1
-0
/
+22
*
Fix test.
Evan Cheng
2010-12-02
1
-2
/
+2
*
Fix and re-enable tail call optimization of expanded libcalls.
Evan Cheng
2010-12-01
1
-6
/
+12
*
Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.
Evan Cheng
2010-12-01
1
-0
/
+1
*
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-11-30
1
-0
/
+24
*
Not all platforms use _<func>. Duh.
Eric Christopher
2010-11-30
1
-2
/
+2
*
Rewrite mwait and monitor support and custom lower arguments.
Eric Christopher
2010-11-30
1
-0
/
+26
*
Fix some broken CHECK lines.
Benjamin Kramer
2010-11-29
1
-1
/
+1
*
Lower TLS_addr32 and TLS_addr64.
Rafael Espindola
2010-11-27
3
-10
/
+11
*
Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.
Benjamin Kramer
2010-11-22
1
-0
/
+22
*
Prefetch has a MemOperand now. FileCheckize a test.
Dale Johannesen
2010-11-19
1
-5
/
+5
*
Make isScalarToVector to return false if the node is a scalar. This will prevent
Mon P Wang
2010-11-19
1
-0
/
+27
*
The DAGCombiner was threading select over pairs of extending loads even
Duncan Sands
2010-11-18
1
-0
/
+15
*
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
1
-4
/
+4
*
Do not throw away alignment when generating the DAG for
Dale Johannesen
2010-11-18
2
-1
/
+16
*
Fixed to use input redirection for source - to eliminate .s output.
John Thompson
2010-11-18
1
-1
/
+1
*
Bug 8621 fix - pointer cast stripped from inline asm constraint argument.
John Thompson
2010-11-17
1
-0
/
+27
*
Recognise 32-bit ror-based bswap implementation used by uclibc
Peter Collingbourne
2010-11-13
1
-0
/
+7
*
Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this.
Dan Gohman
2010-11-11
4
-36
/
+0
*
Testcase for PR8211 (llc crash at -O0).
Duncan Sands
2010-11-09
1
-0
/
+66
*
Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shl
Dan Gohman
2010-11-09
1
-5
/
+38
*
Delete an extraneous svn:executable property.
Dan Gohman
2010-11-09
1
-0
/
+0
*
Fix an inline asm pasto from 117667; was preventing
Dale Johannesen
2010-11-09
1
-0
/
+17
*
go to great lengths to work around a GAS bug my previous patch
Chris Lattner
2010-11-06
1
-2
/
+1
*
This test assumes SSE is present; that is not the default
Dale Johannesen
2010-11-03
1
-1
/
+1
*
Fix DAGCombiner to avoid going into an infinite loop when it
Dan Gohman
2010-11-03
1
-0
/
+32
*
Inline asm mult-alt constraint tests.
John Thompson
2010-11-02
3
-0
/
+1000
*
Use frameindex, if available, as a last resort to emit debug info for a param...
Devang Patel
2010-11-02
1
-0
/
+35
*
Fix pastos in handling of AVX cvttsd2si, PR8491.
Dale Johannesen
2010-10-28
2
-2
/
+2
*
An stdcall function calling a non-stdcall function
Dale Johannesen
2010-10-25
1
-0
/
+13
*
X86: Emit _fltused instead of __fltused on Windows x64.
Michael J. Spencer
2010-10-23
1
-2
/
+4
*
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-20
1
-1
/
+1
[next]