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
*
Add llvm-c-test tool for testing llvm-c
Anders Waldenborg
2013-10-23
6
-0
/
+86
*
R600/SI: fix MIMG writemask adjustement
Tom Stellard
2013-10-23
1
-0
/
+93
*
R600: Fix handling of vector kernel arguments
Tom Stellard
2013-10-23
5
-115
/
+502
*
R600/SI: Add support for i64 bitwise or
Tom Stellard
2013-10-23
1
-4
/
+17
*
R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32
Tom Stellard
2013-10-23
1
-5
/
+10
*
MC: Support multiple sections with the same name in the same comdat group
David Blaikie
2013-10-22
1
-0
/
+41
*
ARM: provide diagnostics on more writeback LDM/STM instructions
Tim Northover
2013-10-22
3
-0
/
+39
*
R600: Simplify handling of private address space
Tom Stellard
2013-10-22
1
-0
/
+39
*
Simplify testing case (Thanks Rafael for the testing case).
Manman Ren
2013-10-22
1
-28
/
+22
*
[mips][msa] Direct Object Emission support for conditional branches.
Matheus Almeida
2013-10-22
1
-0
/
+78
*
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
*
TBAA: fix PR17620.
Manman Ren
2013-10-22
1
-0
/
+51
*
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
*
SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2
Tom Stellard
2013-10-21
1
-0
/
+37
*
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
*
Teach SimplifyCFG about address spaces
Matt Arsenault
2013-10-21
2
-11
/
+104
*
Fix creating bitcasts between address spaces in SCEV.
Matt Arsenault
2013-10-21
1
-1
/
+27
*
X86 vector element shift-by-immediate instructions take i8 immediates. Make
Lang Hames
2013-10-21
2
-4
/
+4
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
2
-3
/
+12
*
DebugInfo: Hash DW_FORM_GNU_str_index as a string.
David Blaikie
2013-10-21
1
-2
/
+2
*
AVX-512: MUL operation lowering for v8i64
Elena Demikhovsky
2013-10-21
1
-1
/
+10
*
[mips][msa] Direct Object Emission support for LD/ST instructions.
Matheus Almeida
2013-10-21
1
-0
/
+30
*
[mips][msa] Direct Object Emission support for LDI instructions.
Matheus Almeida
2013-10-21
1
-0
/
+19
*
[mips][msa] Direct Object Emission support for MOVE.v.
Matheus Almeida
2013-10-21
1
-0
/
+3
*
[mips][msa] Direct Object Emission support for CTCMSA and CFCMSA.
Matheus Almeida
2013-10-21
1
-0
/
+105
*
[mips][msa] Direct Object Emission of SPLAT instruction.
Matheus Almeida
2013-10-21
1
-0
/
+12
*
[mips][msa] Fix definition of SLD instruction.
Matheus Almeida
2013-10-21
2
-39
/
+39
*
Don't eliminate a partially redundant load if it's in a landing pad.
Bill Wendling
2013-10-21
2
-43
/
+203
*
Fix typo in test's XFAIL line. Patch by Dimitry Andric!
Nick Lewycky
2013-10-21
1
-1
/
+1
*
Teach simplify-cfg how to correctly create covered lookup tables for switches...
Michael Gottesman
2013-10-20
1
-0
/
+48
*
Emit prefix data after debug and EH directives.
Peter Collingbourne
2013-10-20
1
-0
/
+2
*
Emit DWARF line entries for all data in the instruction stream.
Peter Collingbourne
2013-10-20
1
-6
/
+19
*
Perform an intelligent splice of the predecessor with the single successor.
Bill Wendling
2013-10-19
1
-0
/
+43
*
Update PPC loop tests after SCEV non-unit-stride checkin r193015.
Andrew Trick
2013-10-19
2
-24
/
+12
*
SCEV should use NSW to get trip count for positive nonunit stride loops.
Andrew Trick
2013-10-18
1
-18
/
+25
*
[Support][YAML] Add support for accessing tags and tag handle substitution.
Michael J. Spencer
2013-10-18
3
-3
/
+16
*
MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
Hans Wennborg
2013-10-18
3
-0
/
+57
*
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
*
Add hint disassembly syntax for 16-bit Thumb hint instructions.
Richard Barton
2013-10-18
3
-13
/
+25
*
[AArch64] Add support for NEON scalar extract narrow instructions.
Chad Rosier
2013-10-18
4
-0
/
+229
*
Add hardware division as a default feature on Cortex-A15. Also add test cases...
Silviu Baranga
2013-10-18
2
-0
/
+61
*
[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
4
-27
/
+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
4
-0
/
+171
*
Add testcase to make sure we don't generate a compact unwind section for ELF ...
Bill Wendling
2013-10-17
1
-0
/
+48
[next]