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
/
MSP430
/
MSP430ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)
joanlluch
2019-11-13
1
-3
/
+4
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)...
joanlluch
2019-11-08
1
-0
/
+14
*
comment shiftamountthreshold
joanlluch
2019-11-07
1
-0
/
+1
*
[TargetLowering][DAGCombine][MSP430] add/use hook for Shift Amount Threshold ...
Sanjay Patel
2019-10-19
1
-0
/
+3
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-2
/
+2
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-10
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16
Anton Korobeynikov
2019-01-09
1
-7
/
+18
*
[MSP430] Fix crash while lowering llvm.stacksave/stackrestore
Anton Korobeynikov
2019-01-09
1
-0
/
+2
*
[MSP430] Optimize srl/sra in case of A >> (8 + N)
Anton Korobeynikov
2018-11-19
1
-2
/
+12
*
[MSP430] Add RTLIB::[SRL/SRA/SHL]_I32 lowering to EABI lib calls
Anton Korobeynikov
2018-11-16
1
-2
/
+7
*
[MSP430] Add MC layer
Anton Korobeynikov
2018-11-15
1
-39
/
+52
*
Revert "[MSP430] Add MC layer"
Davide Italiano
2018-11-08
1
-52
/
+39
*
[MSP430] Add MC layer
Anton Korobeynikov
2018-11-08
1
-39
/
+52
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[MSP430] Align functions on 2-byte boundary instead of 4.
Vadzim Dambrouski
2017-09-19
1
-1
/
+1
*
Use report_fatal_error for unsupported calling conventions
Alex Bradbury
2017-08-22
1
-2
/
+2
*
[MSP430] Add subtarget features for hardware multiplier.
Vadzim Dambrouski
2017-05-23
1
-24
/
+3
*
[MSP430] Generate EABI-compliant libcalls
Vadzim Dambrouski
2017-05-11
1
-35
/
+233
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-2
/
+1
*
[MSP430] Add SRet support to MSP430 target
Vadzim Dambrouski
2017-03-02
1
-19
/
+66
*
Test commit, fix typo, NFC.
Vadzim Dambrouski
2017-02-28
1
-1
/
+1
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-4
/
+8
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-10
/
+10
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-11
/
+7
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-19
/
+20
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-41
/
+22
*
[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...
Craig Topper
2016-04-28
1
-4
/
+0
*
Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...
Craig Topper
2016-04-17
1
-1
/
+1
*
MSP430: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-4
/
+2
*
[TLI] Refactor "is integer division cheap" queries.
Michael Kuperstein
2015-08-19
1
-4
/
+0
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-3
/
+4
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-35
/
+34
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-3
/
+2
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+5
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-14
/
+16
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-16
/
+14
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-14
/
+16
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-0
/
+1
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-5
/
+5
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-2
/
+3
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-1
/
+1
*
Demote vectors to arrays. No functionality change.
Benjamin Kramer
2015-02-19
1
-10
/
+2
*
Remove unnecessary calls to getSubtarget/getSubtargetImpl from the
Eric Christopher
2015-01-29
1
-4
/
+2
[next]