1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Target/AVR
Dylan McKay c826f672fe [AVR] When lowering Select8/Select16, put newly generated MBBs in the same spot
Contributed by Dr. Gergő Érdi.

Fixes a bug.

Raised from (https://github.com/avr-rust/rust/issues/49).

llvm-svn: 302973
2017-05-13 00:22:34 +00:00
..
AsmParser
Disassembler
InstPrinter [AVR] Remove a variable which was unused in release mode 2016-11-19 01:14:44 +00:00
MCTargetDesc [AVR] Fix a bug so that we now emit R_AVR_16 fixups with the correct offset 2017-04-30 23:33:52 +00:00
TargetInfo
AVR.h [AVR] Add a function instrumentation pass 2016-12-14 10:15:00 +00:00
AVR.td
AVRAsmPrinter.cpp Move size and alignment information of regclass to TargetRegisterInfo 2017-04-24 18:55:33 +00:00
AVRCallingConv.td [AVR] Remove a bunch of unused variables 2016-11-19 01:33:42 +00:00
AVRDevices.td
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 Move value type list from TargetRegisterClass to TargetRegisterInfo 2017-04-24 19:51:12 +00:00
AVRInstrInfo.h
AVRInstrInfo.td Add extra operand to CALLSEQ_START to keep frame part set up previously 2017-05-09 13:35:13 +00:00
AVRInstrumentFunctions.cpp Remove getArgumentList() in favor of arg_begin(), args(), etc 2017-03-16 22:59:15 +00:00
AVRISelDAGToDAG.cpp [AVR] Parenthesize a boolean expression 2017-01-07 00:55:28 +00:00
AVRISelLowering.cpp [AVR] When lowering Select8/Select16, put newly generated MBBs in the same spot 2017-05-13 00:22:34 +00:00
AVRISelLowering.h [AVR] Implement non-constant bit rotations 2017-05-01 09:48:55 +00:00
AVRMachineFunctionInfo.h
AVRMCInstLower.cpp [AVR] Use 'print' instead of 'dump' 2017-02-06 08:43:30 +00:00
AVRMCInstLower.h
AVRRegisterInfo.cpp [AVR] Remove an unused variable 2017-05-13 00:00:26 +00:00
AVRRegisterInfo.h
AVRRegisterInfo.td
AVRRelaxMemOperations.cpp [AVR] Add an 'relax memory operation' pass 2016-12-13 05:53:14 +00:00
AVRSelectionDAGInfo.h
AVRSubtarget.cpp
AVRSubtarget.h
AVRTargetMachine.cpp [AVR] Add a function instrumentation pass 2016-12-14 10:15:00 +00:00
AVRTargetMachine.h
AVRTargetObjectFile.cpp
AVRTargetObjectFile.h
CMakeLists.txt [AVR] Add a function instrumentation pass 2016-12-14 10:15:00 +00:00
LLVMBuild.txt
README.md [AVR] Add a stub README file 2016-12-10 12:08:19 +00:00
TODO.md

AVR backend

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