index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-22
ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2012-09-22
Whitespace.
NAKAMURA Takumi
2012-09-22
Fix edge cases of ARM shift operands in arith instructions.
Tim Northover
2012-09-22
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-21
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
Add comment.
Chad Rosier
2012-09-21
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
Cortex-A9 latency fixes (w/ -schedmodel only).
Andrew Trick
2012-09-21
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
Tidy up. Whitespace.
Jim Grosbach
2012-09-21
Tidy up. Formatting.
Jim Grosbach
2012-09-21
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-09-20
Change enum type in a static table to uint8_t instead. Saves about 700 hundre...
Craig Topper
2012-09-18
MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648
Evan Cheng
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...
James Molloy
2012-09-18
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-18
Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte
Evan Cheng
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
Removed the VMLxForwarding feature for the Cortex-A15 target.
Silviu Baranga
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
[prev]
[next]