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
/
test
/
CodeGen
/
Thumb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Thumb][test] Fix CodeGen/Thumb/PR17309.ll after llvmorg-10-init-16046-ga36d...
Fangrui Song
2019-12-24
1
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
8
-14
/
+14
*
Revert "ARM-Darwin: keep the frame register reserved even if not updated."
Alina Sbirlea
2019-12-06
1
-1
/
+1
*
Revert "[ARM] Allocatable Global Register Variables for ARM"
Carey Williams
2019-11-29
1
-15
/
+0
*
[ARM] Allocatable Global Register Variables for ARM
Anna Welker
2019-11-18
1
-0
/
+15
*
(Re)generate various tests. NFC
Amaury Sechet
2019-10-08
1
-8
/
+17
*
[ScheduleDAG] When a node is cloned, add an edge between the nodes.
Eli Friedman
2019-10-04
1
-0
/
+41
*
ARM-Darwin: keep the frame register reserved even if not updated.
Tim Northover
2019-10-04
1
-1
/
+1
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
2
-2
/
+2
*
Revert [MBP] Disable aggressive loop rotate in plain mode
Jordan Rupprecht
2019-08-29
2
-17
/
+21
*
[MBP] Disable aggressive loop rotate in plain mode
Guozhi Wei
2019-08-22
2
-21
/
+17
*
Revert r368339 "[MBP] Disable aggressive loop rotate in plain mode"
Hans Wennborg
2019-08-12
2
-17
/
+21
*
[MBP] Disable aggressive loop rotate in plain mode
Guozhi Wei
2019-08-08
2
-21
/
+17
*
[Thumb] Fix invalid symbol redefinition due to duplicated jumptable (PR42760)
Nikita Popov
2019-08-03
1
-0
/
+56
*
[ARM] Lower "(x<<c) > 0x80000000U" to "lsls" on Thumb1.
Eli Friedman
2019-07-31
1
-8
/
+2
*
[ARM] Transform compare of masked value to shift on Thumb1.
Eli Friedman
2019-07-31
1
-0
/
+214
*
[CodeGen] Don't resolve the stack protector frame accesses until PEI
Francis Visoiu Mistrih
2019-07-25
1
-12
/
+27
*
[ARM] Favour PL/MI over GE/LT when possible
David Green
2019-07-04
1
-2
/
+2
*
[ARM] Fix unwind info for Thumb1 functions that save high registers.
Eli Friedman
2019-07-02
1
-112
/
+198
*
[ARM] Don't reserve R12 on Thumb1 as an emergency spill slot.
Eli Friedman
2019-06-26
3
-19
/
+402
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
Describe stack-id as an enum
Sander de Smalen
2019-06-17
1
-2
/
+2
*
[MBP] Move a latch block with conditional exit and multi predecessors to top ...
Guozhi Wei
2019-06-14
1
-6
/
+6
*
[FIX] Forces shrink wrapping to consider any memory access as aliasing with t...
Diogo N. Sampaio
2019-06-13
1
-387
/
+1255
*
[TargetLowering] Extend bool args to inline-asm according to getBooleanType
Kees Cook
2019-05-22
1
-0
/
+14
*
[ARM] Add an extra constant hoisting test. NFC
David Green
2019-04-10
1
-0
/
+75
*
[ARM] Optimize expressions like "return x != 0;" for Thumb1.
Eli Friedman
2019-04-02
2
-156
/
+94
*
[Thumb] Fix infinite loop in ABS expansion (PR41160)
Simon Pilgrim
2019-03-21
1
-0
/
+20
*
[ARM] Eliminate redundant "mov rN, sp" instructions in Thumb1.
Eli Friedman
2019-03-20
4
-31
/
+26
*
[ARM] Make sure to save/restore LR when we use tBfar.
Eli Friedman
2019-03-19
1
-0
/
+712
*
[DAGCombiner] If a TokenFactor would be merged into its user, consider the us...
Nirav Dave
2019-03-13
2
-9
/
+9
*
CodeGenPrep: preserve inbounds attribute when sinking GEPs.
Tim Northover
2019-03-12
1
-2
/
+2
*
[Thumb] Add some integer abs testcases for different typesizes.
Simon Pilgrim
2019-03-01
1
-15
/
+53
*
[ARM] Add some more missing T1 opcodes for the peephole optimisier
David Green
2019-02-25
2
-31
/
+432
*
[ARM] Add some missing thumb1 opcodes to enable peephole optimisation of CMPs
David Green
2019-02-22
1
-0
/
+226
*
Revert 354564: [ARM] Add some missing thumb1 opcodes to enable peephole optim...
David Green
2019-02-21
1
-226
/
+0
*
[ARM] Add some missing thumb1 opcodes to enable peephole optimisation of CMPs
David Green
2019-02-21
1
-0
/
+226
*
[Codegen] Remove dead flags on Physical Defs in machine cse
David Green
2019-02-20
1
-0
/
+103
*
[SelectionDAG] Fix return calling convention in expansion of ?MULO
whitequark
2019-02-12
1
-0
/
+43
*
[Codegen] Make sure kill flags are not incorrect from removed machine phi's
David Green
2019-02-12
1
-0
/
+38
*
[ARM] Mark 255 and 65535 as cheap for Thumb1 "And"
David Green
2019-02-04
1
-16
/
+10
*
[ARM] Add testcases for D57671. NFC
David Green
2019-02-04
1
-0
/
+165
*
[ARM] Combine ands+lsls to lsls+lsrs for Thumb1.
Eli Friedman
2019-01-22
1
-0
/
+70
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
5
-6
/
+6
*
[ARM] Complete the Thumb1 shift+and->shift+shift transforms.
Eli Friedman
2018-12-20
1
-9
/
+66
*
[RegAllocGreedy] IMPLICIT_DEF values shouldn't prefer registers
John Brawn
2018-12-14
1
-0
/
+99
*
[SelectionDAG] swap select_cc operands to enable folding
Alexandros Lamprineas
2018-11-09
1
-11
/
+5
*
[ARM] Fix CPSR liveness in tMOVCCr_pseudo lowering.
Eli Friedman
2018-11-07
1
-2
/
+23
*
[ARM] Add missing pseudo-instruction for Thumb1 RSBS.
Eli Friedman
2018-10-31
2
-8
/
+4
[next]