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
*
[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
*
s tightens up the encoding description for ARM post-indexed ldr instructions....
Mihai Popa
2013-04-30
1
-0
/
+1
*
ARM: Fix encoding of hint instruction for Thumb.
Quentin Colombet
2013-04-26
1
-1
/
+5
*
Fix treatment of ARM unallocated hint instructions.
Quentin Colombet
2013-04-17
1
-4
/
+11
*
ARM: Correct printing of pre-indexed operands.
Quentin Colombet
2013-04-12
1
-16
/
+40
*
ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.
Tim Northover
2013-04-10
1
-1
/
+4
*
ARM scheduler model: Add scheduler info to more instructions and resource
Arnold Schwaighofer
2013-04-05
1
-20
/
+40
*
ARM Scheduler Model: Add resources instructions, map resources in subtargets
Arnold Schwaighofer
2013-04-01
1
-15
/
+30
*
Revert ARM Scheduler Model: Add resources instructions, map resources
Arnold Schwaighofer
2013-03-26
1
-30
/
+15
*
ARM Scheduler Model: Add resources instructions, map resources in subtargets
Arnold Schwaighofer
2013-03-26
1
-15
/
+30
*
ARM: Convenience aliases for 'srs*' instructions.
Jim Grosbach
2013-02-23
1
-0
/
+12
*
Move MRI liveouts to ARM return instructions.
Jakob Stoklund Olesen
2013-02-05
1
-1
/
+1
*
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
1
-2
/
+26
*
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-29
1
-0
/
+12
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
1
-4
/
+6
*
Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering all
Chad Rosier
2012-11-06
1
-13
/
+5
*
Fix a miscompilation caused by a typo. When turning a adde with negative value
Evan Cheng
2012-10-24
1
-6
/
+6
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
1
-19
/
+49
*
MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648
Evan Cheng
2012-09-18
1
-2
/
+4
*
Remove predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-09-05
1
-42
/
+0
[next]