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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-1
/
+1
*
ARM: don't size-reduce STMs using the LR register.
Tim Northover
2014-09-10
1
-1
/
+1
*
ARM: Negative offset support problem
Renato Golin
2014-09-09
1
-2
/
+2
*
ARM: cover all sub-architecture enumerators to keep compiler happy.
Tim Northover
2014-09-05
1
-0
/
+2
*
Silencing a usually-helpful-but-braindead-silly-in-this-case sign mismatch wa...
Aaron Ballman
2014-09-04
1
-1
/
+1
*
Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction
Robin Morisset
2014-09-03
2
-18
/
+26
*
Use target-dependent emitLeading/TrailingFence instead of the target-independ...
Robin Morisset
2014-09-03
2
-1
/
+63
*
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-15
/
+15
*
[FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-29
/
+29
*
Remove resetSubtargetFeatures as it is unused.
Eric Christopher
2014-09-03
2
-22
/
+3
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
Only emit movw on ARMv6T2+
Renato Golin
2014-09-02
1
-1
/
+2
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
11
-2456
/
+4
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
2
-2
/
+2
*
Add missing override on ARMAsmBackend's dtor.
JF Bastien
2014-09-02
1
-2
/
+1
*
Thumb2 M-class MSR instruction support changes
Renato Golin
2014-09-01
4
-62
/
+88
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-4
/
+4
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+2
*
ARM: Add patterns for dbg
Yi Kong
2014-08-26
2
-2
/
+3
*
[AArch32] Add patterns for VCVT{A,N,P,M}.
Chad Rosier
2014-08-25
1
-9
/
+13
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-9
/
+11
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+1
*
Revert "ARM: improve RTABI 4.2 conformance on Linux"
Chad Rosier
2014-08-23
1
-29
/
+38
*
Revert "ARM: mark missing functions from RTABI"
Chad Rosier
2014-08-23
1
-24
/
+0
*
ARM / x86_64 varargs: Don't save regparms in prologue without va_start
Reid Kleckner
2014-08-22
1
-2
/
+2
*
[ARM] Move the implementation of the target hooks related to copy-related
Quentin Colombet
2014-08-22
4
-116
/
+116
*
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
2014-08-21
3
-4
/
+4
*
Thumb1 load/store optimizer: Improve code to materialize new base register.
Moritz Roth
2014-08-21
1
-5
/
+13
*
Add a thread-model knob for lowering atomics on baremetal & single threaded s...
Jonathan Roelofs
2014-08-21
2
-3
/
+10
*
[ARM] Enable DP copy, load and store instructions for FPv4-SP
Oliver Stannard
2014-08-21
5
-36
/
+178
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
[ARM] Mark VSETLNi32 with the InsertSubreg property and implement the related
Quentin Colombet
2014-08-21
3
-0
/
+43
*
Lower thumbv4t & thumbv5 lo->lo copies through a push-pop sequence
Jonathan Roelofs
2014-08-20
1
-2
/
+23
*
[ARM] Mark VMOVRRD with the ExtractSubreg property and implement the related
Quentin Colombet
2014-08-20
3
-0
/
+39
*
ARM: Fix codegen for rbit intrinsic
Yi Kong
2014-08-20
1
-2
/
+2
*
Hide two different AlignMode enums in anonymous namespaces. This bug is repor...
Alexey Samsonov
2014-08-19
1
-0
/
+2
*
Make use of isAtLeastRelease/Acquire in the ARM/AArch64 backends
Robin Morisset
2014-08-18
2
-6
/
+4
*
[ARM,AArch64] Do not tail-call to an externally-defined function with weak li...
Oliver Stannard
2014-08-18
1
-0
/
+13
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-11
/
+11
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
ARM: mark missing functions from RTABI
Saleem Abdulrasool
2014-08-17
1
-0
/
+24
*
ARM: improve RTABI 4.2 conformance on Linux
Saleem Abdulrasool
2014-08-17
1
-38
/
+29
*
ARM: whitespace
Saleem Abdulrasool
2014-08-17
1
-5
/
+5
*
ARM: correct toggling behaviour
Saleem Abdulrasool
2014-08-17
1
-8
/
+6
*
arm asm: Let .fpu enable instructions, PR20447.
Nico Weber
2014-08-16
1
-0
/
+36
*
Fix typos in comments
Robin Morisset
2014-08-15
2
-2
/
+2
*
[AArch32] Add support for FP rounding operations for ARMv8/AArch32.
Chad Rosier
2014-08-15
2
-12
/
+29
*
ARM: Fix and re-enable load/store optimizer for Thumb1.
Moritz Roth
2014-08-15
1
-111
/
+8
[next]