Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r
/
lib
/
CodeGen
/
MachineCombiner.cpp
7ed9683
[MachineCombiner][NFC] Prevent dereferencing past-the-end object in an MRI container
by Gerolf Hoflehner
· 7 years ago
0818e78
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
e599cea
[TargetSchedule] shrink interface for init(); NFCI
by Sanjay Patel
· 7 years ago
f6f2e19
Revert r327721 "This patch fixes the invalid usage of OptSize in Machine Combiner."
by Reid Kleckner
· 7 years ago
11f5adb
This patch fixes the invalid usage of OptSize in Machine Combiner.
by Andrew V. Tischenko
· 7 years ago
07ea57a
The final step to close D41278 [MachineCombiner] Improve debug output (NFC).
by Andrew V. Tischenko
· 8 years ago
89b2bec
(NFC)[MachineCombiner] Improve debug output.
by Andrew V. Tischenko
· 8 years ago
e616200
Fix unused variable warning in release mode. NFC.
by Alexander Ivchenko
· 8 years ago
c4f543d
[MachineCombiner] Add check for optimal pattern order.
by Florian Hahn
· 8 years ago
d318139
MachineFunction: Return reference from getFunction(); NFC
by Matthias Braun
· 8 years ago
41b2567
Remove redundant includes from lib/CodeGen.
by Michael Zolotukhin
· 8 years ago
1c6190d
[MachineCombiner] Add up latencies of all instructions in new pattern.
by Florian Hahn
· 8 years ago
e3a9b4c
Fix a bunch more layering of CodeGen headers that are in Target
by David Blaikie
· 8 years ago
4831923
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
by David Blaikie
· 8 years ago
de321cd
[MC] Split out register def/use idx calls to make debugging simpler. NFCI.
by Simon Pilgrim
· 8 years ago
0782618
[MachineCombiner] Fix initialisation of LastUpdate for incremental update.
by Florian Hahn
· 8 years ago
6aed421
Recommit [MachineCombiner] Update instruction depths incrementally for large BBs.
by Florian Hahn
· 8 years ago
c9b4fb7
Revert r312719 "[MachineCombiner] Update instruction depths incrementally for large BBs."
by Hans Wennborg
· 8 years ago
651af02
[MachineCombiner] Update instruction depths incrementally for large BBs.
by Florian Hahn
· 8 years ago
1438218
[NFC] Move DEBUG_TYPE macro below includes...
by Jakub Kuderski
· 8 years ago
94c4904
CodeGen: Rename DEBUG_TYPE to match passnames
by Matthias Braun
· 8 years ago
2258207
Fix up grammar in a comment.
by Eric Christopher
· 8 years ago
ed1646e
Compile time decreasing in the case we're dealing with Machine Combiner.
by Andrew V. Tischenko
· 9 years ago
aaf8acb
MachineInstr: Remove parameter from dump()
by Matthias Braun
· 9 years ago
0ed0bfd
machine combiner: fix pretty printer
by Sebastian Pop
· 9 years ago
cfc6ce9
instr-combiner: sum up all latencies of the transformed instructions
by Sebastian Pop
· 9 years ago
67f335d
Use StringRef in Pass/PassManager APIs (NFC)
by Mehdi Amini
· 9 years ago
3f71db1
[MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098)
by Gerolf Hoflehner
· 9 years ago
c4f4f71
Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64
by Daniel Sanders
· 9 years ago
7c23aa2
[MachineCombiner] Support for floating-point FMA on ARM64
by Gerolf Hoflehner
· 9 years ago
f6071e1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
fbd6d6e
Minor code cleanup. NFC.
by Junmo Park
· 10 years ago
65b18dd
Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"
by Duncan P. N. Exon Smith
· 10 years ago
01f8c42
Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"
by Duncan P. N. Exon Smith
· 10 years ago
8c34e06
CodeGen: Use references in MachineTraceMetrics::Trace, NFC
by Duncan P. N. Exon Smith
· 10 years ago
fffd73b
less indent; NFCI
by Sanjay Patel
· 10 years ago
76d9fb3
add 'MustReduceDepth' as an objective/cost-metric for the MachineCombiner
by Sanjay Patel
· 10 years ago
834952e
replace MachineCombinerPattern namespace and enum with enum class; NFCI
by Sanjay Patel
· 10 years ago
4d651e4
Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups.
by Hans Wennborg
· 10 years ago
61134d7
include equal sign in debug equations; NFC
by Sanjay Patel
· 10 years ago
b15598e
fix minsize detection: minsize attribute implies optimizing for size
by Sanjay Patel
· 10 years ago
7b3dad0
[MachineCombiner] Don't use the opcode-only form of computeInstrLatency
by Hal Finkel
· 10 years ago
f360983
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
by Sanjay Patel
· 10 years ago
b2a353c
[MachineCombiner] Work with itineraries
by Hal Finkel
· 10 years ago
cd52a7a
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
8bd59f5
[x86] generalize reassociation optimization in machine combiner to 2 instructions
by Sanjay Patel
· 10 years ago
30c3b2a
name change: hasPattern() -> getMachineCombinerPatterns() ; NFC
by Sanjay Patel
· 10 years ago
cf0db29
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
75975e2
hoist loop-invariant; NFCI
by Sanjay Patel
· 10 years ago
4aeeb9e
remove unnecessary casts; NFCI
by Sanjay Patel
· 10 years ago
bb79423
punctuation policing; NFC
by Sanjay Patel
· 10 years ago
708de57
fix typo in comment; NFC
by Sanjay Patel
· 10 years ago
a33f516
fix typo in comment; NFC
by Sanjay Patel
· 10 years ago
430cdab
use range-based for-loops; NFCI
by Sanjay Patel
· 10 years ago
9de77c7
CodeGen: Canonicalize access to function attributes, NFC
by Duncan P. N. Exon Smith
· 11 years ago
c232e7f
remove function names from comments; NFC
by Sanjay Patel
· 11 years ago
5d68306
fix typos; NFC
by Sanjay Patel
· 11 years ago
72e7586
The subtarget is cached on the MachineFunction. Access it directly.
by Eric Christopher
· 11 years ago
6de6c6a
Change MCSchedModel to be a struct of statically initialized data.
by Pete Cooper
· 11 years ago
2205044
[MachineCombiner] Removal of dangling DBG_VALUES after combining [20598]
by Gerolf Hoflehner
· 11 years ago
e4fa341
MachineCombiner Pass for selecting faster instruction sequence on AArch64
by Gerolf Hoflehner
· 11 years ago
9f85dcc
Remove the TargetMachine forwards for TargetSubtargetInfo based
by Eric Christopher
· 11 years ago
335c0ca
CodeGen: silence a warning
by Saleem Abdulrasool
· 11 years ago
b0b7088
MachineCombiner Pass for selecting faster instruction
by Gerolf Hoflehner
· 11 years ago