index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineCombiner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[MachineCombiner] Don't use the opcode-only form of computeInstrLatency
Hal Finkel
2015-08-05
1
-1
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
[MachineCombiner] Work with itineraries
Hal Finkel
2015-07-15
1
-4
/
+9
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[x86] generalize reassociation optimization in machine combiner to 2 instruct...
Sanjay Patel
2015-06-23
1
-18
/
+31
*
name change: hasPattern() -> getMachineCombinerPatterns() ; NFC
Sanjay Patel
2015-06-19
1
-5
/
+5
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
hoist loop-invariant; NFCI
Sanjay Patel
2015-06-13
1
-3
/
+2
*
remove unnecessary casts; NFCI
Sanjay Patel
2015-06-13
1
-3
/
+2
*
punctuation policing; NFC
Sanjay Patel
2015-06-10
1
-5
/
+5
*
fix typo in comment; NFC
Sanjay Patel
2015-06-10
1
-1
/
+1
*
fix typo in comment; NFC
Sanjay Patel
2015-05-21
1
-1
/
+1
*
use range-based for-loops; NFCI
Sanjay Patel
2015-05-21
1
-4
/
+2
*
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
remove function names from comments; NFC
Sanjay Patel
2015-01-27
1
-8
/
+6
*
fix typos; NFC
Sanjay Patel
2015-01-27
1
-4
/
+4
*
The subtarget is cached on the MachineFunction. Access it directly.
Eric Christopher
2015-01-27
1
-2
/
+1
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-3
/
+3
*
[MachineCombiner] Removal of dangling DBG_VALUES after combining [20598]
Gerolf Hoflehner
2014-08-13
1
-1
/
+1
*
MachineCombiner Pass for selecting faster instruction sequence on AArch64
Gerolf Hoflehner
2014-08-07
1
-1
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
CodeGen: silence a warning
Saleem Abdulrasool
2014-08-03
1
-2
/
+1
*
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
2014-08-03
1
-0
/
+434