summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Use MachineInstr& in RegisterCoalescer, NFCDuncan P. N. Exon Smith2016-07-011-38/+37
* fix documentation comments; NFCSanjay Patel2016-07-011-13/+12
* CodeGen: Avoid implicit conversions in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-07-011-2/+2
* CodeGen: Use MachineInstr& in ScheduleDAGIntrs, NFCDuncan P. N. Exon Smith2016-07-011-43/+43
* Reapply "Define a module map entry for DebugInfo/CodeView."Adrian Prantl2016-07-012-1/+14
* Do not count debug instructions when counting number of uses to reorder frame...Dehao Chen2016-07-013-14/+138
* CodeGen: Avoid iterator conversion in UnreachableBlockElim, NFCDuncan P. N. Exon Smith2016-07-011-3/+1
* CodeGen: Use MachineInstr& in SlotIndexes.cpp, NFCDuncan P. N. Exon Smith2016-07-011-18/+13
* CodeGen: Use MachineInstr& in RegAllocFast, NFCDuncan P. N. Exon Smith2016-07-011-31/+33
* [CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmakeJohn Brawn2016-07-011-0/+2
* [ARM] Refactor Thumb2 mul instruction descsSam Parker2016-07-011-327/+144
* function_refify. NFC.Benjamin Kramer2016-07-012-10/+6
* Resubmit r268719 - AMDGPU/SI: Add amdgpu_kernel calling convention. Part 2.Nikolay Haustov2016-07-013-5/+71
* [AMDGPU] Assembler: support SDWA for VOPC instructionsSam Kolton2016-07-014-45/+176
* Update libdeps; AMDGPUCodeGen requires LLVMVectorize.NAKAMURA Takumi2016-07-011-1/+1
* [CodeGen] Cleanup getVectorShuffle a bit to take advantage of its new ArrayRe...Craig Topper2016-07-011-16/+16
* [CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin...Craig Topper2016-07-0110-68/+60
* Add support for allowing us to create uniquely identified "COMDAT" or "ELFEric Christopher2016-07-013-23/+37
* 80-column and comment fixups.Eric Christopher2016-07-011-5/+8
* [PM] refactor LoopAccessInfo code part-2Xinliang David Li2016-07-016-27/+67
* [MBP] method interface cleanupXinliang David Li2016-07-011-25/+20
* Revert "add tests for bugs fixed by the GVN hoist pass"Duncan P. N. Exon Smith2016-07-012-104/+0
* AMDGPU: Add option to run the load/store vectorizerMatt Arsenault2016-07-011-0/+16
* Revert "Define a module map entry for DebugInfo/CodeView."Adrian Prantl2016-07-011-11/+0
* add tests for bugs fixed by the GVN hoist passSebastian Pop2016-07-012-0/+104
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-0115-154/+669
* LoadStoreVectorizer: improvements: better pointer analysisMatt Arsenault2016-07-011-5/+26
* LoadStoreVectorizer: Don't increase alignment with no align setMatt Arsenault2016-07-014-19/+78
* LoadStoreVectorizer: Check TTI for vec reg bit widthMatt Arsenault2016-07-015-19/+83
* LoadStoreVectorizer: Fix assert when merging pointer opsMatt Arsenault2016-07-012-3/+328
* Revert "code hoisting pass based on GVN"Duncan P. N. Exon Smith2016-07-0110-1418/+4
* CodeGen: Use MachineInstr& in LiveVariables API, NFCDuncan P. N. Exon Smith2016-07-018-81/+80
* LoadStoreVectorizer: Use AA metadataMatt Arsenault2016-07-012-8/+37
* CodeGen: Remove implicit iterator conversions in PHIElimination, NFCDuncan P. N. Exon Smith2016-07-011-7/+7
* CodeGen: Use MachineInstr& in PostRASchedulerList, NFCDuncan P. N. Exon Smith2016-07-011-6/+6
* Define a module map entry for DebugInfo/CodeView.Adrian Prantl2016-07-011-0/+11
* AMDGPU: Implement getLoadStoreVecRegBitWidthMatt Arsenault2016-07-012-0/+23
* CodeGen: Use MachineInstr& in PostRAHazardRecognizer, NFCDuncan P. N. Exon Smith2016-07-011-6/+4
* CodeGen: Use MachineInstr& in PrologEpilogInserter, NFCDuncan P. N. Exon Smith2016-07-011-18/+20
* [pdb] Avoid reporting an error when the module symbol stream is emptyReid Kleckner2016-07-011-0/+3
* [PDB] Indicate which type record failed hash validationReid Kleckner2016-07-011-2/+8
* LoadStoreVectorizer: if one element of a vector is integer, default toMatt Arsenault2016-07-012-3/+19
* LoadStoreVectorizer: Fix crashes on sub-byte typesMatt Arsenault2016-07-012-2/+213
* code hoisting pass based on GVNSebastian Pop2016-07-0110-4/+1418
* Target: Remove unused arguments from overrideSchedPolicy, NFCDuncan P. N. Exon Smith2016-07-019-16/+3
* CodeGen: Use MachineInstr& in MachineSink, NFCDuncan P. N. Exon Smith2016-07-011-52/+49
* [LAA] Fix alphabetical sorting of headers. NFCAdam Nemet2016-07-011-1/+1
* CodeGen: Use MachineInstr& more in MachineTraceMetrics, NFCDuncan P. N. Exon Smith2016-07-011-20/+20
* CodeGen: Use MachineInstr& in MachineTraceMetrics, NFCDuncan P. N. Exon Smith2016-06-301-14/+14
* LoadStoreVectorizer: Check skipFunction first.Matt Arsenault2016-06-302-4/+14
OpenPOWER on IntegriCloud