summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineCombiner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* name change: hasPattern() -> getMachineCombinerPatterns() ; NFCSanjay Patel2015-06-191-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* hoist loop-invariant; NFCISanjay Patel2015-06-131-3/+2
* remove unnecessary casts; NFCISanjay Patel2015-06-131-3/+2
* punctuation policing; NFCSanjay Patel2015-06-101-5/+5
* fix typo in comment; NFCSanjay Patel2015-06-101-1/+1
* fix typo in comment; NFCSanjay Patel2015-05-211-1/+1
* use range-based for-loops; NFCISanjay Patel2015-05-211-4/+2
* CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-2/+1
* remove function names from comments; NFCSanjay Patel2015-01-271-8/+6
* fix typos; NFCSanjay Patel2015-01-271-4/+4
* The subtarget is cached on the MachineFunction. Access it directly.Eric Christopher2015-01-271-2/+1
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-021-3/+3
* [MachineCombiner] Removal of dangling DBG_VALUES after combining [20598]Gerolf Hoflehner2014-08-131-1/+1
* MachineCombiner Pass for selecting faster instruction sequence on AArch64Gerolf Hoflehner2014-08-071-1/+3
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+2
* CodeGen: silence a warningSaleem Abdulrasool2014-08-031-2/+1
* MachineCombiner Pass for selecting faster instructionGerolf Hoflehner2014-08-031-0/+434
OpenPOWER on IntegriCloud