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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
*
Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."
NAKAMURA Takumi
2012-10-11
1
-16
/
+0
*
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
*
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
*
Fix for LDRB instruction:
Stepan Dyatkovskiy
2012-10-10
1
-0
/
+23
*
Issue description:
Stepan Dyatkovskiy
2012-10-10
1
-0
/
+19
*
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
*
Don't crash on extra evil irreducible control flow.
Jakob Stoklund Olesen
2012-10-08
1
-0
/
+75
*
PR12716: PPC crashes on vector compare
Adhemerval Zanella
2012-10-08
1
-0
/
+191
*
Add floating-point to and from integer conversion
Adhemerval Zanella
2012-10-08
1
-0
/
+57
*
X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...
Benjamin Kramer
2012-10-07
1
-0
/
+451
*
Patch for integer multiply, signed/unsigned, long/long long.
Reed Kotler
2012-10-05
3
-0
/
+59
*
Convert to unix line endings.
Rafael Espindola
2012-10-05
1
-68
/
+68
*
Follow up to r165072. Try a different approach: only move the load when it's ...
Evan Cheng
2012-10-05
1
-0
/
+36
*
When merging connsecutive stores, use vectors to store the constant zero.
Nadav Rotem
2012-10-04
1
-3
/
+35
*
ARM: locate user-defined text sections next to default text.
Jim Grosbach
2012-10-04
1
-0
/
+21
*
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-10-03
1
-0
/
+14
*
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
1
-0
/
+31
*
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-10-03
1
-0
/
+273
*
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
1
-0
/
+22
*
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-03
1
-1
/
+1
*
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
1
-0
/
+16
*
Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!
Nick Lewycky
2012-10-02
1
-0
/
+13
*
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
1
-1
/
+26
*
Fix broken tests.
Benjamin Kramer
2012-10-02
2
-3
/
+3
*
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-10-02
1
-0
/
+14
*
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
NAKAMURA Takumi
2012-10-01
1
-3
/
+4
*
checking test case for r164811. was an omission to not check this in. this w...
Reed Kotler
2012-10-01
1
-0
/
+41
*
Fix PR13899
Michael Liao
2012-10-01
1
-0
/
+58
*
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
4
-158
/
+12
*
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-30
4
-12
/
+158
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
26
-35
/
+224
[prev]
[next]