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
/
lib
/
Target
/
ARM
Age
Commit message (
Expand
)
Author
2012-12-17
Revert/correct some FastISel changes in r170104 (EVT->MVT for
Patrik Hagglund
2012-12-14
Make sure the alternate PC+imm syntax of LDR instruction with a small
Kevin Enderby
2012-12-13
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-12
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-12
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-11
Trim unneeded header #include.
Jim Grosbach
2012-12-11
ARM: Remove old testing option.
Jim Grosbach
2012-12-11
ARM: Remove old testing options.
Jim Grosbach
2012-12-11
Replace TargetLowering::isIntImmLegal() with
Evan Cheng
2012-12-11
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-11
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
Stylistic tweak.
Evan Cheng
2012-12-11
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-08
Simplify code. Sort includes. No functionality change.
Benjamin Kramer
2012-12-08
Fix a use-after-free bug found by ASan. You can't assign a temporary
Chandler Carruth
2012-12-07
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-06
Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we
Matt Beaumont-Gay
2012-12-06
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.
Chad Rosier
2012-12-06
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-05
Correct ARM NOP encoding
David Sehr
2012-12-05
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-04
Appease GCC's -Wparentheses.
Matt Beaumont-Gay
2012-12-04
ARM custom lower ctpop for vector types. Patch by Pete Couperus.
Evan Cheng
2012-12-04
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
Fix NOP encoding
David Sehr
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-03
Implement ARMBaseRegisterInfo::getRegAllocationHints().
Jakob Stoklund Olesen
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Codegen failure for vmull with small vectors
Sebastian Pop
2012-11-30
Use isOSNaCl and minimize some LOCALMODs
David Sehr
2012-11-29
Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst
Kevin Enderby
2012-11-29
Cleanup for comprehensibility:
Eli Bendersky
2012-11-29
Add isOSNaCl, and add Asm subclasses for NaCl
David Sehr
2012-11-29
Leave NOPS as upstream defines
David Sehr
2012-11-29
Add cortex-a5 subtarget to the supported ARM architectures
Quentin Colombet
2012-11-29
Disable register-register preloads for NaCl.
JF Bastien
2012-11-29
Fix LibCall simplification and ARM EH
Derek Schuff
2012-11-29
Merge remote-tracking branch 'origin/master' into merge168633
Derek Schuff
2012-11-29
Removing unused code for computing CPSR liveness for sandboxing.
Eli Bendersky
2012-11-29
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-28
ARM: Implement CanLowerReturn so large vectors get expanded into sret.
Benjamin Kramer
2012-11-28
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-27
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
[prev]
[next]