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
/
MSP430
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-1
/
+1
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
2
-2
/
+2
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)
joanlluch
2019-11-13
1
-20
/
+11
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)...
joanlluch
2019-11-11
1
-0
/
+70
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)
joanlluch
2019-11-11
1
-31
/
+8
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)...
joanlluch
2019-11-08
1
-0
/
+73
*
[DAGCombine][MSP430] use shift amount threshold in DAGCombine (2/2)
Sanjay Patel
2019-11-04
1
-47
/
+29
*
[MSP430] fix typo in test name; NFC
Sanjay Patel
2019-10-30
1
-2
/
+2
*
[MSP430] adjust tests for Shift Amount Threshold; NFC
Sanjay Patel
2019-10-30
1
-58
/
+55
*
[TargetLowering][DAGCombine][MSP430] add/use hook for Shift Amount Threshold ...
Sanjay Patel
2019-10-19
1
-14
/
+6
*
[MSP430] Shift Amount Threshold in DAGCombine (Baseline Tests); NFC
Sanjay Patel
2019-10-19
1
-0
/
+178
*
[DAGCombiner] add operation legality checks before creating shift ops (PR43542)
Sanjay Patel
2019-10-03
1
-38
/
+23
*
[MSP430] add tests for unwanted shift codegen; NFC (PR43542)
Sanjay Patel
2019-10-03
1
-0
/
+61
*
[MSP430] Allow msp430_intrcc functions to not have interrupt attribute.
Vadzim Dambrouski
2019-09-25
1
-0
/
+9
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-0
/
+26
*
[DAGCombiner] If a TokenFactor would be merged into its user, consider the us...
Nirav Dave
2019-03-13
1
-4
/
+4
*
Enable integrated assembler on MSP430 by default.
Anton Korobeynikov
2019-02-05
1
-1
/
+1
*
[MSP430] Fix absolute addressing mode printing in AsmPrinter
Anton Korobeynikov
2019-01-25
1
-0
/
+15
*
[MSP430] Emit a separate section for every interrupt vector
Anton Korobeynikov
2019-01-16
3
-1
/
+9
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
1
-1
/
+1
*
[MSP430] Add missing instruction forms
Anton Korobeynikov
2019-01-10
3
-0
/
+105
*
[MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16
Anton Korobeynikov
2019-01-09
1
-0
/
+11
*
[MSP430] Fix crash while lowering llvm.stacksave/stackrestore
Anton Korobeynikov
2019-01-09
1
-0
/
+13
*
[MSP430] Optimize srl/sra in case of A >> (8 + N)
Anton Korobeynikov
2018-11-19
1
-0
/
+25
*
[MSP430] Add RTLIB::[SRL/SRA/SHL]_I32 lowering to EABI lib calls
Anton Korobeynikov
2018-11-16
1
-0
/
+35
*
[MSP430] Add more tests for ABI and calling convention
Anton Korobeynikov
2018-11-16
5
-2
/
+222
*
[MSP430] Add MC layer
Anton Korobeynikov
2018-11-15
30
-217
/
+217
*
Revert "[MSP430] Add MC layer"
Davide Italiano
2018-11-08
30
-217
/
+217
*
[MSP430] Add MC layer
Anton Korobeynikov
2018-11-08
30
-217
/
+217
*
[DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks)
Simon Pilgrim
2018-08-29
1
-24
/
+36
*
Emit a left-shift instead of a power-of-two multiply for jump-tables
Alexander Richardson
2018-05-16
1
-3
/
+6
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
[DAG] Improve Aliasing of operations to static alloca
Nirav Dave
2017-07-18
1
-2
/
+2
*
Revert r308025 due to uncovering a crash in SelectionDAG. This is filed
Chandler Carruth
2017-07-18
1
-2
/
+2
*
Improve Aliasing of operations to static alloca
Nirav Dave
2017-07-14
1
-2
/
+2
*
Revert "[DAG] Improve Aliasing of operations to static alloca"
Matthias Braun
2017-07-10
1
-2
/
+2
*
[DAG] Improve Aliasing of operations to static alloca
Nirav Dave
2017-07-10
1
-2
/
+2
*
Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset
Nirav Dave
2017-07-05
1
-2
/
+2
*
Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset"
Nirav Dave
2017-06-30
1
-2
/
+2
*
[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset
Nirav Dave
2017-06-30
1
-2
/
+2
*
[MSP430] Fix data layout string.
Vadzim Dambrouski
2017-06-23
2
-1
/
+58
*
[MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex.
Vadzim Dambrouski
2017-05-24
1
-1
/
+1
*
[MSP430] Add subtarget features for hardware multiplier.
Vadzim Dambrouski
2017-05-23
3
-0
/
+3
*
Elide stores which are overwritten without being observed.
Nirav Dave
2017-05-16
1
-1
/
+0
*
[MSP430] Generate EABI-compliant libcalls
Vadzim Dambrouski
2017-05-11
6
-2
/
+726
*
[MSP430] Fix PR32769: Select8 and Select16 need to have SR in Uses.
Vadzim Dambrouski
2017-04-26
1
-0
/
+21
*
In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...
Nirav Dave
2017-03-14
1
-1
/
+1
*
[SDAG] Revert r296476 (and r296486, r296668, r296690).
Chandler Carruth
2017-03-03
1
-1
/
+1
[next]