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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make it a .ll test case.
Devang Patel
2010-07-14
1
-0
/
+108
*
Improve 64-subtraction of immediates when parts of the immediate can fit
Jim Grosbach
2010-07-14
3
-2
/
+132
*
Delete fast-isel's trivial load optimization; it breaks debugging because
Dan Gohman
2010-07-14
1
-23
/
+0
*
Fix test to appease the buildbots.
Bob Wilson
2010-07-14
1
-1
/
+1
*
Fix for PR7193 was overly conservative. The only case where sibcall callee
Evan Cheng
2010-07-14
1
-0
/
+13
*
Add support for NEON VMVN immediate instructions.
Bob Wilson
2010-07-14
1
-0
/
+48
*
Re-enable the test with fix.
Evan Cheng
2010-07-14
1
-3
/
+2
*
temporarily disable to test to fix buildbots.
Chris Lattner
2010-07-14
1
-2
/
+3
*
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
2010-07-14
1
-1
/
+1
*
Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.
Bob Wilson
2010-07-14
1
-0
/
+12
*
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
Bob Wilson
2010-07-13
1
-1
/
+1
*
In inline asm treat indirect 'X' constraint as 'm'.
Dale Johannesen
2010-07-13
1
-0
/
+18
*
Extend the r107852 optimization which turns some fp compare to code sequence ...
Evan Cheng
2010-07-13
1
-9
/
+62
*
-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.
Evan Cheng
2010-07-13
3
-3
/
+3
*
Fix PR number.
Dale Johannesen
2010-07-13
1
-1
/
+1
*
Apply the SSE dependence idiom for SSE unary operations to
Dan Gohman
2010-07-12
1
-0
/
+41
*
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-11
1
-2
/
+2
*
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
*
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-10
3
-9
/
+40
*
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
*
--- 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
*
Check for FiniteOnlyFPMath as well.
Evan Cheng
2010-07-08
1
-1
/
+1
*
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
*
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
*
Accept RIP-relative symbols with 'i' constraint, and
Dale Johannesen
2010-07-06
1
-0
/
+21
*
Make test not hang waiting for input.
Dale Johannesen
2010-07-06
1
-1
/
+1
*
Be more forgiving when calculating alias interference for physreg coalescing.
Jakob Stoklund Olesen
2010-07-06
1
-2
/
+2
*
Fix PR7545 crash.
Devang Patel
2010-07-06
1
-0
/
+29
*
Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversion
Rafael Espindola
2010-07-06
1
-1
/
+1
*
Remove mistakenly added test.
Eric Christopher
2010-07-06
1
-25
/
+0
*
Fix up -fstack-protector on linux to use the segment
Eric Christopher
2010-07-06
3
-4
/
+57
*
another v2f32 case, in this case showing poor codegen.
Chris Lattner
2010-07-05
1
-1
/
+16
*
fix test on non-x86 hosts.
Chris Lattner
2010-07-05
1
-1
/
+1
*
Just rip v2f32 support completely out of the X86 backend. In
Chris Lattner
2010-07-04
1
-5
/
+13
[next]