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
*
[ARM] Implement isExtractSubvectorCheap.
Eli Friedman
2016-12-20
2
-0
/
+12
*
Silence unused warning.
Daniel Jasper
2016-12-19
1
-0
/
+1
*
[ARM] GlobalISel: Lower i8 and i16 register args
Diana Picus
2016-12-19
1
-5
/
+20
*
[ARM] GlobalISel: Allow i8 and i16 adds
Diana Picus
2016-12-19
1
-1
/
+6
*
[ARM] GlobalISel: Select i8 and i16 copies
Diana Picus
2016-12-19
1
-2
/
+9
*
[ARM] GlobalISel: Lower more than 4 arguments
Diana Picus
2016-12-19
1
-10
/
+22
*
[ARM] GlobalISel: Support loading from the stack
Diana Picus
2016-12-19
3
-10
/
+45
*
[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.
Eli Friedman
2016-12-16
3
-19
/
+93
*
[GlobalISel] Silence unused variable warnings in Release builds.
Benjamin Kramer
2016-12-16
1
-5
/
+4
*
[ARM] GlobalISel: Select add i32, i32
Diana Picus
2016-12-16
7
-9
/
+299
*
[ARM] Expose methods to get the CCAssignFn. NFCI
Diana Picus
2016-12-16
2
-17
/
+21
*
Revert 279703, it caused PR31404.
Nico Weber
2016-12-16
3
-92
/
+19
*
[GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.
Ahmed Bougacha
2016-12-15
1
-1
/
+1
*
[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
Sjoerd Meijer
2016-12-15
2
-4
/
+141
*
Fix for build warning in execute-only support
Prakhar Bahuguna
2016-12-15
1
-2
/
+2
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
13
-17
/
+113
*
[ARM] Split 128-bit vectors in BUILD_VECTOR lowering
Eli Friedman
2016-12-14
1
-0
/
+21
*
[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.
Eli Friedman
2016-12-14
3
-19
/
+92
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
2
-2
/
+2
*
Add support for Samsung Exynos M3 (NFC)
Evandro Menezes
2016-12-13
1
-0
/
+6
*
Generalize strided store pattern in interleave access pass
Alina Sbirlea
2016-12-13
1
-6
/
+36
*
LivePhysReg: Use reference instead of pointer in init(); NFC
Matthias Braun
2016-12-08
1
-1
/
+1
*
[ARM] Better error message for invalid flag-preserving Thumb1 insts
Oliver Stannard
2016-12-06
1
-1
/
+4
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[ARM] Fix for 64-bit CAS expansion on ARM32 with -O0
Oleg Ranevskyy
2016-12-01
1
-7
/
+4
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-3
/
+2
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-2
/
+3
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-3
/
+2
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
2
-28
/
+28
*
Clarify rules for reserved regs, fix aarch64 ones.
Matthias Braun
2016-11-30
1
-9
/
+11
*
[xray] Add XRay support for Mach-O in CodeGen
Kuba Mracek
2016-11-23
1
-17
/
+27
*
CodeGen: simplify TargetMachine::getSymbol interface. NFC.
Tim Northover
2016-11-22
1
-1
/
+1
*
[ARM] Relax restriction on variadic functions for tailcall optimization
Pablo Barrio
2016-11-17
1
-5
/
+0
*
ARM: fix CodeGen for 64-bit shifts.
Tim Northover
2016-11-16
1
-17
/
+31
*
GlobalISel: remove unused variable to silence warning.
Tim Northover
2016-11-15
2
-2
/
+1
*
[ARM] GlobalISel: Remove unused members. NFCI
Diana Picus
2016-11-15
3
-8
/
+4
*
[ARM] Make sure GlobalISel is only initialized once. NFCI
Diana Picus
2016-11-15
1
-12
/
+12
*
[ARM] Add machine scheduler for Cortex-R52
Javed Absar
2016-11-15
3
-1
/
+985
*
ARM: try to fix GCC 4.8 compilation again after r286881.
Tim Northover
2016-11-14
1
-1
/
+2
*
Recommit: ARM: sort register lists by encoding in push/pop instructions.
Tim Northover
2016-11-14
3
-2
/
+28
*
Revert "ARM: sort register lists by encoding in push/pop instructions."
Tim Northover
2016-11-14
3
-28
/
+2
*
ARM: sort register lists by encoding in push/pop instructions.
Tim Northover
2016-11-14
3
-2
/
+28
*
[ARM] Add plumbing for GlobalISel
Diana Picus
2016-11-11
13
-4
/
+407
*
[Target] Rename X86/ARM Assembly printer to reflect reality.
Davide Italiano
2016-11-10
1
-1
/
+1
*
[ARM] Thumb2 LDR (literal) should accept PC as the destination
Oliver Stannard
2016-11-10
1
-1
/
+1
*
[Thumb1] Move padding earlier when synthesizing TBBs off of the PC
James Molloy
2016-11-07
1
-0
/
+8
*
ARM: lower fpowi appropriately for Windows ARM
Saleem Abdulrasool
2016-11-06
1
-0
/
+57
*
[Cortex-M0] Atomic lowering
Weiming Zhao
2016-11-03
2
-7
/
+14
*
Remove a redundant condition found by PVS-Studio.
Chandler Carruth
2016-11-03
1
-2
/
+2
*
Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"
James Molloy
2016-11-03
2
-138
/
+5
[next]