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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
6
-6
/
+6
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-11
/
+3
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
2
-2
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
2
-4
/
+5
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
4
-4
/
+4
*
MSP430 - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-14
3
-21
/
+18
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)
joanlluch
2019-11-13
2
-4
/
+5
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
2
-3
/
+3
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)...
joanlluch
2019-11-08
2
-0
/
+15
*
comment shiftamountthreshold
joanlluch
2019-11-07
1
-0
/
+1
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
2
-2
/
+3
*
Use Align for TFL::TransientStackAlignment
Guillaume Chatelet
2019-10-21
1
-1
/
+1
*
[TargetLowering][DAGCombine][MSP430] add/use hook for Shift Amount Threshold ...
Sanjay Patel
2019-10-19
2
-0
/
+5
*
Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each
Reid Kleckner
2019-10-19
1
-0
/
+1
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-1
/
+2
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[MSP430] Allow msp430_intrcc functions to not have interrupt attribute.
Vadzim Dambrouski
2019-09-25
1
-3
/
+5
*
[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
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
2
-11
/
+11
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
3
-8
/
+8
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
2
-2
/
+2
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
6
-6
/
+6
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
6
-6
/
+6
*
[MSP430] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
8
-4
/
+26
*
[MSP430] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
10
-33
/
+8
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-15
/
+15
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-6
/
+3
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+2
*
Enable integrated assembler on MSP430 by default.
Anton Korobeynikov
2019-02-05
1
-0
/
+1
*
[MSP430] Fix absolute addressing mode printing in AsmPrinter
Anton Korobeynikov
2019-01-25
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
45
-180
/
+135
*
[MSP430] Emit a separate section for every interrupt vector
Anton Korobeynikov
2019-01-16
1
-0
/
+32
*
[MSP430] Recognize '{' as a line separator
Anton Korobeynikov
2019-01-15
1
-0
/
+1
*
[MSP430] Minor fixes/improvements for assembler/disassembler
Anton Korobeynikov
2019-01-10
3
-2
/
+18
*
[MSP430] Add missing instruction forms
Anton Korobeynikov
2019-01-10
1
-9
/
+115
*
[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
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-7
/
+1
*
[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] Use R_MSP430_16_BYTE type for FK_Data_2 fixup
Anton Korobeynikov
2018-11-16
1
-1
/
+1
*
[MSP430] Add support for .refsym directive
Anton Korobeynikov
2018-11-16
1
-0
/
+13
*
Add missed files from prev. commit
Anton Korobeynikov
2018-11-15
11
-0
/
+1572
*
[MSP430] Add MC layer
Anton Korobeynikov
2018-11-15
18
-1092
/
+1113
*
Revert "[MSP430] Add MC layer"
Davide Italiano
2018-11-08
29
-2684
/
+1092
*
[MSP430] Fix encodeInstruction() for big endian hosts
Anton Korobeynikov
2018-11-08
1
-4
/
+3
*
[MSP430] Add MC layer
Anton Korobeynikov
2018-11-08
29
-1092
/
+2685
[next]