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
*
[NVPTX] Fix case where a sext load of an i1 type may produce an
Justin Holewinski
2013-05-30
1
-0
/
+14
*
[SystemZ] Enable unaligned accesses
Richard Sandiford
2013-05-30
12
-5
/
+386
*
Revert r182909.
Evgeniy Stepanov
2013-05-30
1
-12
/
+0
*
Swizzle vector inputs if it helps us eliminate shuffles.
Nick Lewycky
2013-05-30
1
-0
/
+12
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
77
-254
/
+320
*
This testcase tests command line attributes which we don't yet support.
Bill Wendling
2013-05-30
1
-62
/
+0
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
2
-12
/
+23
*
Enable FastISel on ARM for Linux and NaCl
JF Bastien
2013-05-29
24
-12
/
+82
*
Teach ReMaterialization to be more cunning about subregisters
Tim Northover
2013-05-29
2
-9
/
+9
*
LTO+Debug Info: revert r182791.
Manman Ren
2013-05-29
1
-117
/
+0
*
[SystemZ] Two tests missing from previous commit
Richard Sandiford
2013-05-29
2
-0
/
+218
*
[SystemZ] Immediate compare-and-branch support
Richard Sandiford
2013-05-29
7
-100
/
+992
*
Move test that depends on the X86 backend into the right subdirectory.
Benjamin Kramer
2013-05-29
1
-0
/
+0
*
[Sparc] Add support for leaf functions in sparc backend.
Venkatraman Govindaraju
2013-05-29
1
-0
/
+57
*
Mips assembler: Improve set register alias handling
Jack Carter
2013-05-28
1
-2
/
+3
*
Add support for llvm.vectorizer metadata
Paul Redmond
2013-05-28
6
-10
/
+86
*
ARM: use pristine object file while processing relocations
Tim Northover
2013-05-28
3
-3
/
+3
*
LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
2013-05-28
1
-0
/
+117
*
Extend RemapInstruction and friends to take an optional new parameter, a Valu...
James Molloy
2013-05-28
1
-0
/
+15
*
[msan] Fix argument shadow alignment.
Evgeniy Stepanov
2013-05-28
1
-0
/
+40
*
[SystemZ] Register compare-and-branch support
Richard Sandiford
2013-05-28
19
-49
/
+1105
*
Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...
Michael Kuperstein
2013-05-28
1
-0
/
+23
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
1
-0
/
+60
*
Add a cpu to try to bring back the atom bots.
Rafael Espindola
2013-05-27
1
-1
/
+1
*
Prefer to duplicate PPC Altivec loads when expanding unaligned loads
Hal Finkel
2013-05-26
1
-12
/
+13
*
Fix PR16143: Insert DEBUG_VALUE before terminator.
Andrew Trick
2013-05-26
1
-0
/
+130
*
Add support for DWARF line number table entries for values in the instruction
Cameron Zwarich
2013-05-25
1
-4
/
+10
*
PPC: Combine duplicate (offset) lvsl Altivec intrinsics
Hal Finkel
2013-05-25
1
-0
/
+6
*
Track IR ordering of SelectionDAG nodes 4/4.
Andrew Trick
2013-05-25
3
-0
/
+49
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
6
-14
/
+14
*
PPC: Initial support for permutation-based unaligned Altivec loads
Hal Finkel
2013-05-24
1
-0
/
+45
*
[objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...
Michael Gottesman
2013-05-24
1
-0
/
+200
*
[objc-arc] Make sure that multiple owners is propogated correctly through the...
Michael Gottesman
2013-05-24
1
-0
/
+97
*
LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it...
Benjamin Kramer
2013-05-24
1
-0
/
+11
*
[SystemZ] Improve AsmParser handling of invalid instructions
Richard Sandiford
2013-05-24
2
-7
/
+77
*
[SystemZ] Improve AsmParser register parsing
Richard Sandiford
2013-05-24
2
-494
/
+248
*
scalarizePHI needs to insert the next ExtractElement in the same block
Joey Gouly
2013-05-24
1
-0
/
+25
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
3
-0
/
+99
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-0
/
+30
*
ARM: implement @llvm.readcyclecounter intrinsic
Tim Northover
2013-05-23
1
-0
/
+24
*
R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg
Tom Stellard
2013-05-23
1
-0
/
+22
*
Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().
Jakob Stoklund Olesen
2013-05-23
1
-0
/
+113
*
Add missing test from r175092.
Nick Lewycky
2013-05-23
1
-0
/
+13
*
Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...
David Blaikie
2013-05-22
1
-2
/
+3
*
SLPVectorizer: Change the order in which new instructions are added to the fu...
Nadav Rotem
2013-05-22
4
-1
/
+104
*
X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads witho...
Nadav Rotem
2013-05-22
1
-0
/
+38
*
This is an update to a previous commit (r181216).
Jean-Luc Duprat
2013-05-22
1
-27
/
+13
*
X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower ha...
Benjamin Kramer
2013-05-22
1
-0
/
+14
*
LoopVectorize: Make Value pointers that could be RAUW'ed a VH
Arnold Schwaighofer
2013-05-22
1
-0
/
+50
*
X86: Remove test instructions proceeding shift by immediate instructions
David Majnemer
2013-05-22
3
-4
/
+37
[next]