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-15
Added test case for r146671.
Lang Hames
2011-12-15
Add a test case to make sure that the nop really does follow the bl on ppc64 elf
Hal Finkel
2011-12-15
Don't try to form FGETSIGN after legalization; it is possible in some cases, ...
Eli Friedman
2011-12-15
Add support for lowering fneg when AVX is enabled.
Chad Rosier
2011-12-14
Do not sink instruction, if it is not profitable.
Devang Patel
2011-12-14
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
Add newline at EOF.
Chad Rosier
2011-12-13
[fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...
Chad Rosier
2011-12-13
Move direct object emitter test to directory test/MC/Mips. Rename it to
Akira Hatanaka
2011-12-13
Relocation against a symbol, instead of against section. We had some extreme
Akira Hatanaka
2011-12-13
Temporarily disable Hexagon tests. They are failing on OS X
Tony Linthicum
2011-12-12
Test case for r146432 by Jack Carter.
Akira Hatanaka
2011-12-12
Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>
Bob Wilson
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-12
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-11
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-10
Revert associate SelectInsertValue test as well.
Chad Rosier
2011-12-10
Revert r146322 to appease buildbots. Original commit message:
Chad Rosier
2011-12-10
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-10
Make CR spill and restore use a reserved register. These operations cannot us...
Hal Finkel
2011-12-09
Splats can contain undef's; make sure to handle them correctly. PR11526.
Eli Friedman
2011-12-09
Update test to something more sensible.
Evan Cheng
2011-12-09
[fast-isel] Add support for selecting insertvalue.
Chad Rosier
2011-12-09
X86: Add patterns for the various rounding ops for SSE4.1 and AVX.
Benjamin Kramer
2011-12-09
Forgot setting -march.
Evan Cheng
2011-12-09
jalr should use t9 ($25) for indirect calls regardless of the relocation model
Akira Hatanaka
2011-12-09
Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.
Eli Friedman
2011-12-08
Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417
Evan Cheng
2011-12-08
Add various missing AVX patterns which was causing crashes. Sadly, the generated
Evan Cheng
2011-12-08
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
Add test for r146163.
Evan Cheng
2011-12-08
Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsics
Daniel Dunbar
2011-12-08
test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2011-12-08
Fix a bug in the integer-promotion of bitcast operations on vector types.
Nadav Rotem
2011-12-08
Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...
Stepan Dyatkovskiy
2011-12-07
32 to 64-bit zext pattern.
Akira Hatanaka
2011-12-07
64-bit WrapperPICPat patterns.
Akira Hatanaka
2011-12-07
Modify LowerFCOPYSIGN to handle Mips64.
Akira Hatanaka
2011-12-07
Fix 64-bit immediate patterns.
Akira Hatanaka
2011-12-07
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-07
Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...
Eli Friedman
2011-12-06
delaying restore-cr changed assigned registers in some tests
Hal Finkel
2011-12-06
add a test case that uses RESTORE_CR
Hal Finkel
2011-12-06
PTX: Continue to fix up the register mess.
Justin Holewinski
2011-12-06
Fix a bunch of SSE/AVX patterns to use v2i64/v4i64 loads since all other inte...
Craig Topper
2011-12-06
Merge isSHUFPMask and isCommutedSHUFPMask into single function that can do bo...
Craig Topper
2011-12-06
[arm-fast-isel] Doublewords only require word-alignment.
Chad Rosier
2011-12-06
Align ARM constant pool islands via their basic block.
Jakob Stoklund Olesen
2011-12-05
Add definitions of 64-bit extract and insert instrucions and make
Akira Hatanaka
[prev]
[next]