summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [X86][BtVer2] Update the WriteLoad latency.Andrea Di Biagio2019-01-211-3/+2
* [X86] Remove and autoupgrade vpmovqd/vpmovwb intrinsics using trunc+select.Craig Topper2019-01-212-8/+12
* [SCEV][NFC] Introduces expression sizes estimationMax Kazantsev2019-01-211-2/+2
* [RISCV] Add R_RISCV_RELAX relocation to all possible relax candidates.Kito Cheng2019-01-211-7/+15
* [AVR] Insert unconditional branch when inserting MBBs between blocks with fal...Dylan McKay2019-01-211-0/+9
* [AVR] Enable emission of debug informationDylan McKay2019-01-211-0/+1
* Revert "[AVR] Insert unconditional branch when inserting MBBs between blocks ...Dylan McKay2019-01-211-9/+0
* [AVR] Insert unconditional branch when inserting MBBs between blocks with fal...Dylan McKay2019-01-211-0/+9
* Tentative fix for r351701 and gcc 6.2 build on ubuntuSerge Guelton2019-01-201-2/+3
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-7/+0
* AMDGPU: Legalize more bitcastsMatt Arsenault2019-01-201-5/+7
* GlobalISel: Add isPointer legality predicatesMatt Arsenault2019-01-201-0/+14
* AMDGPU/GlobalISel: Really legalize exts from i1Matt Arsenault2019-01-201-1/+2
* [X86] Auto upgrade VPCOM/VPCOMU intrinsics to generic integer comparisonsSimon Pilgrim2019-01-203-84/+25
* GlobalISel: Implement widenScalar for basic FP opsMatt Arsenault2019-01-202-10/+21
* AMDGPU/GlobalISel: Legalize f32->f16 fptruncMatt Arsenault2019-01-201-1/+1
* AMDGPU/GlobalISel: Fix some crashs in g_unmerge_values/g_merge_valuesMatt Arsenault2019-01-201-12/+73
* AMDGPU/GlobalISel: Regbank select for fpextMatt Arsenault2019-01-201-0/+1
* AMDGPU/GlobalISel: Cleanup legality for extensionsMatt Arsenault2019-01-201-10/+6
* [X86] Auto upgrade old style VPCOM/VPCOMU intrinsics to generic integer compa...Simon Pilgrim2019-01-201-22/+47
* [CostModel][X86] Add explicit vector select costsSimon Pilgrim2019-01-201-0/+41
* [CostModel][X86] Add explicit fcmp costs for pre-SSE42 targetsSimon Pilgrim2019-01-201-0/+11
* [TTI][X86] Reordered getCmpSelInstrCost cost tables in descending ISA order. ...Simon Pilgrim2019-01-201-24/+24
* [AVR] Replace two references to ARM's 't2_so_imm' type commentsDylan McKay2019-01-201-2/+2
* [AVR] Fix codegen bug in 16-bit loadsDylan McKay2019-01-202-8/+5
* Revert "[AVR] Fix codegen bug in 16-bit loads"Dylan McKay2019-01-201-5/+5
* [ConstantMerge] Factor out check for un-mergeable globals, NFCVedant Kumar2019-01-201-10/+12
* [X86] Add masked MCVTSI2P/MCVTUI2P ISD opcodes to model the cvtqq2ps cvtuqq2p...Craig Topper2019-01-195-17/+88
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* [InstCombine] Simplify cttz/ctlz + icmp ugt/ultNikita Popov2019-01-192-11/+70
* [NFC] Fix unused variable warnings in Release buildsJohannes Doerfert2019-01-191-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192961-11844/+8883
* Convert two more files that were using Windows line endings and removeChandler Carruth2019-01-191-22/+22
* Enable IPConstantPropagation to work with abstract call sitesJohannes Doerfert2019-01-191-12/+23
* AbstractCallSite -- A unified interface for (in)direct and callback callsJohannes Doerfert2019-01-194-0/+181
* Reapply "[CGP] Check for existing inttotpr before creating new one"Roman Tereshin2019-01-191-4/+18
* [MergeFunc] Allow merging identical vararg functions using aliasesVedant Kumar2019-01-191-11/+14
* [HotColdSplit] Mark inherently cold functions as suchVedant Kumar2019-01-191-20/+39
* [HotColdSplit] Remove a set which tracked split functions (NFC)Vedant Kumar2019-01-191-8/+3
* [CodeExtractor] Emit lifetime markers around reloads of outputsVedant Kumar2019-01-191-66/+71
* Revert "Reapply "[CGP] Check for existing inttotpr before creating new one""Roman Tereshin2019-01-191-17/+4
* Reapply "[CGP] Check for existing inttotpr before creating new one"Roman Tereshin2019-01-191-4/+17
* Revert r351584: "GlobalISel: Verify g_zextload and g_sextload"Amara Emerson2019-01-191-14/+1
* [X86] Deduplicate static calling convention helpers for code size, NFCReid Kleckner2019-01-196-60/+51
* Remove F_modify flag from FileOutputBuffer.Rui Ueyama2019-01-191-26/+11
* AMDGPU/GlobalISel: Legalize more types for selectMatt Arsenault2019-01-181-2/+4
* Revert "[CGP] Check for existing inttotpr before creating new one"Roman Tereshin2019-01-181-13/+4
* AMDGPU/GlobalISel: Legalize illegal g_constantMatt Arsenault2019-01-181-4/+9
* GlobalISel: Verify G_BITCASTMatt Arsenault2019-01-181-0/+13
* GlobalISel: Verify G_ICMP/G_FCMP vector typesMatt Arsenault2019-01-181-0/+11
OpenPOWER on IntegriCloud