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
*
[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
*
Use std::list so that we have a stable iterator.
Rafael Espindola
2013-05-21
1
-3
/
+2
*
[mips] Rename option to make it compatible with gcc.
Akira Hatanaka
2013-05-21
1
-1
/
+1
*
[mips] Add instruction selection patterns for blez and bgez.
Akira Hatanaka
2013-05-21
2
-1
/
+37
*
[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
Justin Holewinski
2013-05-21
1
-0
/
+7
*
Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
Justin Holewinski
2013-05-21
2
-0
/
+33
*
[msan] A no-op implementation of VarArg handling.
Evgeniy Stepanov
2013-05-21
2
-0
/
+16
*
X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the s...
Benjamin Kramer
2013-05-21
1
-2
/
+8
*
[SystemZ] Tighten branch tests
Richard Sandiford
2013-05-21
85
-442
/
+442
*
DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...
Benjamin Kramer
2013-05-21
1
-0
/
+16
*
Add checks that the proper predeined stubs are being called to the test case.
Reed Kotler
2013-05-21
1
-0
/
+58
*
Dwarf: use a single line table to generate assembly when .loc is used.
Manman Ren
2013-05-21
1
-0
/
+6
*
Add some additional functions to the list of helper functions for
Reed Kotler
2013-05-21
1
-0
/
+67
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-29
/
+49
*
add polly to check-all
Sebastian Pop
2013-05-20
1
-0
/
+9
*
[mips] Add (setne $lhs, 0) instruction selection pattern.
Akira Hatanaka
2013-05-20
1
-0
/
+10
*
[mips] Trap on integer division by zero.
Akira Hatanaka
2013-05-20
2
-11
/
+41
*
[NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...
Justin Holewinski
2013-05-20
1
-0
/
+37
*
R600: Fix rotr.ll on non-asserts builds
Tom Stellard
2013-05-20
1
-6
/
+2
*
R600/SI: Add pattern for rotr
Tom Stellard
2013-05-20
1
-9
/
+19
*
R600: Swap the legality of rotl and rotr
Tom Stellard
2013-05-20
1
-0
/
+29
*
R600/SI: Add patterns for 64-bit shift operations
Tom Stellard
2013-05-20
1
-0
/
+3
*
VSTn instructions have a number of encoding constraints which are not impleme...
Mihai Popa
2013-05-20
2
-4
/
+45
*
Q registers are encoded in fields of the same length as D registers. As Q reg...
Mihai Popa
2013-05-20
1
-2
/
+2
*
[SystemZ] Add long branch pass
Richard Sandiford
2013-05-20
6
-3
/
+200
*
[NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputs
Justin Holewinski
2013-05-20
1
-0
/
+25
*
[NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need...
Justin Holewinski
2013-05-20
2
-0
/
+37
*
PR15868 fix.
Stepan Dyatkovskiy
2013-05-20
3
-8
/
+64
*
Disable remote MCJIT on pre-v6 ARM
Renato Golin
2013-05-20
1
-0
/
+11
*
Also expand 64-bit bitcasts.
Jakob Stoklund Olesen
2013-05-20
1
-0
/
+16
*
Implement spill and fill of I64Regs.
Jakob Stoklund Olesen
2013-05-20
1
-0
/
+8
*
Mark i64 SETCC as expand so it is turned into a SELECT_CC.
Jakob Stoklund Olesen
2013-05-20
1
-0
/
+10
*
Don't use %g0 to materialize 0 directly.
Jakob Stoklund Olesen
2013-05-19
2
-1
/
+12
*
Select i64 values with %icc conditions.
Jakob Stoklund Olesen
2013-05-19
1
-0
/
+11
*
Add floating point selects on %xcc predicates.
Jakob Stoklund Olesen
2013-05-19
1
-0
/
+22
[next]