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
*
PowerPC: Lowering floor intrinsic for Altivec
Adhemerval Zanella
2012-11-15
1
-0
/
+172
*
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
1
-0
/
+53
*
Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,
Duncan Sands
2012-11-15
1
-0
/
+9
*
This patch is in preparation for adding medium code model support to the
Bill Schmidt
2012-11-14
5
-5
/
+5
*
Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.
Jakub Staszak
2012-11-14
4
-8
/
+8
*
test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f...
NAKAMURA Takumi
2012-11-14
1
-1
/
+1
*
Remove the CellSPU port.
Eric Christopher
2012-11-14
59
-7313
/
+0
*
llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.
NAKAMURA Takumi
2012-11-14
1
-2
/
+23
*
Added multiclass for post-increment load instructions.
Jyotsna Verma
2012-11-14
1
-0
/
+29
*
Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.
Benjamin Kramer
2012-11-14
1
-2
/
+2
*
Remove DOS line endings.
Jakub Staszak
2012-11-14
5
-337
/
+337
*
X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...
Benjamin Kramer
2012-11-14
4
-22
/
+79
*
The code pattern "imm0_255_neg" is used for checking if an immediate value is...
Nadav Rotem
2012-11-14
1
-0
/
+31
*
[NVPTX] Implement custom lowering of loads/stores for i1
Justin Holewinski
2012-11-14
1
-0
/
+26
*
Fix really stupid ARM EHABI info generation bug: we should not emit
Anton Korobeynikov
2012-11-14
1
-0
/
+18
*
X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.
Jim Grosbach
2012-11-14
1
-1
/
+1
*
Emit relocations from .debug_aranges to .debug_info for asm files
Alexey Samsonov
2012-11-14
1
-2
/
+42
*
Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.
Rafael Espindola
2012-11-14
1
-0
/
+12
*
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-14
1
-0
/
+44
*
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
1
-2
/
+2
*
[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!
Michael J. Spencer
2012-11-13
1
-0
/
+23
*
Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...
NAKAMURA Takumi
2012-11-13
1
-3
/
+0
*
Add test case to verify correct relocs being generated for
Ulrich Weigand
2012-11-13
1
-0
/
+28
*
numerically sort the symbols, so that the testcase result is uniform
Shankar Easwaran
2012-11-13
1
-23
/
+23
*
llvm-nm: Make sort more stable when symbol names are equal.
Daniel Dunbar
2012-11-13
1
-1
/
+1
*
X86: when constructing VZEXT_LOAD from other loads, makes sure its output
Manman Ren
2012-11-13
1
-0
/
+51
*
Do not consider a machine instruction that uses and defines the same
Ulrich Weigand
2012-11-13
1
-0
/
+18
*
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-11-13
6
-0
/
+277
*
Revert 167755/167760. We don't want to emit crash diagnostics on command-line...
Chad Rosier
2012-11-13
1
-1
/
+1
*
llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.
NAKAMURA Takumi
2012-11-13
1
-0
/
+3
*
Codegen support for arbitrary vector getelementptrs.
Duncan Sands
2012-11-13
1
-0
/
+5
*
Fix the instcombine GEP index widening transform to work correctly for vector
Duncan Sands
2012-11-13
1
-0
/
+5
*
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
6
-4
/
+59
*
DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...
Benjamin Kramer
2012-11-13
15
-1346
/
+2559
*
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
2
-11
/
+56
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
13
-338
/
+525
*
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-13
1
-0
/
+170
*
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
1
-2
/
+2
*
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-13
1
-1
/
+1
*
revert r167740
Shuxin Yang
2012-11-13
2
-16
/
+3
*
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
1
-0
/
+85
*
Fix test case added in patch fixing PR14314
Michael Liao
2012-11-12
1
-4
/
+4
*
Update test case for r167754/r167755.
Chad Rosier
2012-11-12
1
-1
/
+1
*
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
1
-0
/
+54
*
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
1
-0
/
+16
*
This change is to fix rdar://12571717 which is about assertion in Reassociate...
Shuxin Yang
2012-11-12
2
-3
/
+16
*
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
1
-0
/
+2
*
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-12
1
-0
/
+25
*
Normalize memcmp constant folding results.
Meador Inge
2012-11-12
1
-2
/
+2
*
Fix PR14314
Michael Liao
2012-11-12
2
-4
/
+17
[next]