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
...
*
R600/SI: Fix moveToVALU when the first operand is VSrc.
Matt Arsenault
2013-11-18
1
-11
/
+10
*
R600/SI: Fix multiple SGPR reads when using VCC.
Matt Arsenault
2013-11-18
1
-3
/
+18
*
R600/SI: Implement add i64, but do not yet enable.
Matt Arsenault
2013-11-18
1
-0
/
+45
*
R600/SI: Move patterns to match add / sub to scalar instructions
Matt Arsenault
2013-11-18
4
-20
/
+24
*
R600: Enable the IR structurizer by default
Tom Stellard
2013-11-18
3
-3
/
+3
*
R600: Fix a crash in the AMDILCFGStrucurizer
Tom Stellard
2013-11-18
1
-0
/
+62
*
R600/SI: Fix illegal VGPR->SGPR copy inside of loop
Tom Stellard
2013-11-18
1
-0
/
+31
*
R600/SI: Fix another case of illegal VGPR->SGPR copy
Tom Stellard
2013-11-18
1
-0
/
+26
*
[ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...
Alexey Samsonov
2013-11-18
2
-3
/
+36
*
[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.
NAKAMURA Takumi
2013-11-18
2
-0
/
+4
*
LoopVectorizer: Extend the induction variable to a larger type
Arnold Schwaighofer
2013-11-18
1
-0
/
+42
*
[mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...
Daniel Sanders
2013-11-18
1
-0
/
+31
*
[mips][msa] Update encoding of bnz.v (typo).
Matheus Almeida
2013-11-18
1
-2
/
+2
*
[mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...
Matheus Almeida
2013-11-18
1
-1
/
+10
*
[AArch64 NEON]Add mov alias for simd copy instructions.
Kevin Qin
2013-11-18
1
-10
/
+36
*
Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.
Hao Liu
2013-11-18
2
-101
/
+1269
*
Testcase for PR17964
Bill Wendling
2013-11-17
1
-0
/
+10
*
DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...
Benjamin Kramer
2013-11-17
1
-0
/
+2
*
Add the cold attribute to error-reporting call sites
Hal Finkel
2013-11-17
1
-0
/
+77
*
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
2013-11-17
2
-60
/
+132
*
Use right address space pointer size
Matt Arsenault
2013-11-17
1
-0
/
+11
*
Add a loop rerolling pass
Hal Finkel
2013-11-16
2
-0
/
+423
*
Apply the InstCombine fptrunc sqrt optimization to llvm.sqrt
Hal Finkel
2013-11-16
1
-0
/
+13
*
Fix assert on unaligned access to global with different address space size.
Matt Arsenault
2013-11-16
1
-1
/
+23
*
Fix codegen for null different sized pointer.
Matt Arsenault
2013-11-16
1
-0
/
+11
*
R600: Make dot_4 instructions predicable
Vincent Lejeune
2013-11-16
1
-0
/
+27
*
InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.
Benjamin Kramer
2013-11-16
2
-8
/
+28
*
Use correct size for address space in BasicAA.
Matt Arsenault
2013-11-16
2
-2
/
+41
*
For dwarf4 use the correct form for referencing debug_loc locations,
Eric Christopher
2013-11-16
2
-2
/
+2
*
Implemented aarch64 Neon scalar vmulx_lane intrinsics
Ana Pazos
2013-11-15
3
-12
/
+238
*
LoopVectorizer: Use abi alignment for accesses with no alignment
Arnold Schwaighofer
2013-11-15
1
-0
/
+33
*
[AArch64] Fix the scalar NEON ACLE functions so that they return float/double
Chad Rosier
2013-11-15
1
-24
/
+16
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
2
-0
/
+17
*
ArgumentPromotion: correctly transfer TBAA tags and alignments.
Manman Ren
2013-11-15
1
-0
/
+52
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
3
-0
/
+72
*
R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()
Tom Stellard
2013-11-15
1
-0
/
+46
*
[mips][msa] Merge basic_operations_little.ll into basic_operations.ll.
Daniel Sanders
2013-11-15
2
-639
/
+184
*
Add AVX512 unmasked FMA intrinsics and support.
Cameron McInally
2013-11-15
1
-0
/
+97
*
Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
2013-11-15
9
-26
/
+134
*
[NVPTX] Fix handling of indirect calls
Justin Holewinski
2013-11-15
1
-0
/
+10
*
[mips][msa] Build all the tests in little and big endian modes and correct an...
Daniel Sanders
2013-11-15
59
-3
/
+666
*
Redirect unused test case output to /dev/null
Alexey Samsonov
2013-11-15
1
-1
/
+1
*
Use instr mapping for microMIPS in llvm-mc.
Zoran Jovanovic
2013-11-15
1
-12
/
+12
*
Reapply "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-0
/
+13
*
Platform proof a test case.
Andrew Trick
2013-11-15
1
-3
/
+3
*
Add instcombine visitor for addrspacecast
Matt Arsenault
2013-11-15
1
-0
/
+31
*
Add target hook to prevent folding some bitcasted loads.
Matt Arsenault
2013-11-15
1
-0
/
+42
*
[OCaml] Add REQUIRES: native, object-emission to the Target test
Peter Zotov
2013-11-15
1
-0
/
+1
*
Revert "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-13
/
+0
*
[OCaml] Use native target in testsuite instead of hardcoding X86
Peter Zotov
2013-11-15
2
-16
/
+11
[prev]
[next]