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
*
fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector
Chris Lattner
2010-07-12
1
-0
/
+11
*
if jump threading is able to infer interesting values on both
Chris Lattner
2010-07-12
1
-0
/
+24
*
fix PR7429, a crash turning a load from a string into a float.
Chris Lattner
2010-07-12
1
-0
/
+13
*
convert to filechecconvert to filecheckk
Chris Lattner
2010-07-12
1
-10
/
+10
*
merge two tests.
Chris Lattner
2010-07-12
2
-11
/
+11
*
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-11
2
-4
/
+3
*
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-11
1
-1
/
+23
*
Fix this test.
Dan Gohman
2010-07-10
1
-2
/
+2
*
FileCheckize inline asm FP stack tests
Jakob Stoklund Olesen
2010-07-10
4
-19
/
+89
*
Add an explicit triple to make this test behave consistently.
Dan Gohman
2010-07-10
1
-1
/
+1
*
Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts.
Dan Gohman
2010-07-10
1
-1
/
+1
*
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-10
3
-9
/
+40
*
Add AVX 256-bit packed MOVNT variants
Bruno Cardoso Lopes
2010-07-09
2
-0
/
+25
*
Add AVX 256-bit unpack and interleave
Bruno Cardoso Lopes
2010-07-09
2
-0
/
+64
*
Fix a few tests
Jakob Stoklund Olesen
2010-07-09
1
-60
/
+60
*
In the presence of variable sized objects, allocate an emergency spill slot.
Jim Grosbach
2010-07-09
1
-2
/
+2
*
Add a target triple.
Dan Gohman
2010-07-09
1
-1
/
+1
*
Fix MachineLICM to actually visit inner loops.
Dan Gohman
2010-07-09
1
-0
/
+89
*
Start the support for AVX instructions with 256-bit %ymm registers. A couple of
Bruno Cardoso Lopes
2010-07-09
2
-0
/
+98
*
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
2
-7
/
+9
*
Fix test to be less sensitive of regalloc accidents
Jakob Stoklund Olesen
2010-07-09
1
-1
/
+1
*
Print "dregpair" NEON operands with a space between them, for readability and
Bob Wilson
2010-07-09
2
-3
/
+3
*
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
Dan Gohman
2010-07-09
2
-9
/
+7
*
Reenable DAG combining for vector shuffles. It looks like it was temporarily
Bob Wilson
2010-07-09
2
-10
/
+12
*
Extension of r107506. Make sure that we don't mark a function as having a call
Bill Wendling
2010-07-08
1
-0
/
+30
*
Rework segment prefix emission code to handle segments
Chris Lattner
2010-07-08
1
-0
/
+5
*
Test case for r107843. Radar 8152866.
Stuart Hastings
2010-07-08
1
-0
/
+10
*
Check for FiniteOnlyFPMath as well.
Evan Cheng
2010-07-08
1
-1
/
+1
*
Teach instcombine to transform
Benjamin Kramer
2010-07-08
1
-0
/
+32
*
A slight reworking of the custom patterns for x86-64 tpoff codegen and
Eric Christopher
2010-07-08
1
-1
/
+1
*
r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.
Evan Cheng
2010-07-08
1
-1
/
+1
*
Optimize some vfp comparisons to integer ones. This patch implements the simp...
Evan Cheng
2010-07-08
1
-0
/
+29
*
Changes to ARM tail calls, mostly cosmetic.
Dale Johannesen
2010-07-08
2
-2
/
+21
*
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-08
3
-8
/
+11
*
Fix the second half of PR7437: scalarrepl wasn't preserving
Chris Lattner
2010-07-08
1
-0
/
+35
*
Implement the major chunk of PR7195: support for 'callw'
Chris Lattner
2010-07-07
1
-0
/
+5
*
Add more assembly opcodes for SSE compare instructions
Bruno Cardoso Lopes
2010-07-07
2
-0
/
+190
*
Allow copies between GR8_ABCD_L and GR8_ABCD_H.
Jakob Stoklund Olesen
2010-07-07
1
-0
/
+11
*
Implement bottom-up fast-isel. This has the advantage of not requiring
Dan Gohman
2010-07-07
2
-9
/
+7
*
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-07
1
-2
/
+1
*
Add AVX AES instructions
Bruno Cardoso Lopes
2010-07-07
2
-0
/
+97
*
Remove interprocedural-basic-aa and associated code. The AliasAnalysis
Dan Gohman
2010-07-07
2
-1747
/
+262
*
Add AVX SSE4.2 instructions
Bruno Cardoso Lopes
2010-07-07
2
-0
/
+79
*
Add AVX SSE4.1 insertps, ptest and movntdqa instructions
Bruno Cardoso Lopes
2010-07-07
2
-0
/
+40
*
Add AVX SSE4.1 extractps and pinsr instructions
Bruno Cardoso Lopes
2010-07-07
2
-0
/
+72
*
Add AVX SSE4.1 Extract Integer instructions
Bruno Cardoso Lopes
2010-07-07
2
-0
/
+56
*
Accept RIP-relative symbols with 'i' constraint, and
Dale Johannesen
2010-07-06
1
-0
/
+21
*
Add the rest of AVX SSE4.1 packed move with sign/zero extend instructions
Bruno Cardoso Lopes
2010-07-06
2
-0
/
+95
*
Make test not hang waiting for input.
Dale Johannesen
2010-07-06
1
-1
/
+1
*
Add part of AVX SSE4.1 packed move with sign/zero extend instructions
Bruno Cardoso Lopes
2010-07-06
2
-0
/
+97
[next]