| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SystemZ, TableGen] Fix shift count handling | Ulrich Weigand | 2018-08-01 | 5 | -103/+35 |
| * | [SystemZ] Fix bad assert composition. | Jonas Paulsson | 2018-07-31 | 1 | -1/+1 |
| * | [SystemZ] Improve decoding in case of instructions with four register operands. | Jonas Paulsson | 2018-07-31 | 3 | -11/+46 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 6 | -13/+13 |
| * | [SystemZ] Use tablegen loops in SchedModels | Jonas Paulsson | 2018-07-25 | 5 | -229/+98 |
| * | [SystemZ] Fix dumpSU() method in SystemZHazardRecognizer. | Jonas Paulsson | 2018-07-23 | 1 | -1/+5 |
| * | [SystemZ] Reimplent SchedModel IssueWidth and WriteRes/ReadAdvance mappings. | Jonas Paulsson | 2018-07-20 | 5 | -2933/+3252 |
| * | [DAGCombiner] Call SimplifyDemandedVectorElts from EXTRACT_VECTOR_ELT | Simon Pilgrim | 2018-07-17 | 1 | -10/+26 |
| * | [TableGen] Support multi-alternative pattern fragments | Ulrich Weigand | 2018-07-13 | 2 | -128/+69 |
| * | [SystemZ] Build Load And Test from scratch in convertToLoadAndTest. | Jonas Paulsson | 2018-06-07 | 1 | -10/+16 |
| * | [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup | Peter Smith | 2018-06-06 | 1 | -3/+6 |
| * | [SystemZ] Bugfix in combineSTORE(). | Jonas Paulsson | 2018-05-25 | 1 | -1/+1 |
| * | MC: Separate creating a generic object writer from creating a target object w... | Peter Collingbourne | 2018-05-21 | 3 | -10/+8 |
| * | MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M... | Peter Collingbourne | 2018-05-21 | 1 | -5/+4 |
| * | [SystemZ] Fix commit message of previous commit. | Jonas Paulsson | 2018-05-18 | 1 | -1/+1 |
| * | [SystemZ] Fold AHIMux in foldMemoryOperandImpl. | Jonas Paulsson | 2018-05-18 | 1 | -1/+7 |
| * | [SystemZ] Commenting (NFC) | Jonas Paulsson | 2018-05-17 | 2 | -6/+10 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 3 | -51/+44 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 3 | -4/+4 |
| * | [SystemZ] Bugfix for MVCLoop CC clobbering. | Jonas Paulsson | 2018-05-07 | 1 | -1/+1 |
| * | Fix a bunch of places where operator-> was used directly on the return from d... | Craig Topper | 2018-05-05 | 2 | -4/+4 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 2 | -4/+4 |
| * | [SystemZ] Handle SADDO et.al. and ADD/SUBCARRY | Ulrich Weigand | 2018-04-30 | 8 | -77/+614 |
| * | [SystemZ] Do not use glue to represent condition code dependencies | Ulrich Weigand | 2018-04-30 | 11 | -242/+494 |
| * | [SystemZ] Refactor some VT casts in DAG match patterns | Ulrich Weigand | 2018-04-30 | 1 | -59/+59 |
| * | [SystemZ] Improve handling of Select pseudo-instructions | Ulrich Weigand | 2018-04-30 | 6 | -26/+22 |
| * | [SystemZ] Remove scheduling info from some Pseudo instructions (NFC). | Jonas Paulsson | 2018-04-27 | 7 | -133/+22 |
| * | [SystemZ] Use preferred 16-byte function alignment | Ulrich Weigand | 2018-04-24 | 1 | -0/+2 |
| * | Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txt | Nico Weber | 2018-04-23 | 1 | -1/+1 |
| * | [SystemZ] Use ResourceCycles=30 for FPd unit (NFC). | Jonas Paulsson | 2018-04-12 | 2 | -22/+4 |
| * | [SystemZ] Remove FullInstRWOverlapCheck from SchedMachineModels. | Jonas Paulsson | 2018-04-12 | 4 | -18/+10 |
| * | [TargetSchedule] shrink interface for init(); NFCI | Sanjay Patel | 2018-04-08 | 1 | -1/+1 |
| * | Sort targetgen calls in lib/Target/*/CMakeLists. | Nico Weber | 2018-04-04 | 1 | -1/+2 |
| * | Move TargetLoweringObjectFile from CodeGen to Target to fix layering | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | [DAG, X86] Fix ISel-time node insertion ids | Nirav Dave | 2018-03-22 | 1 | -5/+5 |
| * | [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172" | Nirav Dave | 2018-03-19 | 1 | -6/+9 |
| * | TableGen: Check the dynamic type of !cast<Rec>(string) | Nicolai Haehnle | 2018-03-19 | 1 | -6/+6 |
| * | [SystemZ] Bugfix of CC liveness in emitMemMemWrapper (CLC). | Jonas Paulsson | 2018-03-19 | 1 | -0/+4 |
| * | [TableGen] When trying to reuse a scheduler class for instructions from an In... | Craig Topper | 2018-03-18 | 4 | -0/+12 |
| * | Revert "[DAG, X86] Revert r327197 "Revert r327170, r327171, r327172"" | Nirav Dave | 2018-03-17 | 1 | -9/+6 |
| * | [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172" | Nirav Dave | 2018-03-17 | 1 | -6/+9 |
| * | [SystemZ] computeKnownBitsForTargetNode() / ComputeNumSignBitsForTargetNode() | Jonas Paulsson | 2018-03-17 | 2 | -19/+295 |
| * | [SystemZ] Make AnyRegBitRegClass unallocatable. | Jonas Paulsson | 2018-03-16 | 1 | -1/+1 |
| * | TargetMachine: Add address space to getPointerSize | Matt Arsenault | 2018-03-14 | 1 | -1/+1 |
| * | Revert: r327172 "Correct load-op-store cycle detection analysis" | Nirav Dave | 2018-03-10 | 1 | -9/+6 |
| * | [DAG] Enforce stricter NodeId invariant during Instruction selection | Nirav Dave | 2018-03-09 | 1 | -6/+9 |
| * | [SystemZ] NFC refactoring in SystemZHazardRecognizer. | Jonas Paulsson | 2018-03-07 | 1 | -5/+2 |
| * | [SystemZ] Improve getCurrCycleIdx() in SystemZHazardRecognizer. | Jonas Paulsson | 2018-03-07 | 2 | -9/+20 |
| * | [SystemZ] NFC refactoring in SystemZHazardRecognizer. | Jonas Paulsson | 2018-03-07 | 1 | -4/+8 |
| * | [SystemZ] Improved debug dumping during post-RA scheduling. | Jonas Paulsson | 2018-03-07 | 4 | -70/+102 |