index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-21
[arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos.
Daniel Sanders
1
-0
/
+18
2016-06-20
Use shouldAssumeDSOLocal.
Rafael Espindola
1
-0
/
+19
2016-06-20
[ARM] Enable isel of UMAAL
Sam Parker
1
-0
/
+29
2016-06-17
ARM: take account of possible bundle when erasing an instruction.
Tim Northover
1
-0
/
+16
2016-06-17
[ARM] Add support for mrrc/mrrc2 intrinsics.
Ranjeet Singh
1
-0
/
+8
2016-06-16
Don't print (PLT) on arm.
Rafael Espindola
4
-23
/
+23
2016-06-15
Reverting r272778 because there's an assertion
Ranjeet Singh
1
-8
/
+0
2016-06-15
[ARM] Add support for mrrc/mrrc2 intrinsics.
Ranjeet Singh
1
-0
/
+8
2016-06-14
[SelectionDAG] Remove exit-on-error flag from test (PR27765)
Diana Picus
1
-2
/
+3
2016-06-13
[ARM] Reverting r272544 because clang patch needs
Ranjeet Singh
1
-8
/
+0
2016-06-13
[ARM] Add mrrc/mrrc2 co-processor intrinsics
Ranjeet Singh
1
-0
/
+8
2016-06-09
Reapply "[MBP] Reduce code size by running tail merging in MBP.""
Haicheng Wu
1
-1
/
+1
2016-06-08
[ARM] MSR instructions implicitly set CPSR
Oliver Stannard
1
-0
/
+55
2016-06-07
Revert "[MBP] Reduce code size by running tail merging in MBP."
Haicheng Wu
1
-1
/
+1
2016-06-07
[ARM] Shrink post-indexed LDR and STR to LDM/STM
James Molloy
1
-0
/
+52
2016-06-07
[ARM] Transform LDMs into writeback form to save code size
James Molloy
1
-0
/
+21
2016-06-07
ARM: correct TLS access on WoA
Saleem Abdulrasool
1
-15
/
+29
2016-06-06
[MBP] Reduce code size by running tail merging in MBP.
Haicheng Wu
1
-1
/
+1
2016-06-03
Code size optimisation: do not inline memcpy if this expansion results
Sjoerd Meijer
1
-0
/
+33
2016-06-02
This adds support for Cortex-A73 as an available target.
Sjoerd Meijer
1
-0
/
+25
2016-06-01
Avoid a load for local functions.
Rafael Espindola
1
-0
/
+10
2016-06-01
[ARM] Add additional matching for UBFX instructions
Oliver Stannard
1
-0
/
+16
2016-05-31
ARM: Improve/fix comment in recently added test.
Matthias Braun
1
-2
/
+2
2016-05-31
ARM: Do not attempt to modify register class of physregs.
Matthias Braun
1
-0
/
+11
2016-05-31
[CodeGen] Promote FMINNAN/FMAXNAN like other binops.
Ahmed Bougacha
1
-0
/
+34
2016-05-31
Add a use of shouldAssumeDSOLocal to ARM.
Rafael Espindola
1
-0
/
+18
2016-05-31
[ARM] Add backend support for load/store intrinsics.
Ranjeet Singh
3
-7
/
+61
2016-05-28
Fix default reloc model on ARM.
Rafael Espindola
1
-0
/
+5
2016-05-28
Revert "Revert "Map DynamicNoPIC to Static on non-darwin.""
Renato Golin
3
-41
/
+96
2016-05-28
Revert "Map DynamicNoPIC to Static on non-darwin."
Renato Golin
3
-96
/
+41
2016-05-27
Map DynamicNoPIC to Static on non-darwin.
Rafael Espindola
3
-41
/
+96
2016-05-19
[ARM, AArch64] Match additional patterns to ldN instructions
Matthew Simpson
2
-0
/
+98
2016-05-19
[ARM] Add cdp intrinsic tests.
Ranjeet Singh
3
-8
/
+34
2016-05-18
Delete Reloc::Default.
Rafael Espindola
2
-2
/
+1
2016-05-16
[llc] New diagnostic handler
Renato Golin
1
-1
/
+1
2016-05-14
ARM: support export directives for Windows
Saleem Abdulrasool
1
-0
/
+75
2016-05-14
Revert "[llc] New diagnostic handler"
Renato Golin
1
-1
/
+1
2016-05-14
[llc] New diagnostic handler
Renato Golin
1
-1
/
+1
2016-05-13
ARM: use callee-saved list in the order they're actually saved.
Tim Northover
1
-0
/
+12
2016-05-13
Revert "[ARM,AArch64] NFC. Add extra test cases for bswap lowering."
Renato Golin
1
-145
/
+0
2016-05-13
Revert "[llc] New diagnostic handler"
Renato Golin
1
-1
/
+1
2016-05-13
[llc] New diagnostic handler
Renato Golin
1
-1
/
+1
2016-05-13
[ARM,AArch64] NFC. Add extra test cases for bswap lowering.
Renato Golin
1
-0
/
+145
2016-05-12
[ARM] Fixup tests to take into account mov translation. NFC.
Renato Golin
1
-2
/
+2
2016-05-10
ARM: stop emitting blx instructions for most calls on MachO.
Tim Northover
20
-145
/
+109
2016-05-08
[ARM] Fix Scavenger assert due to underestimated stack size
Weiming Zhao
1
-0
/
+192
2016-05-07
Revert r268810 becase it brakes msan bot.
Vitaly Buka
1
-192
/
+0
2016-05-06
[ARM] Fix Scavenger assert due to underestimated stack size
Weiming Zhao
1
-0
/
+192
2016-05-06
[CodeGen] Round [SU]INT_TO_FP result when promoting from f16.
Ahmed Bougacha
2
-5
/
+47
2016-05-05
ARM: don't attempt to merge litpools referencing different PC-anchors.
Tim Northover
1
-0
/
+46
[next]