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
/
ARM
Age
Commit message (
Expand
)
Author
2012-11-20
Fix physical register liveness calculations:
Tim Northover
2012-11-19
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-17
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-17
[fast-isel] Add the -verify-machineinstrs to these test cases. The remaining
Chad Rosier
2012-11-16
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
Anton Korobeynikov
2012-11-15
Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing
Eli Friedman
2012-11-14
The code pattern "imm0_255_neg" is used for checking if an immediate value is...
Nadav Rotem
2012-11-14
Fix really stupid ARM EHABI info generation bug: we should not emit
Anton Korobeynikov
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-13
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-10
Disable the Thumb no-return call optimization:
Evan Cheng
2012-11-08
Recommit modified r167540.
Amara Emerson
2012-11-02
Vext Lowering was missing opportunities
Quentin Colombet
2012-10-30
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-29
Completely disallow partial copies in adjustCopiesBackFrom().
Jakob Stoklund Olesen
2012-10-27
[code size][ARM] Emit regular call instructions instead of the move, branch s...
Quentin Colombet
2012-10-26
Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."
Jakob Stoklund Olesen
2012-10-24
Fix a miscompilation caused by a typo. When turning a adde with negative value
Evan Cheng
2012-10-22
When a block ends in an indirect branch, add its successors to the machine ba...
Bill Wendling
2012-10-19
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
ARM:
Stepan Dyatkovskiy
2012-10-16
Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"
Jakob Stoklund Olesen
2012-10-16
Switch back to the old coalescer for now to fix the 32 bit bit
Rafael Espindola
2012-10-16
Issue:
Stepan Dyatkovskiy
2012-10-15
ARM: v1i64 and v2i64 VBSL intrinsic support.
Jim Grosbach
2012-10-15
Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...
Silviu Baranga
2012-10-13
Drop <def,dead> flags when merging into an unused lane.
Jakob Stoklund Olesen
2012-10-13
Allow for loops in LiveIntervals::pruneValue().
Jakob Stoklund Olesen
2012-10-12
ARM: tail-call inside a function where part of a byval argument is on caller's
Manman Ren
2012-10-12
ARM: Mark VSELECT as 'expand'.
Jim Grosbach
2012-10-12
Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
Evan Cheng
2012-10-10
Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808
Evan Cheng
2012-10-10
Fix for LDRB instruction:
Stepan Dyatkovskiy
2012-10-10
Issue description:
Stepan Dyatkovskiy
2012-10-04
ARM: locate user-defined text sections next to default text.
Jim Grosbach
2012-10-03
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-02
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-29
Whitespace.
Bob Wilson
2012-09-27
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-09-26
ARM/atomicrmw_minmax.ll: Fix RUN line.
NAKAMURA Takumi
2012-09-26
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
James Molloy
2012-09-26
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-21
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...
NAKAMURA Takumi
2012-09-21
Testcase does not need to be this strict.
Chad Rosier
[next]