| Commit message (Expand) | Author | Age | Files | Lines |
| * | MachineSSAUpdater: insert IMPLICIT_DEF at top of basic block | Nicolai Haehnle | 2019-10-08 | 1 | -1/+1 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -2/+2 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -1/+1 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-09-11 | 1 | -14/+22 |
| * | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -1/+0 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Remove unnecessary TargetMachine.h includes. | Eric Christopher | 2014-10-14 | 1 | -1/+0 |
| * | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -1/+1 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -1/+2 |
| * | [Modules] Make Support/Debug.h modular. This requires it to not change | Chandler Carruth | 2014-04-21 | 1 | -0/+2 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -4/+4 |
| * | remove a bunch of unused private methods | Nuno Lopes | 2014-03-23 | 1 | -10/+0 |
| * | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -1/+1 |
| * | Use MachineInstrBuilder in a few CodeGen passes. | Jakob Stoklund Olesen | 2012-12-20 | 1 | -2/+1 |
| * | Remove the explicit MachineInstrBuilder(MI) constructor. | Jakob Stoklund Olesen | 2012-12-19 | 1 | -5/+4 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -5/+5 |
| * | Fix undefined behavior: binding null pointer to reference. No functionality c... | Richard Smith | 2012-08-14 | 1 | -1/+1 |
| * | Fix two rather subtle internal vs. external linker issues. | Chandler Carruth | 2012-06-20 | 1 | -25/+20 |
| * | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+0 |
| * | Mix some minor misuse of MachineBasicBlock iterator. | Evan Cheng | 2011-12-06 | 1 | -3/+3 |
| * | Fix PR7096. When a block containing multiple defs is tail duplicated, the | Bob Wilson | 2010-05-10 | 1 | -1/+1 |
| * | Combine the implementations of the core part of the SSAUpdater and | Bob Wilson | 2010-05-04 | 1 | -437/+109 |
| * | Update MachineSSAUpdater with the same changes I made for the IR-level | Bob Wilson | 2010-04-26 | 1 | -122/+428 |
| * | stop using DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 1 | -1/+1 |
| * | fix missing #includes. | Chris Lattner | 2010-02-10 | 1 | -0/+1 |
| * | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -8/+8 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -2/+2 |
| * | Watch out for duplicated PHI instructions. | Evan Cheng | 2009-12-07 | 1 | -3/+37 |
| * | Pre-regalloc tale duplication. Work in progress. | Evan Cheng | 2009-12-07 | 1 | -1/+11 |
| * | If BB is empty, insert PHI before end() instead of front(). | Evan Cheng | 2009-12-07 | 1 | -3/+6 |
| * | Don't try to be cute with undef optimization here. Let ProcessImplicitDefs ha... | Evan Cheng | 2009-12-04 | 1 | -27/+17 |
| * | - If the reaching definition is an undef and the use is a PHI, add the implic... | Evan Cheng | 2009-12-04 | 1 | -11/+15 |
| * | Handle undef values properly. | Evan Cheng | 2009-12-03 | 1 | -15/+38 |
| * | Fill out codegen SSA updater. It's not yet tested. | Evan Cheng | 2009-12-03 | 1 | -8/+229 |
| * | Skeleton for MachineInstr level SSA updater. | Evan Cheng | 2009-12-02 | 1 | -0/+108 |