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
*
[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
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-3
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
2
-10
/
+8
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-2
/
+2
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txt
Nico Weber
2018-04-23
1
-1
/
+1
*
Sort targetgen calls in lib/Target/*/CMakeLists.
Nico Weber
2018-04-04
1
-3
/
+4
*
[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
*
[SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...
Craig Topper
2018-01-26
1
-5
/
+0
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
2
-2
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-5
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
4
-4
/
+4
*
Add backend name to Target to enable runtime info to be fed back into TableGen
Daniel Sanders
2017-11-15
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
2
-2
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
2
-4
/
+4
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
2
-4
/
+4
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
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
*
Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek
2017-08-10
2
-2
/
+2
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
2
-5
/
+12
*
[MSP430] Fix data layout string.
Vadzim Dambrouski
2017-06-23
1
-2
/
+6
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex.
Vadzim Dambrouski
2017-05-24
3
-3
/
+8
*
[MSP430] Add subtarget features for hardware multiplier.
Vadzim Dambrouski
2017-05-23
4
-25
/
+54
*
[MSP430] Generate EABI-compliant libcalls
Vadzim Dambrouski
2017-05-11
3
-38
/
+236
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
4
-9
/
+14
*
[MSP430] Fix PR32769: Select8 and Select16 need to have SR in Uses.
Vadzim Dambrouski
2017-04-26
1
-0
/
+2
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-1
/
+1
*
[MSP430] Add SRet support to MSP430 target
Vadzim Dambrouski
2017-03-02
4
-24
/
+85
*
Test commit, fix typo, NFC.
Vadzim Dambrouski
2017-02-28
1
-1
/
+1
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
1
-1
/
+3
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-2
/
+2
*
Fix PR27500: on MSP430 the branch destination offset is measured in words, no...
Anton Korobeynikov
2016-11-08
1
-115
/
+191
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
5
-12
/
+16
[next]