summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [AVR] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-8/+2
* [AVR] Set the program address space in the data layoutDylan McKay2018-02-191-1/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-2/+3
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-3/+2
* [AVR] Use 1-byte alignment for all data typesDylan McKay2017-09-261-1/+1
* [AVR] Compute code model if one is not providedMeador Inge2017-08-061-6/+10
* [AVR] Update target machine to use new constructor parametersDylan McKay2017-08-041-3/+6
* [AVR] Remove the instrumentation passDylan McKay2017-07-231-1/+0
* [AVR] Use the generic branch relaxerDylan McKay2017-07-111-0/+6
* Revert "[AVR] Add the branch selection pass from the GitHub repository"Dylan McKay2017-07-051-6/+0
* [AVR] Add the branch selection pass from the GitHub repositoryDylan McKay2017-07-051-0/+6
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [AVR] Add a function instrumentation passDylan McKay2016-12-141-0/+1
* [AVR] Add an 'relax memory operation' passDylan McKay2016-12-131-1/+5
* [AVR] Allow loading from stack slots where src and dest registers are identicalDylan McKay2016-12-071-0/+3
* [AVR] Remove unused method from AVRTargetMachineDylan McKay2016-11-161-3/+0
* [AVR] Add the pseudo instruction expansion passDylan McKay2016-11-161-1/+1
* [AVR] Enable the ISel, frame analyzer, and alloca passesDylan McKay2016-11-071-2/+8
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* [AVR] Update the data layoutDylan McKay2016-09-281-1/+3
* [AVR] Fix signuature of AVRTargetMachine constructorDylan McKay2016-05-201-2/+6
* [AVR] Fix a few compile errorsDylan McKay2016-05-181-3/+3
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* [AVR] Add a majority of the backend codeDylan McKay2016-05-061-0/+96
* Add AVR backend skeletonDylan McKay2015-11-121-0/+4
OpenPOWER on IntegriCloud