aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineCombiner.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-07-15[MachineCombiner] Work with itinerariesHal Finkel1-4/+9
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-23[x86] generalize reassociation optimization in machine combiner to 2 instruct...Sanjay Patel1-18/+31
2015-06-19name change: hasPattern() -> getMachineCombinerPatterns() ; NFCSanjay Patel1-5/+5
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-13hoist loop-invariant; NFCISanjay Patel1-3/+2
2015-06-13remove unnecessary casts; NFCISanjay Patel1-3/+2
2015-06-10punctuation policing; NFCSanjay Patel1-5/+5
2015-06-10fix typo in comment; NFCSanjay Patel1-1/+1
2015-05-21fix typo in comment; NFCSanjay Patel1-1/+1
2015-05-21use range-based for-loops; NFCISanjay Patel1-4/+2
2015-02-14CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith1-2/+1
2015-01-27remove function names from comments; NFCSanjay Patel1-8/+6
2015-01-27fix typos; NFCSanjay Patel1-4/+4
2015-01-27The subtarget is cached on the MachineFunction. Access it directly.Eric Christopher1-2/+1
2014-09-02Change MCSchedModel to be a struct of statically initialized data.Pete Cooper1-3/+3
2014-08-13[MachineCombiner] Removal of dangling DBG_VALUES after combining [20598]Gerolf Hoflehner1-1/+1
2014-08-07MachineCombiner Pass for selecting faster instruction sequence on AArch64Gerolf Hoflehner1-1/+3
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+2
2014-08-03CodeGen: silence a warningSaleem Abdulrasool1-2/+1
2014-08-03MachineCombiner Pass for selecting faster instructionGerolf Hoflehner1-0/+434