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
/
ARMISelLowering.h
Age
Commit message (
Expand
)
Author
2012-09-04
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-09-02
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-08-18
Remove the CAND/COR/CXOR custom ISD nodes and their select code.
Jakob Stoklund Olesen
2012-08-12
Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM
Arnold Schwaighofer
2012-08-12
Change addTypeForNeon to use MVT instead of EVT so all the calls to getSimple...
Craig Topper
2012-08-09
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-06-11
Re-enable the CMN instruction.
Bill Wendling
2012-06-01
ARM: properly handle alignment for struct byval.
Manman Ren
2012-06-01
ARM: support struct byval in llvm
Manman Ren
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-04
Make ARM and Mips use TargetMachine::getTLSModel()
Hans Wennborg
2012-04-10
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-03-17
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-15
Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on
Lang Hames
2012-02-28
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-23
Optimize a couple of common patterns involving conditional moves where the false
Evan Cheng
2012-02-22
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2011-11-16
Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602>
Bob Wilson
2011-11-15
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-02
Fixed parameter name.
Lang Hames
2011-11-02
Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...
Lang Hames
2011-10-07
Take the code that was emitted for the llvm.eh.dispatch.setup intrinsic and emit
Bill Wendling
2011-10-06
Refactor some of the code that sets up the entry block for SjLj EH. No functi...
Bill Wendling
2011-10-03
Check-pointing the new SjLj EH lowering.
Bill Wendling
2011-09-30
ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.
Jim Grosbach
2011-09-06
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-08-31
64-bit atomic cmpxchg for ARM.
Eli Friedman
2011-08-31
Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.
Eli Friedman
2011-08-30
Follow up to r138791.
Evan Cheng
2011-08-30
Change ARM / Thumb2 addc / adde and subc / sube modeling to use physical
Evan Cheng
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-13
Improve codegen for select's:
Evan Cheng
2011-06-29
Remove getRegClassForInlineAsmConstraint from the ARM port.
Eric Christopher
2011-06-02
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-03
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
2011-04-26
ARM and Thumb2 support for atomic MIN/MAX/UMIN/UMAX loads.
Jim Grosbach
2011-04-23
Thumb2 and ARM add/subtract with carry fixes.
Andrew Trick
2011-04-23
whitespace
Andrew Trick
2011-04-20
ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...
Stuart Hastings
2011-03-30
Add a ARM-specific SD node for VBSL so that forms with a constant first operand
Cameron Zwarich
2011-03-21
Re-apply r127953 with fixes: eliminate empty return block if it has no predec...
Evan Cheng
2011-03-19
Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessors
Daniel Dunbar
2011-03-19
SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IR
Evan Cheng
2011-03-15
Some minor cleanups based on feedback.
Bill Wendling
2011-03-14
Generate a VTBL instruction instead of a series of loads and stores when we
Bill Wendling
[next]