summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [AArch64][InstructionSelector] Teach how to select FP load/store.Quentin Colombet2016-10-111-0/+7
* [AArch64][InstructionSelector] Teach the selector how to handle vector OR.Quentin Colombet2016-10-111-0/+2
* [AArch64][MachineLegalizer] Mark v2s32 G_LOAD as legal.Quentin Colombet2016-10-111-1/+1
* Revert r283824 and r283823: Define DbiStreamBuilder::addDbgStream to add stream.Rui Ueyama2016-10-111-30/+2
* Fix a bug in DbiStreamBuilder::addDbgStream.Rui Ueyama2016-10-101-1/+1
* Define DbiStreamBuilder::addDbgStream to add stream.Rui Ueyama2016-10-101-2/+30
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-1016-15/+54
* GlobalISel: select G_GLOBAL_VALUE uses on AArch64.Tim Northover2016-10-104-6/+32
* GlobalISel: allow G_GLOBAL_VALUEs in AArch64 legalization.Tim Northover2016-10-101-0/+1
* GlobalISel: support selecting G_GEP instructions.Tim Northover2016-10-101-1/+3
* GlobalISel: support selecting constants on AArch64.Tim Northover2016-10-101-0/+10
* Rename isHotFunction/isColdFunction to isFunctionEntryHot/isFunctionEntryCold...Dehao Chen2016-10-102-14/+12
* [SelectionDAGBuilder] Support llvm.flt.rounds on targets where i32 is not legalHal Finkel2016-10-102-0/+15
* Teach llvm::StripDebugInfo() about global variable !dbg attachments.Adrian Prantl2016-10-101-0/+9
* Use unique_ptr in LLVMContextImpl's constant maps.Justin Lebar2016-10-103-28/+33
* [ARM] Fix invalid VLDM/VSTM access when targeting Big Endian with NEONAlexandros Lamprineas2016-10-101-2/+12
* Add return type for checkForValidSection parsing function. NFC Intended.Nirav Dave2016-10-101-41/+35
* [X86] Prefer rotate by 1 over rotate by immZvi Rackover2016-10-101-4/+4
* This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ...Chris Dewhurst2016-10-105-1/+18
* Fix WebAssembly build after r283702.Daniel Jasper2016-10-101-2/+8
* [AVX-512] Add missing pattern sext or zext from bytes to quad words with a 12...Craig Topper2016-10-101-0/+2
* [x86][inline-asm][llvm] accept 'v' constraintMichael Zuckerman2016-10-101-0/+15
* [AVR] Enable generation of the TableGen assembly writer tablesDylan McKay2016-10-101-2/+3
* [AVX-512] Port 128 and 256-bit memory->register sign/zero extend patterns fro...Craig Topper2016-10-091-0/+142
* [X86] Remove redundant patterns. The same pattern appears a few lines up.Craig Topper2016-10-091-6/+0
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-09100-331/+470
* DAG: Setting Masked-Expand-Load as a variant of Masked-Load nodeElena Demikhovsky2016-10-096-37/+59
* [AVX-512] Fix execution domain for EVEX encoded VINSERTPS.Craig Topper2016-10-091-0/+2
* MC: Remove unused entities.Peter Collingbourne2016-10-0916-54/+15
* Target: Remove unused entities.Peter Collingbourne2016-10-0911-81/+4
* [AVX-512] Add subvector insert and extract to load/store folding tables.Craig Topper2016-10-091-0/+25
* [AVX-512] Add the vector down convert instructions to the store folding tables.Craig Topper2016-10-091-0/+24
* [libFuzzer] make a test less flakyKostya Serebryany2016-10-091-1/+0
* [libFuzzer] when shrinking the corpus, delete evicted files previously create...Kostya Serebryany2016-10-088-25/+46
* [libFuzzer] control the reload interval by a flag, make it 10 seconds by defaultKostya Serebryany2016-10-084-9/+13
* [libFuzzer] fix use-after-free in libFuzzer found by ... fuzzing.Kostya Serebryany2016-10-081-24/+23
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-0819-42/+22
* [AVX-512] Fix a bug in getLargestLegalSuperClass where we inflated to VR128X/...Craig Topper2016-10-081-10/+9
* [Hexagon] Adding change of flow max 1 (cofMax1) TS flag for marking this rest...Colin LeMahieu2016-10-085-4/+16
* [ThinLTO] Record calls to aliasesTeresa Johnson2016-10-081-1/+12
* [AArch64] Avoid generating indexed vector instructions for ExynosSebastian Pop2016-10-084-0/+376
* [OptRemarks] Remove non-printable chars from function nameAdam Nemet2016-10-081-0/+2
* ThinLTO: don't perform incremental LTO on module without a hashMehdi Amini2016-10-082-4/+13
* ThinLTO: handles modules with empty summariesMehdi Amini2016-10-084-16/+21
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-083-326/+41
* [AVR] Add backend dependencies to MCTargetDesc/LLVMBuild.txtDylan McKay2016-10-081-1/+1
* [pdb] Dump Module Symbols to Yaml.Zachary Turner2016-10-081-2/+1
* Fix incorrect assertion in AVRFrameLowering.cppDylan McKay2016-10-081-1/+2
* [AVR] Don't worry about call frame size when initializing frame pointerDylan McKay2016-10-081-3/+2
* [AVR] Don't shadow container while iterating in range-based loopDylan McKay2016-10-081-2/+4
OpenPOWER on IntegriCloud