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-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-14
Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.
Andrew Trick
2012-09-14
Cortex-A9 instruction-level scheduling machine model.
Andrew Trick
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-11
Rename the isMemory() function to isMem(). No functional change intended.
Chad Rosier
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
2012-09-08
Set operation action for FFLOOR to Expand for all vector types for X86. Set F...
Craig Topper
2012-09-07
Custom DAGCombine for and/or/xor are for all ARMs.
Jakob Stoklund Olesen
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-06
Diagnose invalid alignments on duplicating VLDn instructions.
Tim Northover
2012-09-06
Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...
Tim Northover
2012-09-06
Use correct part of complex operand to encode VST1 alignment.
Tim Northover
2012-09-06
Fix a few old-GCC warnings. No functional change.
Nadav Rotem
2012-09-06
Fix self-host; ensure signedness is consistent.
James Molloy
2012-09-06
Improve codegen for BUILD_VECTORs on ARM.
James Molloy
2012-09-06
Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...
James Molloy
2012-09-05
Remove predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-09-05
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
Strip old MachineInstrs *after* we know we can put them back.
Tim Northover
2012-09-05
Fix function name per coding standard.
Chad Rosier
2012-09-04
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-09-03
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
Removed unused argument.
Chad Rosier
2012-09-03
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-02
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-01
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-09-01
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-08-31
Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()
Chad Rosier
2012-08-31
Add a comment to explain what's really going on.
Chad Rosier
2012-08-31
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
Fix a couple of typos in EmitAtomic.
Jakob Stoklund Olesen
2012-08-31
With the fix in r162954/162955 every cvt function returns true. Thus, have
Chad Rosier
2012-08-30
Fix for r162954. Return the Error.
Chad Rosier
2012-08-30
Move a check to the validateInstruction() function where it more properly bel...
Chad Rosier
2012-08-30
Typo.
Chad Rosier
2012-08-30
Add support for moving pure S-register to NEON pipeline if desired
Tim Northover
2012-08-29
Refactor setExecutionDomain to be clearer about what it's doing and more robust.
Tim Northover
2012-08-29
Cleanup sloppy code. Jakob's review.
Andrew Trick
2012-08-29
[arm-fast-isel] Add support for ARM PIC.
Jush Lu
2012-08-29
Fix ARM vector copies of overlapping register tuples.
Andrew Trick
2012-08-29
cleanup
Andrew Trick
2012-08-28
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...
Jakob Stoklund Olesen
2012-08-27
Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.
Jakob Stoklund Olesen
2012-08-27
Make sure we add the predicate after all of the registers are added.
Bill Wendling
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Missed tLEApcrelJT.
Jakob Stoklund Olesen
[prev]
[next]