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
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-4
/
+4
*
R600: Fix scheduling of instructions that use the LDS output queue
Tom Stellard
2013-11-15
2
-3
/
+104
*
Simplify testcase.
Eric Christopher
2013-11-14
1
-1
/
+1
*
ARM: produce friendly error for invalid inline asm
Tim Northover
2013-11-14
1
-0
/
+16
*
Add a triple and switch test to FileCheck.
Rafael Espindola
2013-11-14
1
-1
/
+8
*
Error if we see an alias to a declaration.
Rafael Espindola
2013-11-14
9
-26
/
+70
*
AVX-512: Handled extractelement from mask vector;
Elena Demikhovsky
2013-11-14
2
-0
/
+33
*
R600/SI: Add testcase for problem I ran into
Matt Arsenault
2013-11-14
1
-0
/
+18
*
Minor extension to llvm.experimental.patchpoint: don't require a call.
Andrew Trick
2013-11-14
1
-0
/
+16
*
Add test case for AArch64 NEON instruction set misc.
Kevin Qin
2013-11-14
1
-0
/
+1609
*
Don't mangle \n and "
Rafael Espindola
2013-11-14
1
-0
/
+6
*
Implement aarch64 neon instruction class SIMD misc.
Kevin Qin
2013-11-14
1
-112
/
+56
*
Implement AArch64 NEON instruction set AdvSIMD (table).
Jiangning Liu
2013-11-14
1
-0
/
+828
*
Take care of long short branch immediate instructions for mips16 in
Reed Kotler
2013-11-13
2
-0
/
+59
*
R600/SI: Add support for private address space load/store
Tom Stellard
2013-11-13
4
-20
/
+27
*
R600/SI: Prefer SALU instructions for bit shift operations
Tom Stellard
2013-11-13
8
-109
/
+128
*
[AArch64] Add support for legacy AArch32 NEON scalar shift by immediate
Chad Rosier
2013-11-13
1
-18
/
+18
*
Enable generating legacy IT block for AArch32
Weiming Zhao
2013-11-13
9
-2
/
+15
*
Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espindola
2013-11-13
2
-14
/
+14
*
XCore target: implement exception handling
Robert Lytton
2013-11-13
2
-8
/
+137
*
Allow the code which returns the length for inline assembler to know
Reed Kotler
2013-11-13
1
-0
/
+29
*
Add a test case to verify that misusing anyregcc crashes as expected.
Andrew Trick
2013-11-13
1
-0
/
+17
*
R600: Fix selection failure on EXTLOAD
Matt Arsenault
2013-11-13
1
-0
/
+51
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-11-13
1
-0
/
+42
*
Cleanup the stackmap operand folding code and fix a corner case.
Andrew Trick
2013-11-12
1
-1
/
+21
*
[mips] Fix a bug in function CC_MipsO32_FP64. The second double precision
Akira Hatanaka
2013-11-12
1
-6
/
+6
*
[mips] Run test case with command line option -mattr=+fp64.
Akira Hatanaka
2013-11-12
1
-16
/
+39
*
[mips] Fix and re-enable a test case that has been disabled for a long time.
Akira Hatanaka
2013-11-12
1
-99
/
+120
*
Simplify operand folding when rematerializing a load.
Andrew Trick
2013-11-12
1
-11
/
+6
*
[mips][msa] Enable inlinse assembly for MSA.
Daniel Sanders
2013-11-12
1
-0
/
+34
*
[mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...
Daniel Sanders
2013-11-12
2
-1
/
+139
*
[ARM] Add support for FP_HP_extension build attribute
Bradley Smith
2013-11-12
2
-6
/
+24
*
[mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...
Daniel Sanders
2013-11-12
1
-0
/
+248
*
[mips][msa] Change constant used in ori tests to avoid conflict with bseti (a...
Daniel Sanders
2013-11-12
1
-16
/
+16
*
XCore target: fix bug in aligning 'byval i8*' on the stack
Robert Lytton
2013-11-12
1
-0
/
+15
*
XCore target test for hidden declaration
Robert Lytton
2013-11-12
1
-1
/
+5
*
Add XCore support for ATOMIC_FENCE.
Robert Lytton
2013-11-12
1
-0
/
+16
*
XCore target: return error for unsupported alignment
Robert Lytton
2013-11-12
1
-0
/
+9
*
R600/SI: Change formatting of printed registers.
Matt Arsenault
2013-11-12
53
-280
/
+279
*
Change the default branch instruction to be the 16 bit variety for mips16.
Reed Kotler
2013-11-12
1
-0
/
+37
*
R600/SI: Add test that fails due to requiring i64 mul for pointers
Matt Arsenault
2013-11-11
1
-0
/
+18
*
Fix the recently added anyregcc convention to handle spilled operands.
Andrew Trick
2013-11-11
1
-8
/
+37
*
R600: Use function inputs to represent data stored in gpr
Vincent Lejeune
2013-11-11
25
-280
/
+246
*
[mips] Partially revert r193641. Stack alignment should not be determined by
Akira Hatanaka
2013-11-11
1
-2
/
+1
*
[NVPTX] Properly handle bitcast ConstantExpr when checking for the alignment ...
Justin Holewinski
2013-11-11
1
-0
/
+26
*
[NVPTX] Fix logic error in loading vector parameters of more than 4 components
Justin Holewinski
2013-11-11
1
-0
/
+13
*
[AArch64] The shift right/left and insert immediate builtins expect 3
Chad Rosier
2013-11-11
1
-14
/
+18
*
[AArch64] Add support for NEON scalar floating-point convert to fixed-point i...
Chad Rosier
2013-11-11
1
-8
/
+56
*
Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...
Daniel Sanders
2013-11-11
1
-0
/
+70
*
[mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.
Matheus Almeida
2013-11-11
1
-192
/
+336
[next]