index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-02-18
Testcase for the previous commit.
Eric Christopher
2012-02-17
It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...
David Chisnall
2012-02-17
[fast-isel] Add support for returning non-legal types with no sign- or zero-
Chad Rosier
2012-02-16
Use –mcpu=generic, so that the test will not fail when run on an Intel Atom
Bill Wendling
2012-02-16
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-15
Add a test for generating Objective-C metadata from module flags.
Bill Wendling
2012-02-15
Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...
Pete Cooper
2012-02-14
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-13
Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...
Nadav Rotem
2012-02-13
Revert accidental commit of a pruned testcase from r150360.
Craig Topper
2012-02-13
Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...
Craig Topper
2012-02-13
Fixed bug when custom lowering DEC64m on x86.
Pete Cooper
2012-02-12
This patch addresses the problem of poor code generation for the zext
Nadav Rotem
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-09
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-02-08
Commit Andy Zhang's test for the lea patch.
Evan Cheng
2012-02-08
Fixed a bug in printing "cmp" pseudo ops.
Elena Demikhovsky
2012-02-08
[fast-isel] Add support for SUBs with non-legal types.
Chad Rosier
2012-02-08
Add comment to test case.
Chad Rosier
2012-02-08
[fast-isel] Add support for ORs with non-legal types.
Chad Rosier
2012-02-07
[fast-isel] Add support for indirect branches.
Chad Rosier
2012-02-07
Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.
Craig Topper
2012-02-06
[fast-isel] Add support for ADDs with non-legal types.
Chad Rosier
2012-02-05
Testcase for commit 149833 (use of an uninitialized variable noticed
Duncan Sands
2012-02-05
Testing vector code without sse doesn't make much sense.
Benjamin Kramer
2012-02-05
Add a test for the miscompilation my recent ConstantDataArray patches introdu...
Chris Lattner
2012-02-05
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...
Craig Topper
2012-02-04
[fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.
Chad Rosier
2012-02-03
[fast-isel] Add support for FPToUI. Also add test cases for FPToSI.
Chad Rosier
2012-02-03
[fast-isel] Add support for selecting UIToFP.
Chad Rosier
2012-02-03
The type-legalizer often scalarizes code. One of the common patterns is extra...
Nadav Rotem
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-02
Unix line endings
Matt Beaumont-Gay
2012-02-02
Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....
NAKAMURA Takumi
2012-02-02
Optimization for SIGN_EXTEND operation on AVX.
Elena Demikhovsky
2012-02-02
Set EFLAGS correctly in EmitLoweredSelect on X86.
Lang Hames
2012-02-02
PR11868. The previous loop in LiveIntervals::join would sometimes fall over if
Lang Hames
2012-02-01
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2012-02-01
Avoid creating an extract element to an illegal type after LegalizeTypes has ...
Mon P Wang
2012-02-01
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2012-02-01
test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM argu...
NAKAMURA Takumi
2012-02-01
Passing AVX 256-bit structures in Win64 was wrong.
Elena Demikhovsky
2012-02-01
Optimization for "truncate" operation on AVX.
Elena Demikhovsky
2012-01-31
Remove pcmpgt/pcmpeq intrinsics as clang is not using them.
Craig Topper
2012-01-31
Remove all references to the old EH.
Bill Wendling
2012-01-30
Chris's constant data sequence refactoring actually enabled printing
Chandler Carruth
2012-01-30
Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...
Craig Topper
[prev]
[next]