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
*
Revert r129875, XFAILing this test for arm, since the fix was reverted.
Dan Gohman
2011-09-03
1
-0
/
+1
*
Pseudo CMOV instructions don't clobber EFLAGS.
Jakob Stoklund Olesen
2011-09-02
2
-6
/
+6
*
Try to eliminate the use of the 'unwind' instruction.
Bill Wendling
2011-09-02
1
-1
/
+1
*
Don't fast-isel for atomic load/store; some cases require extra handling miss...
Eli Friedman
2011-09-02
2
-0
/
+2
*
Better fix for this testcase. Update it to the new EH scheme entirely.
Bill Wendling
2011-09-02
1
-6
/
+7
*
Update for new EH stuff. (I'm not sure if this is 100% correct.)
Bill Wendling
2011-09-02
1
-1
/
+1
*
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-02
1
-9
/
+16
*
Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.
Kalle Raiskila
2011-09-02
1
-1
/
+12
*
Revert r131152, r129796, r129761. This code is currently considered
Dan Gohman
2011-09-01
4
-0
/
+13
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
2
-5
/
+20
*
XFAIL this test on arm until the backend is fixed.
Benjamin Kramer
2011-09-01
1
-0
/
+3
*
This test depends on cmov being available.
Benjamin Kramer
2011-09-01
1
-1
/
+1
*
Permit remat of partial register defs when it is safe.
Jakob Stoklund Olesen
2011-09-01
1
-0
/
+24
*
Fix vbroadcast matching logic to early unmatch if the node doesn't have
Bruno Cardoso Lopes
2011-09-01
1
-0
/
+10
*
Prevent remat of partial register redefinitions.
Jakob Stoklund Olesen
2011-09-01
1
-0
/
+28
*
PreRA scheduler should avoid cloning compares.
Andrew Trick
2011-09-01
1
-1
/
+9
*
Remove old declare statements.
Bill Wendling
2011-08-31
1
-4
/
+0
*
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
1
-1
/
+1
*
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
15
-2
/
+105
*
Revert r138894. This was failing on cmake-clang-i686-msvc10.
Bill Wendling
2011-08-31
1
-3
/
+0
*
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
2
-12
/
+8
*
Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...
Eli Friedman
2011-08-31
1
-7
/
+37
*
64-bit atomic cmpxchg for ARM.
Eli Friedman
2011-08-31
1
-0
/
+15
*
Compress Repeated Byte Output
David Greene
2011-08-31
1
-0
/
+34
*
This test requires sse, otherwise x87 ops will block tailcall optimization
Benjamin Kramer
2011-08-31
1
-1
/
+1
*
- Move all MOVSS and MOVSD patterns close to their definitions
Bruno Cardoso Lopes
2011-08-31
1
-1
/
+2
*
Fix (movhps load) lowering / pattern to match more cases. rdar://10050549
Evan Cheng
2011-08-31
1
-0
/
+19
*
Some minor cleanups for r138845.
Eli Friedman
2011-08-31
1
-1
/
+1
*
Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.
Eli Friedman
2011-08-31
1
-0
/
+83
*
Fix test typo.
Benjamin Kramer
2011-08-31
1
-1
/
+1
*
Add a triple.
Rafael Espindola
2011-08-30
1
-2
/
+2
*
Some test code to check if correct code is being generated.
Rafael Espindola
2011-08-30
1
-0
/
+87
*
Set CR1EQ only when lowering vararg floating arguments (not any vararg
Roman Divacky
2011-08-30
1
-0
/
+18
*
Change ARM / Thumb2 addc / adde and subc / sube modeling to use physical
Evan Cheng
2011-08-30
2
-2
/
+47
*
Explicitly zero out parts of a vector which are required to be zero by the al...
Eli Friedman
2011-08-29
1
-3
/
+28
*
Add testcase for r138746.
Owen Anderson
2011-08-29
1
-0
/
+34
*
Fix PR5329: pay attention to constructor/destructor priority
Duncan Sands
2011-08-28
1
-0
/
+21
*
Update to new EH scheme.
Bill Wendling
2011-08-27
1
-5
/
+5
*
Cannot have an llvm.eh.exception call in a non-landing pad block.
Bill Wendling
2011-08-27
1
-2
/
+0
*
Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.
Eli Friedman
2011-08-26
1
-0
/
+13
*
Revert r138606 until LowerInvoke has been converted to the new EH scheme.
Bill Wendling
2011-08-26
1
-4
/
+1
*
Atomic load/store on ARM/Thumb.
Eli Friedman
2011-08-26
1
-0
/
+31
*
Update to the new EH scheme.
Bill Wendling
2011-08-25
8
-9
/
+40
*
Add support for AVX 256-bit version of MOVDDUP!
Bruno Cardoso Lopes
2011-08-25
1
-0
/
+14
*
ARM fix for missing implicit operands on ldmia_ret.
Andrew Trick
2011-08-25
1
-0
/
+100
*
LSR wants to split the landing pad's critical edge. Let it do it, but use the
Bill Wendling
2011-08-25
1
-0
/
+29
*
Add support for 256-bit versions of VSHUFPD and VSHUFPS.
Bruno Cardoso Lopes
2011-08-25
2
-4
/
+31
*
Hook up 64-bit atomic load/store on x86-32. I plan to write more efficient i...
Eli Friedman
2011-08-24
1
-0
/
+19
*
Basic tests for atomic load and store on x86.
Eli Friedman
2011-08-24
1
-0
/
+22
*
Add Uses=[SP] to call instructions. This fixes a miscompilation with a
Richard Osborne
2011-08-24
1
-0
/
+20
[next]