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
*
X86: Depending on the local semantics of .align this test can also emit a nop...
Benjamin Kramer
2012-10-13
1
-1
/
+1
*
X86: Disable long nops for all cpus prior to pentiumpro/i686.
Benjamin Kramer
2012-10-13
1
-2
/
+8
*
Drop <def,dead> flags when merging into an unused lane.
Jakob Stoklund Olesen
2012-10-13
1
-1
/
+27
*
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
6
-49
/
+150
*
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
8
-64
/
+204
*
Allow for loops in LiveIntervals::pruneValue().
Jakob Stoklund Olesen
2012-10-13
1
-0
/
+49
*
X86: Fix accidentally swapped operands.
Benjamin Kramer
2012-10-13
1
-4
/
+4
*
Teach SROA to cope with wrapper aggregates. These show up a lot in ABI
Chandler Carruth
2012-10-13
2
-31
/
+44
*
X86: Promote i8 cmov when both operands are coming from truncates of the same...
Benjamin Kramer
2012-10-13
1
-0
/
+13
*
ARM: tail-call inside a function where part of a byval argument is on caller's
Manman Ren
2012-10-12
2
-0
/
+49
*
Fix buildbots: -misched=shuffle is only available in +Asserts builds.
Jakob Stoklund Olesen
2012-10-12
1
-0
/
+1
*
ARM: Mark VSELECT as 'expand'.
Jim Grosbach
2012-10-12
1
-0
/
+12
*
Use a transposed algorithm for handleMove().
Jakob Stoklund Olesen
2012-10-12
1
-0
/
+73
*
Fix coalescing with IMPLICIT_DEF values.
Jakob Stoklund Olesen
2012-10-12
1
-0
/
+103
*
llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-pp...
NAKAMURA Takumi
2012-10-12
1
-1
/
+1
*
Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCAST
Ulrich Weigand
2012-10-12
1
-0
/
+20
*
Div, Rem int/unsigned int
Reed Kotler
2012-10-12
6
-0
/
+117
*
Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
Evan Cheng
2012-10-12
1
-12
/
+34
*
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-10-11
1
-0
/
+49
*
Pass an explicit operand number to addLiveIns.
Jakob Stoklund Olesen
2012-10-11
1
-0
/
+32
*
This patch addresses PR13947.
Bill Schmidt
2012-10-11
1
-0
/
+97
*
Add test cases for correct parsing of register names in 32- and 64-bit modes.
David Chisnall
2012-10-11
2
-0
/
+141
*
Expose move to/from coprocessor instructions in MIPS64 mode.
David Chisnall
2012-10-11
1
-0
/
+37
*
dependence analysis
Sebastian Pop
2012-10-11
16
-0
/
+5522
*
Don't crash when !tbaa.struct contents is invalid.
Nick Lewycky
2012-10-11
1
-6
/
+24
*
Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."
NAKAMURA Takumi
2012-10-11
1
-16
/
+0
*
Don't crash if a .ll file contains a forward-reference that looks like a global
Nick Lewycky
2012-10-11
1
-0
/
+4
*
Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808
Evan Cheng
2012-10-10
1
-0
/
+18
*
Add -mattr=+altivec and remove XFAIL.
Bill Schmidt
2012-10-10
1
-3
/
+2
*
XFAIL for all targets pending investigation
Bill Schmidt
2012-10-10
1
-2
/
+3
*
Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
Nadav Rotem
2012-10-10
1
-0
/
+16
*
When generating spill and reload code for vector registers on PowerPC,
Bill Schmidt
2012-10-10
1
-0
/
+19
*
The PowerPC VRSAVE register has been somewhat of an odd beast since
Bill Schmidt
2012-10-10
1
-0
/
+15
*
Add the testcase from pr13254 (the old scalarreply pass handles this wrong;
Duncan Sands
2012-10-10
1
-0
/
+16
*
Specify CPU model to avoid breaking ATOM builds
Michael Liao
2012-10-10
2
-4
/
+4
*
Add support for FP_ROUND from v2f64 to v2f32
Michael Liao
2012-10-10
2
-14
/
+98
*
[CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD...
NAKAMURA Takumi
2012-10-10
1
-0
/
+5
*
Fix for LDRB instruction:
Stepan Dyatkovskiy
2012-10-10
1
-0
/
+23
*
Issue description:
Stepan Dyatkovskiy
2012-10-10
1
-0
/
+19
*
Test case for r165480.
Craig Topper
2012-10-10
1
-0
/
+10
*
Implement MipsTargetLowering::CanLowerReturn.
Akira Hatanaka
2012-10-10
1
-0
/
+244
*
When expanding atomic load arith instructions, do not lose target flags. rdar...
Evan Cheng
2012-10-09
1
-42
/
+58
*
Initial assembler implementation of Mips load address macro
Jack Carter
2012-10-09
1
-0
/
+13
*
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
1
-1
/
+1
*
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
1
-0
/
+9
*
New EarlyCSE tests for CSE-ing across commutativity.
Michael Ilseman
2012-10-09
1
-0
/
+66
*
Fix PR14016.
Alexey Samsonov
2012-10-09
1
-0
/
+64
*
Revert r117093, "test/Makefile: Force lit -j1 on Cygwin."
NAKAMURA Takumi
2012-10-09
1
-5
/
+0
*
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
Chandler Carruth
2012-10-09
1
-0
/
+20
*
Don't crash on extra evil irreducible control flow.
Jakob Stoklund Olesen
2012-10-08
1
-0
/
+75
[next]