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
/
test
/
CodeGen
/
ARM
Age
Commit message (
Expand
)
Author
2012-12-20
Revert "Adding support for llvm.arm.neon.vaddl[su].* and"
Bob Wilson
2012-12-20
Adding support for llvm.arm.neon.vaddl[su].* and
Renato Golin
2012-12-19
LLVM sdisel normalize bit extraction of the form:
Evan Cheng
2012-12-18
Disable ARM partial flag dependency optimization at -Oz
Quentin Colombet
2012-12-18
MISched: add dependence to ExitSU to model live-out latency.
Andrew Trick
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-07
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-06
Fix typos in CHECK lines.
Dmitri Gribenko
2012-12-06
Properly fix the tes.
Evan Cheng
2012-12-06
llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...
NAKAMURA Takumi
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-04
ARM custom lower ctpop for vector types. Patch by Pete Couperus.
Evan Cheng
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-01
Simplify REG_SEQUENCE lowering.
Jakob Stoklund Olesen
2012-11-30
Codegen failure for vmull with small vectors
Sebastian Pop
2012-11-29
Handle the situation where CodeGenPrepare removes a reference to a BB that has
Bill Wendling
2012-11-29
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-29
Avoid rewriting instructions twice.
Jakob Stoklund Olesen
2012-11-28
ARM: Implement CanLowerReturn so large vectors get expanded into sret.
Benjamin Kramer
2012-11-27
Add -verify-machineinstrs to these fast-isel test cases.
Chad Rosier
2012-11-27
CSE: allow PerformTrivialCoalescing to check copies across basic block
Manman Ren
2012-11-27
Never use .lcomm on platforms where it does not accept an alignment
Ulrich Weigand
2012-11-27
Extend test case for r168657.
Chad Rosier
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
[next]