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
*
Testcase for commit 149833 (use of an uninitialized variable noticed
Duncan Sands
2012-02-05
1
-0
/
+6
*
Testing vector code without sse doesn't make much sense.
Benjamin Kramer
2012-02-05
1
-1
/
+1
*
Add a test for the miscompilation my recent ConstantDataArray patches introdu...
Chris Lattner
2012-02-05
1
-0
/
+13
*
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...
Craig Topper
2012-02-05
1
-90
/
+0
*
[fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.
Chad Rosier
2012-02-04
1
-0
/
+44
*
[fast-isel] Add support for FPToUI. Also add test cases for FPToSI.
Chad Rosier
2012-02-03
1
-0
/
+52
*
[fast-isel] Add support for selecting UIToFP.
Chad Rosier
2012-02-03
1
-0
/
+94
*
The type-legalizer often scalarizes code. One of the common patterns is extra...
Nadav Rotem
2012-02-03
2
-1
/
+9
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-1
/
+21
*
Unix line endings
Matt Beaumont-Gay
2012-02-02
2
-33
/
+33
*
Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....
NAKAMURA Takumi
2012-02-02
1
-0
/
+0
*
Optimization for SIGN_EXTEND operation on AVX.
Elena Demikhovsky
2012-02-02
1
-0
/
+17
*
Set EFLAGS correctly in EmitLoweredSelect on X86.
Lang Hames
2012-02-02
1
-29
/
+4
*
PR11868. The previous loop in LiveIntervals::join would sometimes fall over if
Lang Hames
2012-02-02
1
-0
/
+26
*
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2012-02-01
38
-77
/
+105
*
Avoid creating an extract element to an illegal type after LegalizeTypes has ...
Mon P Wang
2012-02-01
1
-0
/
+20
*
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2012-02-01
2
-3
/
+3
*
test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM argu...
NAKAMURA Takumi
2012-02-01
1
-4
/
+4
*
Passing AVX 256-bit structures in Win64 was wrong.
Elena Demikhovsky
2012-02-01
2
-1
/
+18
*
Optimization for "truncate" operation on AVX.
Elena Demikhovsky
2012-02-01
1
-0
/
+15
*
Remove pcmpgt/pcmpeq intrinsics as clang is not using them.
Craig Topper
2012-01-31
3
-130
/
+2
*
Remove all references to the old EH.
Bill Wendling
2012-01-31
5
-16
/
+0
*
Chris's constant data sequence refactoring actually enabled printing
Chandler Carruth
2012-01-30
1
-4
/
+1
*
Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...
Craig Topper
2012-01-30
1
-0
/
+13
*
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
1
-3
/
+2
*
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
1
-2
/
+3
*
Unix line endings
Matt Beaumont-Gay
2012-01-27
1
-19
/
+19
*
Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.
Lang Hames
2012-01-27
1
-0
/
+21
*
Handle call-clobbered ymm registers on Win64.
Jakob Stoklund Olesen
2012-01-26
1
-0
/
+48
*
Replace the use of isPredicable() with isPredicated() in
Chad Rosier
2012-01-26
1
-0
/
+44
*
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-26
1
-0
/
+121
*
Fix for the following bug in AVX codegen for double-to-int conversions:
Victor Umansky
2012-01-26
2
-1
/
+20
*
Improve sub-register def handling in ProcessImplicitDefs.
Jakob Stoklund Olesen
2012-01-25
1
-0
/
+24
*
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
2
-16
/
+24
*
Modify MipsFrameLowering::emitPrologue and emitEpilogue.
Akira Hatanaka
2012-01-25
1
-2
/
+2
*
Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added.
Akira Hatanaka
2012-01-25
1
-7
/
+16
*
Set correct <def,undef> flags when lowering REG_SEQUENCE.
Jakob Stoklund Olesen
2012-01-24
2
-1
/
+44
*
Pattern for f32 to i64 conversion.
Akira Hatanaka
2012-01-24
1
-0
/
+7
*
64-bit sign extension in register instructions.
Akira Hatanaka
2012-01-24
1
-8
/
+4
*
ZERO_EXTEND operation is optimized for AVX.
Elena Demikhovsky
2012-01-24
1
-0
/
+17
*
An option to selectively enable part of ARM EHABI support.
Evgeniy Stepanov
2012-01-24
1
-0
/
+1
*
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-24
1
-3
/
+2
*
Fix PR11829. PostRA LICM was too aggressive.
Jakob Stoklund Olesen
2012-01-23
1
-0
/
+105
*
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-23
1
-2
/
+3
*
Add fused multiple+add instructions from VFPv4.
Anton Korobeynikov
2012-01-22
1
-0
/
+68
*
ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>
Bob Wilson
2012-01-20
1
-0
/
+17
*
VST2 four-register w/ update pseudos for fixed/register update.
Jim Grosbach
2012-01-20
1
-0
/
+9
*
Add support for selecting 256-bit PALIGNR.
Craig Topper
2012-01-20
1
-0
/
+57
*
Remove a low-quality test which was failing on Windows; test/CodeGen/X86/sret...
Eli Friedman
2012-01-20
1
-23
/
+0
*
Support MSVC x86-32 sret convention. PR11688. Patch by Joe Groff.
Eli Friedman
2012-01-20
1
-0
/
+28
[next]