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
*
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
*
Remove test case, as Chris suggested.
Devang Patel
2012-01-12
1
-23
/
+0
*
Add test case to check intel syntax parsing.
Devang Patel
2012-01-12
1
-0
/
+23
*
Fix a bug in the AVX 256-bit shuffle code in cases where the splat element is...
Nadav Rotem
2012-01-12
1
-0
/
+12
*
X86: Generalize the x << (y & const) optimization to also catch masks with mo...
Benjamin Kramer
2012-01-12
1
-3
/
+15
*
On AVX, we can load v8i32 at a time. The bug happens when two uneven loads ar...
Nadav Rotem
2012-01-11
1
-0
/
+12
*
Check to make sure that the CFString's back store ends up in the correct sect...
Bill Wendling
2012-01-11
1
-0
/
+36
*
Support segmented stacks on mac.
Rafael Espindola
2012-01-11
1
-74
/
+205
*
Split segmented stacks tests into tests for static- and dynamic-size frames.
Rafael Espindola
2012-01-11
2
-37
/
+71
*
Generate the segmented stack prologue for fastcc too.
Rafael Espindola
2012-01-11
1
-0
/
+55
*
Revert r147945 which disabled an addressing mode transformation. I had
Chandler Carruth
2012-01-11
1
-10
/
+10
*
Use unsigned comparison in segmented stack prologue.
Rafael Espindola
2012-01-11
1
-0
/
+6
*
Explicitly set the scale to 1 on some segstack prologue instrs.
Rafael Espindola
2012-01-11
1
-0
/
+4
*
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-11
1
-0
/
+9
*
Add XOP Intrinsics and tests
Jan Sjödin
2012-01-11
1
-0
/
+1059
*
Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...
Nadav Rotem
2012-01-11
2
-5
/
+24
*
Don't try to create a GEP when the pointee type is unsized (such GEPs
Duncan Sands
2012-01-11
1
-0
/
+12
*
Disable the transformation I added in r147936 to see if it fixes some
Chandler Carruth
2012-01-11
1
-10
/
+10
*
Fix undefined code and reenable test case.
Jakob Stoklund Olesen
2012-01-11
1
-2
/
+1
*
Teach the X86 instruction selection to do some heroic transforms to
Chandler Carruth
2012-01-11
1
-0
/
+44
*
Improved compile time:
Stepan Dyatkovskiy
2012-01-11
1
-2
/
+2
*
llvm/test/CodeGen/X86/zext-fold.ll: Relax an expression in stack offset.
NAKAMURA Takumi
2012-01-11
1
-1
/
+1
*
llvm/test/CodeGen/X86/sub-with-overflow.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-01-11
1
-1
/
+1
*
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2012-01-11
1
-0
/
+2
*
Add the skeleton of an asm parser for mips.
Rafael Espindola
2012-01-11
1
-0
/
+5
*
ARM Ld/St Optimizer fix.
Andrew Trick
2012-01-11
1
-0
/
+46
*
Disable test that seems to expose an unrelated Linux issue.
Jakob Stoklund Olesen
2012-01-11
1
-1
/
+2
*
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-11
1
-0
/
+155
[next]