..
AsmParser
[Asm] Add debug tracing in table-generated assembly matcher
2017-10-11 09:17:43 +00:00
Disassembler
[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-01-06 00:30:53 +00:00
InstPrinter
[Lanai] Rename LanaiInstPrinter library to LanaiAsmPrinter
2017-01-24 17:27:01 +00:00
MCTargetDesc
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
2017-10-11 23:34:47 +00:00
TargetInfo
Move the global variables representing each Target behind accessor function
2016-10-09 23:00:34 +00:00
CMakeLists.txt
[lanai] Use peephole optimizer to generate more conditional ALU operations.
2016-07-07 23:36:04 +00:00
Lanai.h
Move the global variables representing each Target behind accessor function
2016-10-09 23:00:34 +00:00
Lanai.td
LanaiAluCode.h
[lanai] Use const instead of constexpr
2016-08-23 14:36:53 +00:00
LanaiAsmPrinter.cpp
Move the global variables representing each Target behind accessor function
2016-10-09 23:00:34 +00:00
LanaiCallingConv.td
LanaiCondCode.h
LanaiDelaySlotFiller.cpp
Use StringRef in Pass/PassManager APIs (NFC)
2016-10-01 02:56:57 +00:00
LanaiFrameLowering.cpp
MachineFunction: Return reference for getFrameInfo(); NFC
2016-07-28 18:40:00 +00:00
LanaiFrameLowering.h
[lanai] Small cleanup: remove/comment out unused args
2016-07-15 22:38:32 +00:00
LanaiInstrFormats.td
LanaiInstrInfo.cpp
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
2017-01-13 09:58:52 +00:00
LanaiInstrInfo.h
Finish renaming remaining analyzeBranch functions
2016-09-14 20:43:16 +00:00
LanaiInstrInfo.td
[lanai] Add computeKnownBitsForTargetNode for Lanai.
2017-05-09 18:35:26 +00:00
LanaiISelDAGToDAG.cpp
[lanai] Manually match 0/-1 with R0/R1.
2016-11-29 23:01:09 +00:00
LanaiISelLowering.cpp
Use report_fatal_error for unsupported calling conventions
2017-08-22 09:11:41 +00:00
LanaiISelLowering.h
[lanai] Add computeKnownBitsForTargetNode for Lanai.
2017-05-09 18:35:26 +00:00
LanaiMachineFunctionInfo.cpp
LanaiMachineFunctionInfo.h
LanaiMCInstLower.cpp
Cleanup dump() functions.
2017-01-28 02:02:38 +00:00
LanaiMCInstLower.h
Actually remove the Mangler from the AsmPrinter and clean up the places it was "used" but not used.
2016-09-16 17:07:23 +00:00
LanaiMemAluCombiner.cpp
Use StringRef in Pass/PassManager APIs (NFC)
2016-10-01 02:56:57 +00:00
LanaiRegisterInfo.cpp
[Lanai] Remove dead functions from LanaiRegisterInfo
2017-08-23 07:14:48 +00:00
LanaiRegisterInfo.h
[Lanai] Remove dead functions from LanaiRegisterInfo
2017-08-23 07:14:48 +00:00
LanaiRegisterInfo.td
LanaiSchedule.td
Remove MinLatency in SchedMachineModel. NFC.
2016-04-26 00:37:46 +00:00
LanaiSelectionDAGInfo.cpp
[lanai] Small cleanup: remove/comment out unused args
2016-07-15 22:38:32 +00:00
LanaiSelectionDAGInfo.h
Pass DebugLoc and SDLoc by const ref.
2016-06-12 15:39:02 +00:00
LanaiSubtarget.cpp
[lanai] Small cleanup: remove/comment out unused args
2016-07-15 22:38:32 +00:00
LanaiSubtarget.h
[lanai] Use Optional<Reloc> in LanaiTargetMachine.
2016-05-20 03:21:37 +00:00
LanaiTargetMachine.cpp
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
2017-10-12 22:57:28 +00:00
LanaiTargetMachine.h
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
2017-10-12 22:57:28 +00:00
LanaiTargetObjectFile.cpp
Move Object format code to lib/BinaryFormat.
2017-06-07 03:48:56 +00:00
LanaiTargetObjectFile.h
Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject.
2016-10-24 19:23:39 +00:00
LanaiTargetTransformInfo.h
[lanai] Add getIntImmCost in LanaiTargetTransformInfo.
2017-08-01 18:40:08 +00:00
LLVMBuild.txt
[Lanai] Rename LanaiInstPrinter library to LanaiAsmPrinter
2017-01-24 17:27:01 +00:00