index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ARM: Creating a vector from a lane of another.
Jim Grosbach
2013-03-02
1
-2
/
+5
*
Clean up code format a bit.
Jim Grosbach
2013-03-02
1
-4
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2013-03-02
1
-7
/
+7
*
ARM NEON: Fix v2f32 float intrinsics
Arnold Schwaighofer
2013-03-02
1
-0
/
+18
*
Add support for using non-pic code for arm and thumb1 when emitting the sjlj
Chad Rosier
2013-03-01
1
-10
/
+21
*
Tidy up; no functional change.
Chad Rosier
2013-02-28
1
-5
/
+3
*
Style; no functional change.
Chad Rosier
2013-02-28
1
-7
/
+4
*
ARM: FMA is legal only if VFP4 is available.
Jim Grosbach
2013-02-27
1
-0
/
+6
*
Remove this instance of dl as it's defined in a previous scope.
Chad Rosier
2013-02-27
1
-1
/
+0
*
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
1
-8
/
+8
*
Test commit. Fixed typo.
David Peixotto
2013-02-13
1
-1
/
+1
*
ARM NEON: Handle v16i8 and v8i16 reverse shuffles
Arnold Schwaighofer
2013-02-12
1
-1
/
+37
*
Move MRI liveouts to ARM return instructions.
Jakob Stoklund Olesen
2013-02-05
1
-13
/
+11
*
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
1
-2
/
+10
*
Fix 64-bit atomic operations in Thumb mode.
Tim Northover
2013-01-29
1
-74
/
+46
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
1
-0
/
+2
*
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-25
1
-2
/
+2
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-32
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-5
/
+7
*
Revert "Adding support for llvm.arm.neon.vaddl[su].* and"
Bob Wilson
2012-12-20
1
-18
/
+0
*
Adding support for llvm.arm.neon.vaddl[su].* and
Renato Golin
2012-12-20
1
-0
/
+18
*
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
1
-1
/
+1
*
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-19
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-3
/
+3
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
1
-1
/
+1
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
1
-2
/
+2
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
1
-6
/
+2
*
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-12
1
-0
/
+4
*
Replace TargetLowering::isIntImmLegal() with
Evan Cheng
2012-12-11
1
-18
/
+33
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-3
/
+3
*
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-11
1
-2
/
+2
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Stylistic tweak.
Evan Cheng
2012-12-11
1
-9
/
+8
*
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
1
-13
/
+51
*
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
1
-30
/
+21
*
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-06
1
-0
/
+30
*
Appease GCC's -Wparentheses.
Matt Beaumont-Gay
2012-12-04
1
-2
/
+2
*
ARM custom lower ctpop for vector types. Patch by Pete Couperus.
Evan Cheng
2012-12-04
1
-0
/
+117
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Codegen failure for vmull with small vectors
Sebastian Pop
2012-11-30
1
-13
/
+74
*
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-29
1
-10
/
+73
*
ARM: Implement CanLowerReturn so large vectors get expanded into sret.
Benjamin Kramer
2012-11-28
1
-0
/
+11
*
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-17
1
-0
/
+1
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
1
-11
/
+47
*
Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
Anton Korobeynikov
2012-11-16
1
-1
/
+0
*
Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing
Eli Friedman
2012-11-15
1
-0
/
+2
*
Revert changing FNEG of v4f32 to Expand. It's legal.
Craig Topper
2012-11-15
1
-1
/
+0
*
Make FNEG and FABS of v4f32 Expand.
Craig Topper
2012-11-15
1
-0
/
+2
*
Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.
Craig Topper
2012-11-15
1
-0
/
+4
[prev]
[next]