1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Target/AVR
Dylan McKay 588df0306e [AVR] Remove the instrumentation pass
I have a much better way of running integration tests now.

https://github.com/dylanmckay/avr-test-suite

llvm-svn: 308857
2017-07-23 23:39:11 +00:00
..
AsmParser [AVR] Fix broken indentation 2017-07-13 08:40:59 +00:00
Disassembler Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
InstPrinter [AVR] Rename 'ZREGS' to 'ZREG' 2017-07-11 04:53:43 +00:00
MCTargetDesc [AVR] Rename 'AVRTiny' to 'Tiny' 2017-07-11 04:45:15 +00:00
TargetInfo
AVR.h [AVR] Remove the instrumentation pass 2017-07-23 23:39:11 +00:00
AVR.td
AVRAsmPrinter.cpp [AVR] Remove a few very old TODOs that don't have enough context to understand 2017-07-11 05:14:40 +00:00
AVRCallingConv.td
AVRDevices.td [AVR] Rename 'AVRTiny' to 'Tiny' 2017-07-11 04:45:15 +00:00
AVRExpandPseudoInsts.cpp [AVR] Remove an unused local variable 2017-04-26 14:47:27 +00:00
AVRFrameLowering.cpp Add extra operand to CALLSEQ_START to keep frame part set up previously 2017-05-09 13:35:13 +00:00
AVRFrameLowering.h
AVRInstrFormats.td
AVRInstrInfo.cpp [AVR] Use the generic branch relaxer 2017-07-11 04:17:13 +00:00
AVRInstrInfo.h [AVR] Use the generic branch relaxer 2017-07-11 04:17:13 +00:00
AVRInstrInfo.td [AVR] Rename 'ZREGS' to 'ZREG' 2017-07-11 04:53:43 +00:00
AVRISelDAGToDAG.cpp [AVR] Parenthesize a boolean expression 2017-01-07 00:55:28 +00:00
AVRISelLowering.cpp [SystemZ, LoopStrengthReduce] 2017-07-21 11:59:37 +00:00
AVRISelLowering.h [SystemZ, LoopStrengthReduce] 2017-07-21 11:59:37 +00:00
AVRMachineFunctionInfo.h
AVRMCInstLower.cpp [AVR] Fix indirect calls to function pointers 2017-07-13 08:09:36 +00:00
AVRMCInstLower.h
AVRRegisterInfo.cpp [AVR] Fix bug which caused assertion errors for some FRMIDX instructions 2017-07-04 04:40:06 +00:00
AVRRegisterInfo.h
AVRRegisterInfo.td [AVR] Remove a few very old TODOs that don't have enough context to understand 2017-07-11 05:14:40 +00:00
AVRRelaxMemOperations.cpp
AVRSelectionDAGInfo.h
AVRSubtarget.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
AVRSubtarget.h Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
AVRTargetMachine.cpp [AVR] Remove the instrumentation pass 2017-07-23 23:39:11 +00:00
AVRTargetMachine.h TargetMachine: Indicate whether machine verifier passes. 2017-05-31 18:41:23 +00:00
AVRTargetObjectFile.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
AVRTargetObjectFile.h
CMakeLists.txt [AVR] Remove the instrumentation pass 2017-07-23 23:39:11 +00:00
LLVMBuild.txt
README.md
TODO.md

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.