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
*
Don't reserve the R0 and R1 registers here. We don't use these registers, and
Bill Wendling
2012-02-13
1
-4
/
+9
*
Make valgrind happy.
Jason W Kim
2012-02-10
1
-2
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-10
/
+7
*
Cleanups for EABI standard functions
Anton Korobeynikov
2012-01-29
1
-2
/
+7
*
Use base AAPCS for varargs functions even for AAPCS-VFP CC
Anton Korobeynikov
2012-01-29
1
-1
/
+3
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-6
/
+2
*
Refactor variables unused under non-assert builds (& remove two entirely unus...
David Blaikie
2012-01-16
1
-2
/
+2
*
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-15
1
-20
/
+12
*
Match SelectionDAG logic for enabling movt.
Jakob Stoklund Olesen
2012-01-07
1
-1
/
+2
*
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
1
-1
/
+0
*
Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138>
Bob Wilson
2011-12-22
1
-1
/
+6
*
Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...
Eli Friedman
2011-12-15
1
-1
/
+1
*
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
1
-0
/
+4
*
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-11
1
-0
/
+22
*
Revert r146322 to appease buildbots. Original commit message:
Chad Rosier
2011-12-10
1
-22
/
+0
*
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-10
1
-0
/
+22
*
Splats can contain undef's; make sure to handle them correctly. PR11526.
Eli Friedman
2011-12-09
1
-2
/
+1
*
Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsics
Daniel Dunbar
2011-12-08
1
-22
/
+0
*
Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...
Stepan Dyatkovskiy
2011-12-08
1
-0
/
+22
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-4
/
+4
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-9
/
+14
*
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-26
1
-1
/
+1
*
Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602>
Bob Wilson
2011-11-16
1
-59
/
+2
*
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-11-15
1
-1
/
+0
*
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-15
1
-0
/
+11
*
Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.
Eli Friedman
2011-11-11
1
-0
/
+1
*
Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.
Eli Friedman
2011-11-09
1
-1
/
+25
*
Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.
Lang Hames
2011-11-08
1
-0
/
+7
*
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
1
-31
/
+36
*
Make sure to mark vector extload's as expand on ARM. Fixes PR11319.
Eli Friedman
2011-11-08
1
-9
/
+11
*
Reapply r143206, with fixes. Disallow physical register lifetimes
Dan Gohman
2011-11-03
1
-3
/
+16
*
Fixed parameter name.
Lang Hames
2011-11-02
1
-2
/
+2
*
Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...
Lang Hames
2011-11-02
1
-0
/
+28
*
Revert r143206, as there are still some failing tests.
Dan Gohman
2011-10-29
1
-16
/
+3
*
Reapply r143177 and r143179 (reverting r143188), with scheduler
Dan Gohman
2011-10-28
1
-3
/
+16
*
Speculatively disable Dan's commits 143177 and 143179 to see if
Duncan Sands
2011-10-28
1
-16
/
+3
*
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
Dan Gohman
2011-10-28
1
-3
/
+16
*
Make sure short memsets on ARM lower to stores, even when optimizing for size.
Lang Hames
2011-10-26
1
-0
/
+2
*
Revert r142530 at least temporarily while a discussion is had on llvm-commits...
James Molloy
2011-10-26
1
-5
/
+2
*
Use a worklist to prevent the iterator from becoming invalidated because of t...
Bill Wendling
2011-10-26
1
-3
/
+4
*
Revert part of r142530. The patch potentially hurts performance especially
Evan Cheng
2011-10-26
1
-3
/
+3
*
Don't crash on variable insertelement on ARM. PR10258.
Eli Friedman
2011-10-24
1
-0
/
+11
*
Change this overloaded use of Sched::Latency to be an overloaded
Dan Gohman
2011-10-24
1
-2
/
+2
*
The different flavors of ARM have different valid subsets of registers. Check
Bill Wendling
2011-10-22
1
-3
/
+13
*
Add missing operand. <rdar://problem/10313323>
Bill Wendling
2011-10-20
1
-1
/
+2
*
Use literal pool loads instead of MOVW/MOVT for materializing global addresse...
James Molloy
2011-10-19
1
-3
/
+6
*
Make sure we emit the 'movw' and 'movt' only if it's supported. Otherwise, us...
Bill Wendling
2011-10-19
1
-5
/
+27
*
Remove some dead code.
Bill Wendling
2011-10-19
1
-6
/
+0
*
Emit the MOVT instruction only if the # LPads is > 64K.
Bill Wendling
2011-10-18
1
-10
/
+20
*
For Thumb mode, we need to use a constant pool if the value is too large to be
Bill Wendling
2011-10-18
1
-3
/
+20
[next]