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
2011-12-05
Have LowerJumpTable support Mips64. Modify 2010-07-20-Switch.ll to test N64 and
Akira Hatanaka
2011-12-05
Add test case - this input used to crash because of duplicate generation of S...
Hal Finkel
2011-12-05
enable PPC register scavenging by default (update tests and remove some FIXMEs)
Hal Finkel
2011-12-05
remove wasted space for extra bit copies of CR2 subregs
Hal Finkel
2011-12-05
test/CodeGen/X86/pointer-vector.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() since
Venkatraman Govindaraju
2011-12-03
Check for stack space more intelligently.
Sanjoy Das
2011-12-03
Fix a bug in the x86-32 code generated for segmented stacks.
Sanjoy Das
2011-12-03
[arm-fast-isel] Unaligned stores of floats require special care.
Chad Rosier
2011-12-02
Test cases for 64-bit multiplication and division.
Akira Hatanaka
2011-12-02
Fix test cases to use FileCheck.
Akira Hatanaka
2011-12-02
[arm-fast-isel] After promoting a function parameter be sure to update the
Chad Rosier
2011-12-02
specify cpu for test to fix failure on some darwin systems with a g4+ cpu
Hal Finkel
2011-12-02
Add instruction selection support for horizontal add/sub of 256-bit floating ...
Craig Topper
2011-12-02
adjust the instruction ordering in some PPC tests: changes due to postRA haz....
Hal Finkel
2011-12-01
For 64-bit the rest of the general regs are ok for the q constraint. Make
Eric Christopher
2011-12-01
Pass AVX vectors which are arguments to varargs functions on the stack. <rdar...
Eli Friedman
2011-11-30
Support for encoding all FMA4 instructions and tablegen patterns for all
Jan Sjödin
2011-11-30
Make GlobalMerge honor the preferred alignment on globals without an explicit...
Eli Friedman
2011-11-30
Add test arch to make it pass on non x86 targets
Nadav Rotem
2011-11-30
Add a tripple to the test
Nadav Rotem
2011-11-30
X86: PerformOrCombine introduced a vselect node with a wrong order of operand...
Nadav Rotem
2011-11-29
FileCheckize.
Jakob Stoklund Olesen
2011-11-29
Change names for MIPS "generic" processors defined in Mips.td to match what GNU
Akira Hatanaka
2011-11-29
Add another missing pattern. llvm-gcc likes f64 but clang likes i64 so it was...
Evan Cheng
2011-11-29
Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
Jakob Stoklund Olesen
2011-11-29
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-29
Fixed vsqrt.ss intrinsic usage - order of input operands was wrong.
Elena Demikhovsky
2011-11-29
Fix shuffle decoding for memory forms for (V)SHUFPS/D.
Craig Topper
2011-11-29
Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...
Craig Topper
2011-11-29
Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...
Craig Topper
2011-11-29
Correctly mark VPERM2F128 as being an FP instruction and add execution domain...
Craig Topper
2011-11-28
Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.
Evan Cheng
2011-11-28
DAG combine should not increase alignment of loads / stores with alignment less
Evan Cheng
2011-11-28
Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...
Craig Topper
2011-11-27
Take two on rotating the block ordering of loops. My previous attempt
Chandler Carruth
2011-11-27
Rework a bit of the implementation of loop block rotation to not rely so
Chandler Carruth
2011-11-27
remove autoupgrade support for old forms of llvm.prefetch and the old
Chris Lattner
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
remove some old autoupgrade logic
Chris Lattner
2011-11-27
Introduce a loop block rotation optimization to the new block placement
Chandler Carruth
2011-11-26
Fix APFloat::convert so that it handles narrowing conversions correctly; it
Eli Friedman
2011-11-25
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2011-11-24
Remove 256-bit specific node types for UNPCKHPS/D and instead use the 128-bit...
Craig Topper
2011-11-24
Fix a silly use-after-free issue. A much earlier version of this code
Chandler Carruth
2011-11-24
When adding blocks to the list of those which no longer have any CFG
Chandler Carruth
2011-11-23
X86: Use btq for bit tests if the immediate can't be encoded in 32 bits.
Benjamin Kramer
2011-11-23
test/CodeGen/X86/block-placement.ll: Add explicit -mtriple=i686-linux. X86 Wi...
NAKAMURA Takumi
[prev]
[next]