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
*
Revert r185872 - "Stop emitting weak symbols into the "coal" sections"
Alexander Potapenko
2013-07-09
2
-77
/
+4
*
[SystemZ] Use MVC for simple load/store pairs
Richard Sandiford
2013-07-09
2
-2
/
+420
*
[SystemZ] Use "STC;MVC" for memset
Richard Sandiford
2013-07-09
4
-0
/
+1076
*
PPC: Allocate RS spill slot for unaligned i64 load/store
Hal Finkel
2013-07-09
1
-0
/
+119
*
Stop emitting weak symbols into the "coal" sections.
Bill Wendling
2013-07-08
2
-4
/
+77
*
[PowerPC] Always use "assembler dialect" 1
Ulrich Weigand
2013-07-08
1
-0
/
+18
*
PPC: Mark vector CC action for SETO and SETONE as Expand
Hal Finkel
2013-07-08
1
-0
/
+17
*
Add a comment to this change, requested by Eric Christopher.
Joey Gouly
2013-07-08
1
-0
/
+1
*
ARM: Improve codegen for generic vselect.
Jim Grosbach
2013-07-08
2
-30
/
+39
*
PPC: Mark vector FREM as Expand by default
Hal Finkel
2013-07-08
1
-0
/
+8
*
[PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).
Bill Schmidt
2013-07-08
1
-0
/
+20
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-08
1
-1
/
+1
*
Revert "Proper va_arg/va_copy lowering on win64"
Nico Rieck
2013-07-08
1
-59
/
+0
*
[SystemZ] Use MVC for memcpy
Richard Sandiford
2013-07-08
1
-0
/
+82
*
Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
Hal Finkel
2013-07-08
1
-0
/
+39
*
Revert "Reuse %rax after calling __chkstk on win64"
Nico Rieck
2013-07-08
1
-1
/
+1
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-07
1
-1
/
+1
*
Proper va_arg/va_copy lowering on win64
Nico Rieck
2013-07-06
1
-0
/
+59
*
DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.
Benjamin Kramer
2013-07-06
1
-0
/
+23
*
Stop putting operations after a tail call.
Tim Northover
2013-07-06
1
-0
/
+16
*
ARM: Add a pack pattern for matching arithmetic shift right
Arnold Schwaighofer
2013-07-05
1
-0
/
+10
*
ARM: Fix incorrect pack pattern
Arnold Schwaighofer
2013-07-05
1
-1
/
+14
*
[SystemZ] Remove no-op MVCs
Richard Sandiford
2013-07-05
1
-0
/
+89
*
Fix double renaming bug in stack coloring pass
Richard Sandiford
2013-07-05
1
-0
/
+75
*
[SystemZ] Enable the use of MVC for frame-to-frame spills
Richard Sandiford
2013-07-05
1
-29
/
+56
*
[SystemZ] Allocate a second register scavenging slot
Richard Sandiford
2013-07-05
8
-308
/
+308
*
PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.
Joey Gouly
2013-07-05
1
-0
/
+5
*
[ARM] Improve the instruction selection of vector loads.
Quentin Colombet
2013-07-03
2
-1
/
+28
*
[PowerPC] Use mtocrf when available
Ulrich Weigand
2013-07-03
1
-10
/
+10
*
Prefix failing commands with not to make clear they are expected to fail.
Rafael Espindola
2013-07-03
6
-6
/
+6
*
Remove another old test.
Rafael Espindola
2013-07-03
1
-99
/
+0
*
Remove test for the old EH system. It doesn't parse anymore.
Rafael Espindola
2013-07-03
1
-19
/
+0
*
[SystemZ] Fold more spills
Richard Sandiford
2013-07-03
55
-0
/
+3654
*
ARM: relax the atomic release barrier to "dmb ishst" on Swift
Tim Northover
2013-07-03
3
-56
/
+101
*
[XCore] Add ISel pattern for LDWCP
Richard Osborne
2013-07-03
1
-0
/
+9
*
[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
Ulrich Weigand
2013-07-02
3
-3
/
+3
*
[SystemZ] Use DSGFR over DSGR in more cases
Richard Sandiford
2013-07-02
2
-0
/
+37
*
[SystemZ] Use MVC to spill loads and stores
Richard Sandiford
2013-07-02
3
-0
/
+469
*
[XCore] Fix instruction selection for zext, mkmsk instructions.
Richard Osborne
2013-07-02
2
-0
/
+18
*
DAGCombiner: fix use-counting issue when forming zextload
Tim Northover
2013-07-02
1
-0
/
+16
*
Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handling
Hal Finkel
2013-07-02
1
-0
/
+34
*
Index: test/CodeGen/PowerPC/reloc-align.ll
Bill Schmidt
2013-07-01
1
-0
/
+34
*
[mips] Fix test case to check that mips64 instructions are generated.
Akira Hatanaka
2013-07-01
1
-4
/
+4
*
Really fix the test. Sorry for the breakage...
Anton Korobeynikov
2013-07-01
1
-1
/
+1
*
Fix the test which relies on uncommitted change
Anton Korobeynikov
2013-07-01
1
-1
/
+1
*
Add jump tables handling for MSP430.
Anton Korobeynikov
2013-07-01
1
-0
/
+54
*
Fix PR16508.
Cameron Zwarich
2013-07-01
1
-0
/
+28
*
Don't form PPC CTR loops for over-sized exit counts
Hal Finkel
2013-07-01
1
-0
/
+23
*
AArch64: correct CodeGen of MOVZ/MOVK combinations.
Tim Northover
2013-07-01
1
-0
/
+14
*
Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")
Tim Northover
2013-07-01
2
-90
/
+56
[next]