..
Disassembler
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
MCTargetDesc
MC: Remove MCSubtargetInfo() default constructor
2015-07-10 22:43:42 +00:00
TargetInfo
BitTracker.cpp
[Hexagon] Move BitTracker into the llvm namespace and remove redundant qualifications
2015-07-13 20:38:16 +00:00
BitTracker.h
[Hexagon] Move BitTracker into the llvm namespace and remove redundant qualifications
2015-07-13 20:38:16 +00:00
CMakeLists.txt
[Hexagon] Generate instructions for operations on predicate registers
2015-07-14 19:30:21 +00:00
Hexagon.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
Hexagon.td
HexagonAsmPrinter.cpp
HexagonAsmPrinter.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonBitTracker.cpp
[Hexagon] Move BitTracker into the llvm namespace and remove redundant qualifications
2015-07-13 20:38:16 +00:00
HexagonBitTracker.h
[Hexagon] Move BitTracker into the llvm namespace and remove redundant qualifications
2015-07-13 20:38:16 +00:00
HexagonCallingConv.td
HexagonCFGOptimizer.cpp
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonCommonGEP.cpp
[Hexagon] Implement commoning of GetElementPtr instructions
2015-07-08 19:22:28 +00:00
HexagonCopyToCombine.cpp
HexagonExpandCondsets.cpp
[Hexagon] Add missing preamble to a source file
2015-07-09 15:40:25 +00:00
HexagonExpandPredSpillCode.cpp
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonFixupHwLoops.cpp
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonFrameLowering.cpp
MachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 17:52:07 +00:00
HexagonFrameLowering.h
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
2015-07-14 17:17:13 +00:00
HexagonGenExtract.cpp
[Hexagon] Generate "extract" instructions more aggressively
2015-07-14 17:07:24 +00:00
HexagonGenInsert.cpp
[Hexagon] Generate "insert" instructions more aggressively
2015-07-08 14:47:34 +00:00
HexagonGenPredicate.cpp
Fix NDEBUG build warning
2015-07-14 21:03:24 +00:00
HexagonHardwareLoops.cpp
HexagonInstrFormats.td
HexagonInstrFormatsV4.td
HexagonInstrInfo.cpp
HexagonInstrInfo.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonInstrInfo.td
HexagonInstrInfoV3.td
HexagonInstrInfoV4.td
HexagonInstrInfoV5.td
HexagonInstrInfoVector.td
HexagonIntrinsics.td
HexagonIntrinsicsDerived.td
HexagonIntrinsicsV3.td
HexagonIntrinsicsV4.td
HexagonIntrinsicsV5.td
HexagonISelDAGToDAG.cpp
Use more foreach loops in SelectionDAG. NFC
2015-07-14 23:43:29 +00:00
HexagonISelLowering.cpp
[Hexagon] Add support for atomic RMW operations
2015-07-09 14:51:21 +00:00
HexagonISelLowering.h
[Hexagon] Add support for atomic RMW operations
2015-07-09 14:51:21 +00:00
HexagonIsetDx.td
HexagonMachineFunctionInfo.cpp
HexagonMachineFunctionInfo.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonMachineScheduler.cpp
HexagonMachineScheduler.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonMCInstLower.cpp
HexagonNewValueJump.cpp
HexagonOperands.td
HexagonPeephole.cpp
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonRegisterInfo.cpp
Target RegisterInfo: devirtualize TargetFrameLowering
2015-07-10 18:13:17 +00:00
HexagonRegisterInfo.h
HexagonRegisterInfo.td
HexagonRemoveSZExtArgs.cpp
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonSchedule.td
HexagonScheduleV4.td
HexagonSelectCCInfo.td
HexagonSelectionDAGInfo.cpp
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
2015-07-09 02:10:08 +00:00
HexagonSelectionDAGInfo.h
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
2015-07-09 02:10:08 +00:00
HexagonSplitConst32AndConst64.cpp
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonSubtarget.cpp
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
2015-07-09 02:10:08 +00:00
HexagonSubtarget.h
HexagonTargetMachine.cpp
[Hexagon] Generate instructions for operations on predicate registers
2015-07-14 19:30:21 +00:00
HexagonTargetMachine.h
HexagonTargetObjectFile.cpp
Move most user of TargetMachine::getDataLayout to the Module one
2015-07-16 06:11:10 +00:00
HexagonTargetObjectFile.h
HexagonTargetStreamer.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
HexagonVLIWPacketizer.cpp
[Hexagon] Use MF reference from parent class in HexagonPacketizerList
2015-06-23 13:50:23 +00:00
LLVMBuild.txt
Add missing dependency to Hexagon target.
2015-07-08 21:13:37 +00:00
Makefile