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 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
*
Changing DebugInfoFinder to iterate over all the compile units.
Michael Kuperstein
2013-10-17
1
-0
/
+40
*
tsan: implement no_sanitize_thread attribute
Dmitry Vyukov
2013-10-17
6
-10
/
+46
*
x86: Move bitcasts outside concat_vector.
Jim Grosbach
2013-10-17
1
-1
/
+24
*
According to the dwarf standard pubnames and pubtypes for languages
Eric Christopher
2013-10-17
1
-45
/
+69
*
Add the subprogram DIEs to the context they're created with only
Eric Christopher
2013-10-17
1
-50
/
+47
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
4
-5
/
+27
*
DIEHash: Use DW_FORM_sdata for integers, per spec.
David Blaikie
2013-10-16
1
-2
/
+2
*
Update test case due to DIE hashing in r192836
David Blaikie
2013-10-16
1
-2
/
+2
*
[AArch64] Add support for NEON scalar negate instruction.
Chad Rosier
2013-10-16
4
-0
/
+36
*
[AArch64] Add support for NEON scalar absolute value instruction.
Chad Rosier
2013-10-16
4
-0
/
+36
*
Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,
Yunzhong Gao
2013-10-16
1
-0
/
+3
*
Create an atom with just the data that failed to disassemble.
Rafael Espindola
2013-10-16
1
-2
/
+12
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-0
/
+43
*
Revert "SLPVectorizer: Don't vectorize volatile memory operations"
Arnold Schwaighofer
2013-10-16
1
-43
/
+0
*
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
*
Update comment.
Chad Rosier
2013-10-16
3
-3
/
+3
*
[AArch64] Add support for NEON scalar signed saturating accumulated of unsigned
Chad Rosier
2013-10-16
4
-0
/
+199
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-0
/
+43
*
DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...
Benjamin Kramer
2013-10-16
1
-0
/
+14
*
[asan] Optimize accesses to global arrays with constant index
Kostya Serebryany
2013-10-16
2
-3
/
+64
*
[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
4
-24
/
+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
4
-0
/
+44
*
Fix a pair of bugs in the emission of pubname tables:
Eric Christopher
2013-10-16
1
-23
/
+46
*
dos2unix on quoted-names.ll
Hans Wennborg
2013-10-16
1
-20
/
+20
*
MC: Better handling of tricky symbol and section names
Hans Wennborg
2013-10-16
4
-4
/
+24
*
Enable MI Sched for x86.
Andrew Trick
2013-10-15
66
-279
/
+337
*
[AArch64] Add support for NEON scalar signed saturating absolute value and
Chad Rosier
2013-10-15
5
-0
/
+156
*
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
*
Improve on r192635, ExeDepsFix for avx, and add a test case.
Andrew Trick
2013-10-15
1
-0
/
+29
*
[mips] Transfer kill flag to the newly created operand.
Akira Hatanaka
2013-10-15
2
-6
/
+24
*
[mips] Set HI/LO registers' HWEncoding field.
Akira Hatanaka
2013-10-15
1
-0
/
+31
*
[X86][FastISel] During X86 fastisel, the address of indirect call was resolved
Quentin Colombet
2013-10-14
1
-0
/
+132
*
Fix a typo, in a comment, in a test.
Nick Lewycky
2013-10-14
1
-1
/
+1
[next]