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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle empty functions with debug info in load/store opt pass
Pablo Barrio
2016-08-26
1
-1
/
+1
*
ARM: by default don't set the Thumb bit on MachO relocated values.
Tim Northover
2016-08-25
1
-10
/
+11
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
6
-6
/
+6
*
ARM: don't diagnose cbz/cbnz to Thumb functions.
Tim Northover
2016-08-24
1
-1
/
+2
*
Use isTargetMachO instead of isTargetDarwin.
Rafael Espindola
2016-08-24
1
-1
/
+1
*
[ARM] Generate consistent frame records for Thumb2
Oliver Stannard
2016-08-23
4
-33
/
+39
*
ARM: Avoid dereferencing end() in ARMFrameLowering::emitEpilogue
Duncan P. N. Exon Smith
2016-08-21
1
-2
/
+2
*
[SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> fround
Michael Kuperstein
2016-08-18
1
-4
/
+4
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
4
-7
/
+8
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
1
-0
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
12
-23
/
+26
*
Some places that could using TargetParser in LLVM. NFC.
Zijiao Ma
2016-08-17
2
-3
/
+8
*
ARM: Avoid dereferencing end() in ARMFrameLowering::emitPrologue
Duncan P. N. Exon Smith
2016-08-17
1
-1
/
+2
*
Correct the upper bound for a CBZ/CBNZ branch target.
Prakhar Bahuguna
2016-08-16
1
-2
/
+4
*
[Thumb] Validate branch target for CBZ/CBNZ instructions.
Prakhar Bahuguna
2016-08-16
2
-0
/
+11
*
Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions."
Matthias Braun
2016-08-15
2
-11
/
+0
*
[Thumb] Validate branch target for CBZ/CBNZ instructions.
Prakhar Bahuguna
2016-08-15
2
-0
/
+11
*
Use the range variant of count_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
2
-5
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
5
-10
/
+7
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[ARM] Improve sxta{b|h} and uxta{b|h} tests
Sam Parker
2016-08-10
3
-12
/
+33
*
[ARM] Add support for embedded position-independent code
Oliver Stannard
2016-08-08
10
-14
/
+102
*
[ARM] Don't copy MCInsts in loop. NFC.
Benjamin Kramer
2016-08-06
1
-1
/
+1
*
[ARM] Constant Materialize: imms with specific value can be encoded into mov.w
Weiming Zhao
2016-08-05
1
-1
/
+3
*
Revert "[ARM] Constant Materialize: imms with specific value can be encoded i...
Bruno Cardoso Lopes
2016-08-03
1
-3
/
+1
*
[ARM] Constant Materialize: imms with specific value can be encoded into mov.w
Weiming Zhao
2016-08-03
1
-1
/
+3
*
ARM: only form SMMLS when SUBE flags unused.
Tim Northover
2016-08-02
1
-1
/
+2
*
[ARM] Improve smul* and smla* isel for Thumb2
Sam Parker
2016-08-02
3
-25
/
+41
*
[ARM] Some saturation instructions not DSP-only
Bernard Ogden
2016-08-02
3
-7
/
+7
*
[AArch64] Add support for Samsung Exynos M2 (NFC).
Evandro Menezes
2016-08-01
1
-0
/
+6
*
[ARMConstantIslandPass] Remove dead code.
Davide Italiano
2016-07-30
1
-20
/
+0
*
CodeGen: add new "intrinsic" MachineOperand kind.
Tim Northover
2016-07-29
1
-0
/
+2
*
Fix for commit rL277126 that broke a build.
Sjoerd Meijer
2016-07-29
1
-1
/
+1
*
[Thumb] Emit Thumb move in both Thumb modes for struct_byval predicates
Prakhar Bahuguna
2016-07-29
1
-4
/
+5
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
11
-120
/
+120
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
6
-17
/
+17
*
[ARM] Set a non-conflicting comment character for assembly in MSVC mode
Renato Golin
2016-07-27
1
-0
/
+1
*
[ARM] Improve error messages for .arch_extension directive
Oliver Stannard
2016-07-26
1
-4
/
+8
*
[ARM] Implement -mimplicit-it assembler option
Oliver Stannard
2016-07-26
2
-38
/
+330
*
[ARM] Saturation instructions are DSP-only
Renato Golin
2016-07-25
3
-9
/
+16
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
2
-12
/
+23
*
[ARM] Improve longMAC codegen test
Sam Parker
2016-07-25
2
-1
/
+6
*
[ARM] Small refactor of Thumb2 SMLA insts
Sam Parker
2016-07-25
1
-12
/
+8
*
[ARM] Enable ISel of SMMLS for ARM and Thumb2
Sam Parker
2016-07-25
2
-5
/
+34
*
This refactoring of ARM machine block size computation creates two utility
Sjoerd Meijer
2016-07-22
5
-123
/
+193
*
[ARM] Skip inline asm memory operands in DAGToDAGISel
Diana Picus
2016-07-20
1
-0
/
+11
*
Revert "Disable this-return argument forwarding on ARM/AArch64"
David Majnemer
2016-07-20
1
-8
/
+1
*
ARM: move feature for Thumb2 pkhbt/pkhtb onto architectures.
Tim Northover
2016-07-19
1
-32
/
+14
[next]