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
*
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-20
1
-0
/
+37
*
Add support for selecting 256-bit PALIGNR.
Craig Topper
2012-01-20
1
-0
/
+57
*
Remove a low-quality test which was failing on Windows; test/CodeGen/X86/sret...
Eli Friedman
2012-01-20
1
-23
/
+0
*
Support MSVC x86-32 sret convention. PR11688. Patch by Joe Groff.
Eli Friedman
2012-01-20
1
-0
/
+28
*
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-19
2
-2
/
+2
*
Post process 'and', 'sub' instructions and select better encoding, if available.
Devang Patel
2012-01-19
1
-0
/
+8
*
Intel syntax: There is no need to create unary expr for simple negative displ...
Devang Patel
2012-01-19
1
-0
/
+4
*
Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...
Devang Patel
2012-01-19
1
-0
/
+22
*
Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.
Evgeniy Stepanov
2012-01-19
1
-0
/
+15
*
Add testcase.
Jim Grosbach
2012-01-19
1
-0
/
+13
*
Space after punctuation.
Nick Lewycky
2012-01-19
1
-14
/
+14
*
Add a TargetOption for disabling tail calls.
Nick Lewycky
2012-01-19
1
-0
/
+40
*
Thumb2 alternate syntax for LDR(literal) and friends.
Jim Grosbach
2012-01-18
1
-0
/
+27
*
Process instructions after match to select alternative encoding which may be ...
Devang Patel
2012-01-18
1
-0
/
+24
*
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
1
-0
/
+13
*
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-18
1
-0
/
+2
*
Fix a bug in the type-legalization of vector integers. When we bitcast one ve...
Nadav Rotem
2012-01-18
1
-0
/
+14
*
Test case rename
Andrew Trick
2012-01-17
1
-0
/
+0
*
MC tweak symbol difference resolution for non-local symbols.
Jim Grosbach
2012-01-17
3
-5
/
+7
*
Tidy up.
Jim Grosbach
2012-01-17
1
-2
/
+2
*
Intel syntax: Fix parser match class to check memory operand size.
Devang Patel
2012-01-17
1
-0
/
+2
*
Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.
Nadav Rotem
2012-01-17
3
-5
/
+31
*
Intel syntax: Parse "BYTE PTR [RDX + RCX]"
Devang Patel
2012-01-17
1
-0
/
+2
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
1
-0
/
+51
*
Intel syntax: Do not unncessarily create plus expression for memory operand d...
Devang Patel
2012-01-17
1
-0
/
+2
*
Intel syntax: Ignore mnemonic aliases.
Devang Patel
2012-01-17
1
-0
/
+8
*
Remove "XFAIL: arm" from test/ExecutionEngine/test-return.ll
Eli Bendersky
2012-01-17
1
-1
/
+0
*
Intel syntax: Robustify memory operand parsing.
Devang Patel
2012-01-17
1
-0
/
+8
*
Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF
Eli Bendersky
2012-01-17
7
-0
/
+244
*
Fix 11769.
Nadav Rotem
2012-01-17
1
-1
/
+12
*
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
1
-0
/
+113
*
AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...
Hal Finkel
2012-01-16
1
-0
/
+40
*
Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.
Eli Friedman
2012-01-16
1
-0
/
+34
*
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...
Eli Bendersky
2012-01-16
41
-47
/
+76
*
[AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.
Nadav Rotem
2012-01-15
1
-0
/
+37
*
Relax the FileCheck assertion a bit -- all we really care about is that
Chandler Carruth
2012-01-15
1
-1
/
+1
*
FileCheck-ize a test, make it more specific to directly test the shift
Chandler Carruth
2012-01-15
1
-10
/
+14
*
Fix a corner case hit by redundant phi elimination running after LSR.
Andrew Trick
2012-01-14
1
-0
/
+50
*
After r147827 and r147902, it's now possible for unallocatable registers to be
Evan Cheng
2012-01-14
1
-0
/
+103
*
Cleanup test case by adding checks for test names.
Chad Rosier
2012-01-14
1
-1
/
+2
*
Add a test showing how the Leh_func_endN symbol is used.
Rafael Espindola
2012-01-14
1
-0
/
+27
*
Add new test.
Devang Patel
2012-01-13
1
-0
/
+10
*
test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
NAKAMURA Takumi
2012-01-13
1
-0
/
+1
*
Add patterns for v16i16 and v32i8 immAllZerosV to select VPXOR to match v4i64...
Craig Topper
2012-01-13
1
-1
/
+1
*
DAGCombine's logic for forming pre- and post- indexed loads / stores were being
Evan Cheng
2012-01-13
2
-4
/
+99
*
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
Dan Gohman
2012-01-13
2
-2
/
+155
*
Fixed a bug in LowerVECTOR_SHUFFLE caused assertion failure
Elena Demikhovsky
2012-01-12
1
-1
/
+9
*
Add error-reporting tests for platforms that don't support segmented stacks.
Rafael Espindola
2012-01-12
1
-0
/
+11
*
Support segmented stacks on 64-bit FreeBSD.
Rafael Espindola
2012-01-12
1
-0
/
+52
*
Support segmented stacks on win32.
Rafael Espindola
2012-01-12
1
-0
/
+50
[next]