| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-09 | 1 | -4/+19 |
| * | Revert "[PGO][PGSO] Instrument the code gen / target passes." | Hiroshi Yamauchi | 2019-12-06 | 1 | -19/+4 |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-06 | 1 | -4/+19 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -3/+3 |
| * | [X86] Fix several places that weren't passing what they though they were to M... | Craig Topper | 2019-06-02 | 1 | -2/+4 |
| * | [IR] Refactor attribute methods in Function class (NFC) | Evandro Menezes | 2019-04-04 | 1 | -1/+1 |
| * | [AsmPrinter] Remove hidden flag -print-schedule. | Andrea Di Biagio | 2019-02-04 | 1 | -7/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [MachineCombiner][NFC] Prevent dereferencing past-the-end object in an MRI co... | Gerolf Hoflehner | 2019-01-10 | 1 | -0/+2 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -24/+27 |
| * | [TargetSchedule] shrink interface for init(); NFCI | Sanjay Patel | 2018-04-08 | 1 | -1/+1 |
| * | Revert r327721 "This patch fixes the invalid usage of OptSize in Machine Comb... | Reid Kleckner | 2018-03-16 | 1 | -3/+3 |
| * | This patch fixes the invalid usage of OptSize in Machine Combiner. | Andrew V. Tischenko | 2018-03-16 | 1 | -3/+3 |
| * | The final step to close D41278 [MachineCombiner] Improve debug output (NFC). | Andrew V. Tischenko | 2018-02-26 | 1 | -4/+2 |
| * | (NFC)[MachineCombiner] Improve debug output. | Andrew V. Tischenko | 2018-02-15 | 1 | -28/+53 |
| * | Fix unused variable warning in release mode. NFC. | Alexander Ivchenko | 2018-02-06 | 1 | -0/+1 |
| * | [MachineCombiner] Add check for optimal pattern order. | Florian Hahn | 2018-01-31 | 1 | -16/+82 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | Remove redundant includes from lib/CodeGen. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | [MachineCombiner] Add up latencies of all instructions in new pattern. | Florian Hahn | 2017-12-06 | 1 | -2/+9 |
| * | 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 |
| * | [MC] Split out register def/use idx calls to make debugging simpler. NFCI. | Simon Pilgrim | 2017-10-30 | 1 | -3/+4 |
| * | [MachineCombiner] Fix initialisation of LastUpdate for incremental update. | Florian Hahn | 2017-10-11 | 1 | -2/+4 |
| * | Recommit [MachineCombiner] Update instruction depths incrementally for large ... | Florian Hahn | 2017-09-20 | 1 | -23/+82 |
| * | Revert r312719 "[MachineCombiner] Update instruction depths incrementally for... | Hans Wennborg | 2017-09-13 | 1 | -82/+23 |
| * | [MachineCombiner] Update instruction depths incrementally for large BBs. | Florian Hahn | 2017-09-07 | 1 | -23/+82 |
| * | [NFC] Move DEBUG_TYPE macro below includes... | Jakub Kuderski | 2017-07-13 | 1 | -2/+2 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -2/+2 |
| * | Fix up grammar in a comment. | Eric Christopher | 2017-03-15 | 1 | -1/+1 |
| * | Compile time decreasing in the case we're dealing with Machine Combiner. | Andrew V. Tischenko | 2017-02-13 | 1 | -15/+27 |
| * | MachineInstr: Remove parameter from dump() | Matthias Braun | 2017-01-29 | 1 | -1/+3 |
| * | machine combiner: fix pretty printer | Sebastian Pop | 2016-12-21 | 1 | -1/+1 |
| * | instr-combiner: sum up all latencies of the transformed instructions | Sebastian Pop | 2016-12-11 | 1 | -2/+9 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | [MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098) | Gerolf Hoflehner | 2016-04-24 | 1 | -1/+11 |
| * | Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64 | Daniel Sanders | 2016-04-22 | 1 | -11/+1 |
| * | [MachineCombiner] Support for floating-point FMA on ARM64 | Gerolf Hoflehner | 2016-04-22 | 1 | -1/+11 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -2/+1 |
| * | Minor code cleanup. NFC. | Junmo Park | 2016-02-27 | 1 | -1/+1 |
| * | Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -4/+4 |
| * | Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -4/+4 |
| * | CodeGen: Use references in MachineTraceMetrics::Trace, NFC | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -4/+4 |
| * | less indent; NFCI | Sanjay Patel | 2015-11-10 | 1 | -46/+47 |
| * | add 'MustReduceDepth' as an objective/cost-metric for the MachineCombiner | Sanjay Patel | 2015-11-10 | 1 | -29/+53 |
| * | replace MachineCombinerPattern namespace and enum with enum class; NFCI | Sanjay Patel | 2015-11-05 | 1 | -1/+1 |
| * | Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener... | Hans Wennborg | 2015-10-06 | 1 | -4/+3 |
| * | include equal sign in debug equations; NFC | Sanjay Patel | 2015-10-03 | 1 | -2/+2 |
| * | fix minsize detection: minsize attribute implies optimizing for size | Sanjay Patel | 2015-08-11 | 1 | -3/+1 |