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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
ARM: don't expand atomicrmw inline on Cortex-M0
Tim Northover
2013-10-25
2
-9
/
+13
|
*
ARM: Tweak usage of '*vfp' compiler_rt functions.
Jim Grosbach
2013-10-24
1
-1
/
+2
|
*
Remove class abstraction from ARM struct byval lowering
David Peixotto
2013-10-24
1
-553
/
+262
|
*
ARM: Mark double-precision instructions as such
Tim Northover
2013-10-24
3
-45
/
+66
|
*
ARM: add a couple more NEON predicates.
Tim Northover
2013-10-24
1
-4
/
+4
|
*
ARM: mark various aliases with their architecture requirements.
Tim Northover
2013-10-24
2
-8
/
+12
|
*
ARM: Use non-VFP softcalls on embedded Darwinish targets
Tim Northover
2013-10-24
1
-1
/
+1
|
*
ARM: fix assert on unpredictable POP instruction.
Tim Northover
2013-10-24
1
-3
/
+2
|
*
Make ARM hint ranges consistent, and add tests for these ranges
Artyom Skrobov
2013-10-23
4
-6
/
+26
|
*
ARM: provide diagnostics on more writeback LDM/STM instructions
Tim Northover
2013-10-22
2
-17
/
+41
|
*
ARM: Thumb2 copy for GPRPair needs to use thumb instructions.
Jim Grosbach
2013-10-22
1
-1
/
+1
|
*
ARM: Clean up copyPhysReg() a bit.
Jim Grosbach
2013-10-22
1
-27
/
+47
|
*
Pure refactoring change.
Richard Barton
2013-10-18
1
-73
/
+86
|
*
Add hint disassembly syntax for 16-bit Thumb hint instructions.
Richard Barton
2013-10-18
4
-25
/
+23
|
*
Add hardware division as a default feature on Cortex-A15. Also add test cases...
Silviu Baranga
2013-10-18
2
-2
/
+3
|
*
17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targets
David Peixotto
2013-10-17
1
-7
/
+108
|
*
Refactor lowering for COPY_STRUCT_BYVAL_I32
David Peixotto
2013-10-17
1
-170
/
+460
|
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
2
-3
/
+2
|
*
Struct byval: fix a copy-paste error for thumb2.
Manman Ren
2013-10-15
1
-1
/
+1
|
*
Add Cortex-A57 support
Bernard Ogden
2013-10-14
2
-1
/
+10
|
*
Add subtarget feature support for Cortex-A53
Bernard Ogden
2013-10-14
3
-4
/
+18
|
*
[ARM] Fix FP ABI attributes with no VFP enabled.
Amara Emerson
2013-10-11
1
-14
/
+12
|
*
ARM: Put isV8EligibleForIT into the llvm namespace. While there make it inline.
Benjamin Kramer
2013-10-10
1
-2
/
+4
|
*
ARM: correct liveness flags during ARMLoadStoreOpt
Tim Northover
2013-10-10
1
-0
/
+77
|
*
Flip the ownership of MCStreamer and MCTargetStreamer.
Benjamin Kramer
2013-10-09
1
-1
/
+1
|
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
5
-58
/
+186
|
*
Struct byval: use the correct alignment for loads generated to load
Manman Ren
2013-10-07
1
-1
/
+2
|
*
[ARM] Improve build attributes emission.
Amara Emerson
2013-10-07
6
-56
/
+91
|
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
2
-12
/
+0
|
*
ARM: allow cortex-m0 to use hint instructions
Tim Northover
2013-10-07
5
-9
/
+22
|
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
5
-47
/
+8
|
*
ARM: optimizeSelect has to consider the previous register class
Matthias Braun
2013-10-04
1
-4
/
+9
|
*
ARM: do not add a regmask for TAILJUMPs
Matthias Braun
2013-10-04
1
-16
/
+18
|
*
ARM: preserve undef flag in pseudo instruction expanders
Matthias Braun
2013-10-04
1
-19
/
+14
|
*
[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
Amara Emerson
2013-10-03
7
-78
/
+126
|
*
ARM: support interrupt attribute
Tim Northover
2013-10-01
8
-21
/
+148
|
*
[ARM] Remove an unused function from the disassembler.
Joey Gouly
2013-10-01
1
-11
/
+0
|
*
[ARM] Introduce the 'sevl' instruction in ARMv8.
Joey Gouly
2013-10-01
5
-29
/
+22
|
*
[ARM] Clean up ARMAsmParser::validateInstruction().
Tilmann Scheller
2013-09-30
1
-38
/
+36
|
*
[ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...
Tilmann Scheller
2013-09-30
1
-4
/
+19
|
*
Swift model: Fix uop description on some writes
Arnold Schwaighofer
2013-09-30
1
-2
/
+11
|
*
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
2013-09-30
2
-0
/
+20
|
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
2
-2
/
+2
|
*
ARM: Teach assembler to enforce constraints for ARM LDRD destination register...
Tilmann Scheller
2013-09-27
1
-1
/
+10
|
*
Fix comment.
Tilmann Scheller
2013-09-27
1
-1
/
+1
|
*
ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...
Tilmann Scheller
2013-09-27
1
-0
/
+11
|
*
Fix PR 17372: Emitting PLD for stack address for ARM Thumb2
Weiming Zhao
2013-09-26
1
-0
/
+7
|
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
6
-305
/
+495
|
*
Fix PR 17368: disable vector mul distribution for square of add/sub for ARM
Weiming Zhao
2013-09-25
1
-0
/
+10
|
*
CriticalAntiDepBreaker is no longer needed for armv7 scheduling.
Andrew Trick
2013-09-25
1
-3
/
+1
[prev]
[next]