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
2013-02-06
Attempt to recover gdb bot after r174445.
Manman Ren
2013-02-05
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
[SjLj Prepare] When demoting an invoke instructions to the stack, if the normal
Chad Rosier
2013-02-05
Link .ARM.exidx with corresponding text section.
Logan Chien
2013-02-04
[Stack Alignment] emit warning instead of a hard error
Manman Ren
2013-01-30
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
Add missing header and test cases for r173939.
Logan Chien
2013-01-29
Fix 64-bit atomic operations in Thumb mode.
Tim Northover
2013-01-25
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-19
Remove some register allocation order dependencies.
Jakob Stoklund Olesen
2013-01-11
Simplify writing floating types to assembly.
Tim Northover
2013-01-10
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-08
Specify complete triple for fp128 tests.
Tim Northover
2013-01-08
Allow the asm printer to print fp128 values properly.
Tim Northover
2013-01-07
Make the MergeGlobals pass correctly handle the address space qualifiers of t...
Silviu Baranga
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
[next]