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
/
ARMISelLowering.cpp
Age
Commit message (
Expand
)
Author
2013-08-30
Revert some ARM byval localmods since byval+varargs are not in stable pexes.
Jan Voung
2013-07-19
Clean up a debug printout left in by mistake during the 3.3 merge
Eli Bendersky
2013-07-17
Remove unnecessary debug printout
Eli Bendersky
2013-07-15
Trying to get the thing to copmile...
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-15
Merging r181842:
Bill Wendling
2013-05-05
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-04-30
Refactoring patch.
Stepan Dyatkovskiy
2013-04-23
Add more tests for r179925 to verify correct handling of signext/zeroext; str...
Stephen Lin
2013-04-23
Lowercase "is" boolean variable prefix for consistency within function, no fu...
Stephen Lin
2013-04-22
Fix for 5.5 Parameter Passing --> Stage C:
Stepan Dyatkovskiy
2013-04-20
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
Test commit
Stephen Lin
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-19
Improve long vector sext/zext lowering on ARM
Renato Golin
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-02
ARM: Creating a vector from a lane of another.
Jim Grosbach
2013-03-02
Clean up code format a bit.
Jim Grosbach
2013-03-02
Tidy up. Trailing whitespace.
Jim Grosbach
2013-03-02
ARM NEON: Fix v2f32 float intrinsics
Arnold Schwaighofer
2013-03-01
Add support for using non-pic code for arm and thumb1 when emitting the sjlj
Chad Rosier
2013-02-28
Tidy up; no functional change.
Chad Rosier
2013-02-28
Style; no functional change.
Chad Rosier
2013-02-27
ARM: FMA is legal only if VFP4 is available.
Jim Grosbach
2013-02-27
Remove this instance of dl as it's defined in a previous scope.
Chad Rosier
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-13
Test commit. Fixed typo.
David Peixotto
2013-02-12
ARM NEON: Handle v16i8 and v8i16 reverse shuffles
Arnold Schwaighofer
2013-02-05
Move MRI liveouts to ARM return instructions.
Jakob Stoklund Olesen
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-30
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-29
Fix 64-bit atomic operations in Thumb mode.
Tim Northover
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-25
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
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
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-13
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-12
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-11
Replace TargetLowering::isIntImmLegal() with
Evan Cheng
[next]