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
...
*
Convert SelectionDAG::getVTList to use ArrayRef
Craig Topper
2014-04-16
1
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-2
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2014-04-03
1
-2
/
+2
*
ARM: tell LLVM about zext properties of ldrexb/ldrexh
Tim Northover
2014-04-03
1
-0
/
+14
*
ARM: expand atomic ldrex/strex loops in IR
Tim Northover
2014-04-03
1
-747
/
+3
*
[ARM] When generating a vpaddl node the input lane type is not always the typ...
Silviu Baranga
2014-04-03
1
-2
/
+5
*
ARM: update subtarget information for Windows on ARM
Saleem Abdulrasool
2014-04-02
1
-1
/
+2
*
ARM: Add support for segmented stacks
Oliver Stannard
2014-04-02
1
-0
/
+2
*
ARM: add intrinsics for the v8 ldaex/stlex
Tim Northover
2014-03-26
1
-0
/
+4
*
ARM: no need to update SplatBits as it is not used
Arnaud A. de Grandmaison
2014-03-23
1
-3
/
+0
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-2
/
+0
*
ARM: honour -f{no-,}optimize-sibling-calls
Saleem Abdulrasool
2014-03-11
1
-2
/
+4
*
ARM: remove ancient -arm-tail-calls option
Saleem Abdulrasool
2014-03-11
1
-8
/
+2
*
ARM: simplify EmitAtomicBinary64
Tim Northover
2014-03-11
1
-23
/
+19
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-4
/
+4
*
ARM: Correctly align arguments after a byval struct is passed on the stack
Oliver Stannard
2014-03-05
1
-41
/
+88
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-15
/
+8
*
Use 16 byte stack alignment for NaCl on ARM
Mark Seaborn
2014-02-16
1
-5
/
+4
*
ARM: use natural LLVM IR for vshll instructions
Tim Northover
2014-02-10
1
-19
/
+0
*
ARM: use LLVM IR to represent the vshrn operation
Tim Northover
2014-02-10
1
-5
/
+0
*
Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
2014-02-05
1
-3
/
+4
*
[TLI] Add a new hook to TargetLowering to query the target if a load of a con...
Juergen Ributzka
2014-01-28
1
-0
/
+12
*
Fix known typos
Alp Toker
2014-01-24
1
-2
/
+2
*
Switch the NEON register class from QPR to DPair.
Jakob Stoklund Olesen
2014-01-14
1
-1
/
+1
*
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
Tim Northover
2014-01-06
1
-10
/
+10
*
Remove unnecessary #includes.
Bill Wendling
2014-01-06
1
-1
/
+0
*
Refactor function that checks that __builtin_returnaddress's argument is cons...
Bill Wendling
2014-01-06
1
-4
/
+1
*
Emit an error message if the value passed to __builtin_returnaddress isn't a ...
Bill Wendling
2014-01-05
1
-0
/
+7
*
[aarch32] fix bug 18268: Incorrect condition of vsel
Weiming Zhao
2013-12-18
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
ARM: decide whether to use movw/movt based on "minsize" attribute.
Tim Northover
2013-12-02
1
-2
/
+1
*
ARM: add pseudo-instructions for lit-pool global materialisation
Tim Northover
2013-12-02
1
-58
/
+13
*
Darwin-ARM: use movw/movt for static relocations
Tim Northover
2013-11-26
1
-3
/
+1
*
ARM: remove special cases for Darwin dynamic-no-pic mode.
Tim Northover
2013-11-25
1
-5
/
+6
*
ARM: produce friendly error for invalid inline asm
Tim Northover
2013-11-14
1
-0
/
+4
*
Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.
Bob Wilson
2013-11-03
1
-0
/
+77
*
Legalize: Improve legalization of long vector extends.
Jim Grosbach
2013-10-31
1
-55
/
+0
*
Struct byval cleanup: add helper functions to reduce code duplication.
Manman Ren
2013-10-29
1
-180
/
+117
*
ARM: don't expand atomicrmw inline on Cortex-M0
Tim Northover
2013-10-25
1
-9
/
+10
*
ARM: Tweak usage of '*vfp' compiler_rt functions.
Jim Grosbach
2013-10-24
1
-1
/
+2
*
Remove class abstraction from ARM struct byval lowering
David Peixotto
2013-10-24
1
-553
/
+262
*
ARM: Use non-VFP softcalls on embedded Darwinish targets
Tim Northover
2013-10-24
1
-1
/
+1
*
17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targets
David Peixotto
2013-10-17
1
-7
/
+108
*
Refactor lowering for COPY_STRUCT_BYVAL_I32
David Peixotto
2013-10-17
1
-170
/
+460
*
Struct byval: fix a copy-paste error for thumb2.
Manman Ren
2013-10-15
1
-1
/
+1
*
Struct byval: use the correct alignment for loads generated to load
Manman Ren
2013-10-07
1
-1
/
+2
*
ARM: do not add a regmask for TAILJUMPs
Matthias Braun
2013-10-04
1
-16
/
+18
*
ARM: support interrupt attribute
Tim Northover
2013-10-01
1
-1
/
+55
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
1
-122
/
+161
*
Fix PR 17368: disable vector mul distribution for square of add/sub for ARM
Weiming Zhao
2013-09-25
1
-0
/
+10
[prev]
[next]