| Commit message (Expand) | Author | Age | Files | Lines |
| * | CMake: Make most target symbols hidden by default | Tom Stellard | 2020-01-14 | 1 | -1/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | Revert CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-11 | 1 | -1/+1 |
| * | CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-10 | 1 | -1/+1 |
| * | [AVR] Create a TargetInfo header. NFC | Richard Trieu | 2019-05-14 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Targets] Add errors for tiny and kernel codemodel on targets that don't supp... | David Green | 2018-12-07 | 1 | -8/+2 |
| * | [AVR] Set the program address space in the data layout | Dylan McKay | 2018-02-19 | 1 | -1/+1 |
| * | Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" | Matthias Braun | 2017-10-12 | 1 | -2/+3 |
| * | TargetMachine: Merge TargetMachine and LLVMTargetMachine | Matthias Braun | 2017-10-12 | 1 | -3/+2 |
| * | [AVR] Use 1-byte alignment for all data types | Dylan McKay | 2017-09-26 | 1 | -1/+1 |
| * | [AVR] Compute code model if one is not provided | Meador Inge | 2017-08-06 | 1 | -6/+10 |
| * | [AVR] Update target machine to use new constructor parameters | Dylan McKay | 2017-08-04 | 1 | -3/+6 |
| * | [AVR] Remove the instrumentation pass | Dylan McKay | 2017-07-23 | 1 | -1/+0 |
| * | [AVR] Use the generic branch relaxer | Dylan McKay | 2017-07-11 | 1 | -0/+6 |
| * | Revert "[AVR] Add the branch selection pass from the GitHub repository" | Dylan McKay | 2017-07-05 | 1 | -6/+0 |
| * | [AVR] Add the branch selection pass from the GitHub repository | Dylan McKay | 2017-07-05 | 1 | -0/+6 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC | Matthias Braun | 2017-05-30 | 1 | -2/+2 |
| * | [AVR] Add a function instrumentation pass | Dylan McKay | 2016-12-14 | 1 | -0/+1 |
| * | [AVR] Add an 'relax memory operation' pass | Dylan McKay | 2016-12-13 | 1 | -1/+5 |
| * | [AVR] Allow loading from stack slots where src and dest registers are identical | Dylan McKay | 2016-12-07 | 1 | -0/+3 |
| * | [AVR] Remove unused method from AVRTargetMachine | Dylan McKay | 2016-11-16 | 1 | -3/+0 |
| * | [AVR] Add the pseudo instruction expansion pass | Dylan McKay | 2016-11-16 | 1 | -1/+1 |
| * | [AVR] Enable the ISel, frame analyzer, and alloca passes | Dylan McKay | 2016-11-07 | 1 | -2/+8 |
| * | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 1 | -1/+1 |
| * | [AVR] Update the data layout | Dylan McKay | 2016-09-28 | 1 | -1/+3 |
| * | [AVR] Fix signuature of AVRTargetMachine constructor | Dylan McKay | 2016-05-20 | 1 | -2/+6 |
| * | [AVR] Fix a few compile errors | Dylan McKay | 2016-05-18 | 1 | -3/+3 |
| * | CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC | Matthias Braun | 2016-05-10 | 1 | -0/+1 |
| * | [AVR] Add a majority of the backend code | Dylan McKay | 2016-05-06 | 1 | -0/+96 |
| * | Add AVR backend skeleton | Dylan McKay | 2015-11-12 | 1 | -0/+4 |