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
*
Codegen failure for vmull with small vectors
Sebastian Pop
2012-11-30
1
-0
/
+150
*
test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.
Chad Rosier
2012-11-30
1
-2
/
+2
*
test/CodeGen/PowerPC: Add explicit -march=ppc32.
NAKAMURA Takumi
2012-11-30
2
-2
/
+2
*
This patch fixes the Altivec addend construction for the fused multiply-add
Adhemerval Zanella
2012-11-30
2
-10
/
+33
*
Handle the situation where CodeGenPrepare removes a reference to a BB that has
Bill Wendling
2012-11-29
1
-0
/
+23
*
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-29
1
-0
/
+61
*
Teach the legalizer how to handle operands for VSELECT nodes
Justin Holewinski
2012-11-29
1
-0
/
+16
*
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
1
-0
/
+19
*
Avoid rewriting instructions twice.
Jakob Stoklund Olesen
2012-11-29
1
-0
/
+41
*
When combining consecutive stores allow loads in between the stores, if the l...
Nadav Rotem
2012-11-29
1
-0
/
+52
*
ARM: Implement CanLowerReturn so large vectors get expanded into sret.
Benjamin Kramer
2012-11-28
1
-0
/
+12
*
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
1
-0
/
+68
*
misched: better alias analysis.
Andrew Trick
2012-11-28
1
-0
/
+127
*
This patch makes medium code model the default for 64-bit PowerPC ELF.
Bill Schmidt
2012-11-27
1
-0
/
+26
*
Add -verify-machineinstrs to these fast-isel test cases.
Chad Rosier
2012-11-27
4
-6
/
+6
*
CSE: allow PerformTrivialCoalescing to check copies across basic block
Manman Ren
2012-11-27
1
-0
/
+32
*
X86: do not fold load instructions such as [V]MOVS[S|D] to other instructions
Manman Ren
2012-11-27
1
-0
/
+39
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
8
-0
/
+403
*
Never use .lcomm on platforms where it does not accept an alignment
Ulrich Weigand
2012-11-27
2
-3
/
+5
*
Revert accidental commit.
Craig Topper
2012-11-27
1
-0
/
+42
*
Make PrintReg constructor explicit to prevent weird implicit conversions from...
Craig Topper
2012-11-27
1
-42
/
+0
*
Add test cases for r168417.
Craig Topper
2012-11-27
1
-0
/
+20
*
Extend test case for r168657.
Chad Rosier
2012-11-27
1
-0
/
+30
*
llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression correspo...
NAKAMURA Takumi
2012-11-27
1
-1
/
+1
*
Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.
Chad Rosier
2012-11-26
2
-25
/
+19
*
Normalize splat 256bit vectors with 8 elements.
Jakub Staszak
2012-11-26
1
-7
/
+7
*
Rewrite test to not use a FileCheck variable and redefine it on the same line.
Eli Bendersky
2012-11-26
1
-5
/
+5
*
PPC: MCize most of the darwin PIC emission.
Benjamin Kramer
2012-11-24
2
-11
/
+49
*
[mips] Generate big GOT code.
Akira Hatanaka
2012-11-21
1
-0
/
+50
*
Add support for varargs functions for msp430.
Anton Korobeynikov
2012-11-21
1
-0
/
+50
*
Add support for byval args. Patch by Job Noorman!
Anton Korobeynikov
2012-11-21
1
-0
/
+26
*
Fix physical register liveness calculations:
Tim Northover
2012-11-20
1
-0
/
+20
*
Intel OCL built-ins calling conventions now support MacOS 32-bit.
Elena Demikhovsky
2012-11-20
1
-36
/
+58
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
1
-0
/
+77
*
Handle mixed normal and early-clobber defs on inline asm.
Jakob Stoklund Olesen
2012-11-19
1
-0
/
+7
*
Use a full triple for a PPC test case for asm syntax.
Andrew Trick
2012-11-18
1
-3
/
+3
*
Silence the buildbots for this test while I figure out the triple
Andrew Trick
2012-11-17
1
-2
/
+2
*
Broaden isSchedulingBoundary to check aliases of SP.
Andrew Trick
2012-11-17
1
-0
/
+33
*
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-17
1
-0
/
+8
*
[fast-isel] Add the -verify-machineinstrs to these test cases. The remaining
Chad Rosier
2012-11-17
8
-15
/
+15
*
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-17
1
-0
/
+41
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
1
-41
/
+41
*
Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
Anton Korobeynikov
2012-11-16
1
-0
/
+17
*
Fix handling of aliases to functions.
Richard Osborne
2012-11-16
1
-0
/
+32
*
[NVPTX] Order global variables in def-use order before emiting them in the fi...
Justin Holewinski
2012-11-16
1
-0
/
+20
*
llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect t...
NAKAMURA Takumi
2012-11-16
2
-2
/
+2
*
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
Duncan Sands
2012-11-16
2
-0
/
+164
*
Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...
Craig Topper
2012-11-16
1
-0
/
+144
*
[mips] Fix delay slot filler so that instructions with register operand $1 are
Akira Hatanaka
2012-11-16
1
-0
/
+32
*
Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing
Eli Friedman
2012-11-15
1
-0
/
+9
[next]