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
/
ARMInstrInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."
Diego Novillo
2015-05-26
1
-10
/
+5
*
Re-commit changes in r237579 with fix for bug breaking windows builds.
Luke Cheeseman
2015-05-26
1
-5
/
+10
*
Revert r237590, "ARM: allow jump tables to be placed as constant islands."
Peter Collingbourne
2015-05-21
1
-27
/
+1
*
ARM: allow jump tables to be placed as constant islands.
Tim Northover
2015-05-18
1
-1
/
+27
*
Revert r237579, as it broke windows buildbots
Oliver Stannard
2015-05-18
1
-7
/
+5
*
[LLVM - ARM/AArch64] Add ACLE special register intrinsics
Oliver Stannard
2015-05-18
1
-5
/
+7
*
ARM: remove custom jump table UID
Tim Northover
2015-05-13
1
-17
/
+16
*
ARM: mark branch-like instructions with correct flags.
Tim Northover
2015-04-29
1
-0
/
+2
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-9
/
+12
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-12
/
+9
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-9
/
+12
*
[ARM] Add v8.1a "Privileged Access Never" extension
Vladimir Sukharev
2015-04-16
1
-2
/
+29
*
[ARM] Mark a bunch of .td Operands with type _MEMORY.
Ahmed Bougacha
2015-04-07
1
-19
/
+22
*
[ARM] Rename v8.1a from "extension" to "architecture"
Vladimir Sukharev
2015-04-01
1
-2
/
+2
*
[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract" extension
Vladimir Sukharev
2015-03-26
1
-0
/
+2
*
[ARM] Add support for ARMV6K subtarget (LLVM)
Renato Golin
2015-03-17
1
-5
/
+8
*
[ARM] Cleanup so_imm* tblgen defintions
Asiri Rathnayake
2015-01-06
1
-68
/
+35
*
ARM: further improve deprecated diagnosis (LDM)
Saleem Abdulrasool
2014-12-20
1
-1
/
+1
*
ARM: diagnose deprecated syntax
Saleem Abdulrasool
2014-12-16
1
-1
/
+2
*
ARM: convert isTargetIOS checks to isTargetDarwin.
Tim Northover
2014-12-11
1
-3
/
+1
*
ARM: correctly expand LDR-lit based globals.
Tim Northover
2014-12-10
1
-0
/
+1
*
Remove unused function.
Asiri Rathnayake
2014-12-02
1
-1
/
+0
*
Add support for ARM modified-immediate assembly syntax.
Asiri Rathnayake
2014-12-02
1
-34
/
+66
*
Add ARM ERET and HVC virtualisation extension instructions.
Charlie Turner
2014-12-01
1
-0
/
+27
*
Fix wrong encoding of MRSBanked.
Charlie Turner
2014-11-28
1
-1
/
+1
*
Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.
Craig Topper
2014-11-26
1
-21
/
+21
*
ARM: add @llvm.arm.space intrinsic for testing ConstantIslands.
Tim Northover
2014-11-13
1
-0
/
+5
*
[ARM] Do not select SMULW[BT] or SMLAW[BT]
Oliver Stannard
2014-10-20
1
-22
/
+4
*
Only emit movw on ARMv6T2+
Renato Golin
2014-09-02
1
-1
/
+2
*
ARM: Add patterns for dbg
Yi Kong
2014-08-26
1
-1
/
+1
*
Make use of isAtLeastRelease/Acquire in the ARM/AArch64 backends
Robin Morisset
2014-08-18
1
-2
/
+2
*
ARM: implement MRS/MSR (banked reg) system instructions.
Tim Northover
2014-08-15
1
-4
/
+45
*
Fix bit initializer which was one bit too long, but worked so long as we sile...
Pete Cooper
2014-07-31
1
-1
/
+1
*
ARM: add patterns for [su]xta[bh] from just a shift.
Tim Northover
2014-07-23
1
-0
/
+2
*
[ARM] Add earlyclobber constraint to pre/post-indexed ARM STRH instructions.
Tilmann Scheller
2014-07-23
1
-2
/
+4
*
[ARM] Add earlyclobber constraint to pre/post-indexed ARM STR instructions.
Tilmann Scheller
2014-07-18
1
-4
/
+6
*
Move function dependent resetting of a subtarget variable out of the
Eric Christopher
2014-07-04
1
-3
/
+3
*
[ARM] Implement ISB memory barrier intrinsic
Yi Kong
2014-07-03
1
-3
/
+3
*
ARM: Fix TPsoft for Thumb mode
Christian Pirker
2014-06-24
1
-1
/
+3
*
ARM: mark UBFX as not allowing PC.
Tim Northover
2014-06-23
1
-2
/
+2
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
ARM: add VLA extension for WoA Itanium ABI
Saleem Abdulrasool
2014-06-09
1
-0
/
+13
*
ARM: introduce llvm.arm.undefined intrinsic
Saleem Abdulrasool
2014-05-22
1
-1
/
+1
*
TableGen/ARM64: print aliases even if they have syntax variants.
Tim Northover
2014-05-15
1
-2
/
+2
*
ARM: implement support for the UDF mnemonic
Saleem Abdulrasool
2014-05-14
1
-0
/
+12
*
Add support bswap16 to/from memory compiling to rev16 on ARM/Thumb
Louis Gerbarg
2014-05-12
1
-0
/
+5
*
ARM: remove @llvm.arm.sevl
Saleem Abdulrasool
2014-04-25
1
-2
/
+0
*
ARM: provide a new generic hint intrinsic
Saleem Abdulrasool
2014-04-25
1
-1
/
+2
*
For the ARM integrated assembler add checking of the
Kevin Enderby
2014-04-10
1
-0
/
+138
*
Revert "For the ARM integrated assembler add checking of the alignments on vl...
Reid Kleckner
2014-04-10
1
-138
/
+0
[next]