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
*
R600: Simplify handling of private address space
Tom Stellard
2013-10-22
1
-0
/
+39
*
AVX-512: aligned / unaligned load and store for 512-bit integer vectors.
Elena Demikhovsky
2013-10-22
1
-0
/
+28
*
Add testcase for PR3168. It was fixed over time.
Bill Wendling
2013-10-22
1
-0
/
+21
*
Fix spelling, grammar, and match naming convention for test files.
Eric Christopher
2013-10-21
1
-1
/
+1
*
[AArch64] Add the constraint to NEON scalar mla/mls instructions.
Chad Rosier
2013-10-21
1
-20
/
+24
*
Fix CodeGen for vectors of pointers with address spaces.
Matt Arsenault
2013-10-21
1
-0
/
+30
*
Fix CodeGen for different size address space GEPs
Matt Arsenault
2013-10-21
1
-0
/
+10
*
X86 vector element shift-by-immediate instructions take i8 immediates. Make
Lang Hames
2013-10-21
2
-4
/
+4
*
AVX-512: MUL operation lowering for v8i64
Elena Demikhovsky
2013-10-21
1
-1
/
+10
*
[mips][msa] Fix definition of SLD instruction.
Matheus Almeida
2013-10-21
1
-27
/
+27
*
Emit prefix data after debug and EH directives.
Peter Collingbourne
2013-10-20
1
-0
/
+2
*
Update PPC loop tests after SCEV non-unit-stride checkin r193015.
Andrew Trick
2013-10-19
2
-24
/
+12
*
Test case for r192957
David Majnemer
2013-10-18
1
-0
/
+21
*
[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)
Bill Schmidt
2013-10-18
1
-0
/
+520
*
[AArch64] Add support for NEON scalar extract narrow instructions.
Chad Rosier
2013-10-18
1
-0
/
+104
*
[mips][msa] Added a regression test that depended on multiple patches to pass.
Daniel Sanders
2013-10-18
1
-0
/
+150
*
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
Hans Wennborg
2013-10-18
3
-7
/
+5
*
17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targets
David Peixotto
2013-10-17
2
-0
/
+1580
*
[AArch64] Add support for NEON scalar three register different instruction
Chad Rosier
2013-10-17
1
-0
/
+75
*
Add testcase to make sure we don't generate a compact unwind section for ELF ...
Bill Wendling
2013-10-17
1
-0
/
+48
*
[mips][msa] Added lsa instruction
Daniel Sanders
2013-10-17
1
-0
/
+26
*
Fix tests not to depend on specific regalloc or instruction order.
Benjamin Kramer
2013-10-17
2
-4
/
+4
*
Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deleted
Daniel Sanders
2013-10-17
1
-149
/
+0
*
Replace sra with srl if a single sign bit is required
Richard Sandiford
2013-10-17
2
-5
/
+16
*
Fix edge condition in DAGCombiner to improve codegen of shift sequences.
Andrea Di Biagio
2013-10-17
1
-0
/
+8
*
x86: Move bitcasts outside concat_vector.
Jim Grosbach
2013-10-17
1
-1
/
+24
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
3
-5
/
+7
*
[AArch64] Add support for NEON scalar negate instruction.
Chad Rosier
2013-10-16
1
-0
/
+12
*
[AArch64] Add support for NEON scalar absolute value instruction.
Chad Rosier
2013-10-16
1
-0
/
+12
*
Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,
Yunzhong Gao
2013-10-16
1
-0
/
+3
*
R600: Fix a crash in the AMDILCFGStructurizer
Tom Stellard
2013-10-16
1
-0
/
+83
*
Port to FileCheck.
Rafael Espindola
2013-10-16
1
-4
/
+17
*
[AArch64] Add support for NEON scalar signed saturating accumulated of unsigned
Chad Rosier
2013-10-16
1
-0
/
+104
*
DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...
Benjamin Kramer
2013-10-16
1
-0
/
+14
*
[SystemZ] Handle extensions in RxSBG optimizations
Richard Sandiford
2013-10-16
1
-3
/
+2
*
[SystemZ] Improve handling of SETCC
Richard Sandiford
2013-10-16
3
-16
/
+260
*
Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits
Richard Sandiford
2013-10-16
1
-0
/
+67
*
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...
NAKAMURA Takumi
2013-10-16
3
-4
/
+4
*
Add a triple to this test.
Rafael Espindola
2013-10-16
1
-1
/
+1
*
Add support for metadata representing .ident directives.
Rafael Espindola
2013-10-16
1
-0
/
+9
*
MC: Better handling of tricky symbol and section names
Hans Wennborg
2013-10-16
3
-4
/
+4
*
Enable MI Sched for x86.
Andrew Trick
2013-10-15
65
-278
/
+336
*
[AArch64] Add support for NEON scalar signed saturating absolute value and
Chad Rosier
2013-10-15
2
-0
/
+98
*
Struct byval: fix a copy-paste error for thumb2.
Manman Ren
2013-10-15
1
-4
/
+43
*
Fix PR17546
Michael Liao
2013-10-15
1
-0
/
+10
*
Fix PR16807
Michael Liao
2013-10-15
1
-0
/
+18
*
[mips][msa] Added support for build_vector for v4f32 and v2f64.
Daniel Sanders
2013-10-15
1
-4
/
+39
*
[SystemZ] Use A(G)SI when spilling the target of a constant addition
Richard Sandiford
2013-10-15
2
-0
/
+332
*
Fix MSP430 calling convention to match MSPGCC
Job Noorman
2013-10-15
2
-0
/
+179
*
llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to ...
NAKAMURA Takumi
2013-10-15
1
-1
/
+1
[next]