index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMInstrInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-19
/
+159
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-285
/
+164
*
[ARM] Handling for coprocessor instructions that are undefined starting from ...
Artyom Skrobov
2013-11-08
1
-9
/
+14
*
ARM: Add subtarget feature for CRC
Bernard Ogden
2013-10-29
1
-1
/
+3
*
ARM: Mark double-precision instructions as such
Tim Northover
2013-10-24
1
-0
/
+3
*
Make ARM hint ranges consistent, and add tests for these ranges
Artyom Skrobov
2013-10-23
1
-1
/
+10
*
Add hardware division as a default feature on Cortex-A15. Also add test cases...
Silviu Baranga
2013-10-18
1
-2
/
+2
*
ARM: allow cortex-m0 to use hint instructions
Tim Northover
2013-10-07
1
-0
/
+3
*
[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
Amara Emerson
2013-10-03
1
-1
/
+2
*
ARM: support interrupt attribute
Tim Northover
2013-10-01
1
-1
/
+8
*
[ARM] Introduce the 'sevl' instruction in ARMv8.
Joey Gouly
2013-10-01
1
-15
/
+7
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
1
-125
/
+207
*
[ARM] Split A/R class into separate subtarget features.
Amara Emerson
2013-09-23
1
-3
/
+3
*
[ARMv8] Add support for the v8 cryptography extensions.
Amara Emerson
2013-09-19
1
-0
/
+2
*
[ARMv8] Add CRC instructions.
Joey Gouly
2013-09-18
1
-0
/
+39
*
[ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
Joey Gouly
2013-09-13
1
-2
/
+2
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-2
/
+3
*
[ARMv8] Implement the new DMB/DSB operands.
Joey Gouly
2013-09-05
1
-4
/
+2
*
Add AArch32 DCPS{1,2,3} and HLT instructions.
Richard Barton
2013-09-05
1
-0
/
+10
*
[ARMv8]
Joey Gouly
2013-08-28
1
-3
/
+3
*
[ARMv8] Add MC support for the new load/store acquire/release instructions.
Joey Gouly
2013-08-27
1
-4
/
+42
*
[ARMv8] Add CodeGen for VMAXNM/VMINNM.
Joey Gouly
2013-08-23
1
-1
/
+6
*
ARM: make sure ARM-mode pseudo-inst requires IsARM
Tim Northover
2013-08-23
1
-1
/
+1
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
1
-23
/
+32
*
Make "mov" work for all Thumb2 MOV encodings
Mihai Popa
2013-08-21
1
-0
/
+5
*
ARMv8: SWP and SWPB are obsoleted on ARMv8.
Joey Gouly
2013-08-13
1
-2
/
+6
*
Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...
Silviu Baranga
2013-07-29
1
-1
/
+3
*
ARM: remove now unneeded custom Asm converters
Tim Northover
2013-07-22
1
-12
/
+0
*
ARM: implement ldrex, strex and clrex intrinsics
Tim Northover
2013-07-16
1
-7
/
+50
*
ARM: Add a pack pattern for matching arithmetic shift right
Arnold Schwaighofer
2013-07-05
1
-0
/
+3
*
ARM: Fix incorrect pack pattern
Arnold Schwaighofer
2013-07-05
1
-2
/
+4
*
Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.
Joey Gouly
2013-07-04
1
-0
/
+2
*
This corrects the implementation of Thumb ADR instruction. There are three i...
Mihai Popa
2013-07-03
1
-1
/
+1
*
ARM: Fix pseudo-instructions for SRS (Store Return State).
Tilmann Scheller
2013-06-28
1
-4
/
+4
*
Add a subtarget feature 'v8' to the ARM backend.
Joey Gouly
2013-06-26
1
-0
/
+2
*
ARM: fix more cases where predication may or may not be allowed
Tim Northover
2013-06-26
1
-2
/
+3
*
This reverts r155000.
Joey Gouly
2013-06-20
1
-6
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-2
/
+2
*
ARM: ISB cannot be passed the same options as DMB
Amaury de la Vieuville
2013-06-10
1
-1
/
+11
*
ARM: fix CPS decoding when ambiguous with QADD
Amaury de la Vieuville
2013-06-08
1
-0
/
+2
*
ARM sched model: Add branch instructions
Arnold Schwaighofer
2013-06-06
1
-27
/
+35
*
ARM sched model: Add preload instructions
Arnold Schwaighofer
2013-06-06
1
-2
/
+4
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-2
/
+2
*
ARM sched model: Add more ALU and CMP instructions
Arnold Schwaighofer
2013-06-05
1
-37
/
+49
*
This is a simple patch that changes RRX and RRXS to accept all registers as o...
Mihai Popa
2013-06-05
1
-1
/
+1
*
Revert series of sched model patches until I figure out what is going on.
Arnold Schwaighofer
2013-06-04
1
-88
/
+66
*
ARM sched model: Add branch instructions
Arnold Schwaighofer
2013-06-04
1
-27
/
+35
*
ARM sched model: Add preload instructions
Arnold Schwaighofer
2013-06-04
1
-2
/
+4
*
ARM sched model: Add more ALU and CMP instructions
Arnold Schwaighofer
2013-06-04
1
-37
/
+49
*
The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...
Mihai Popa
2013-05-13
1
-5
/
+5
[next]