summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-30AMDGPU: Implement SIRegisterInfo::getRegPressureSetScore()hazard-recTom Stellard2-0/+22
2016-03-30AMDGPU/SI: Use hazard recognizer to detect DPP hazardsTom Stellard4-57/+33
2016-03-30AMDGPU/SI: Enable the post-ra schedulerTom Stellard29-100/+397
2016-03-30AMDGPU/SI: Optimize adjacent s_nop instructionsMatt Arsenault1-0/+24
2016-03-30AMDGPU/SI: Move post regalloc run of SIShrinkInstructionsMatt Arsenault1-5/+1
2016-03-30CodeGen: Add a stand-alone hazard recognizer passTom Stellard7-0/+113
2016-03-30AMDGPU/SI: Add latency for export instructionsTom Stellard2-5/+5
2016-03-29AMDGPU/SI: Add MachineBasicBlock parameter to SIInstrInfo::insertWaitStatesTom Stellard4-6/+8
2016-03-29AMDGPU/SI: Improve MachineSchedModel definitionTom Stellard10-182/+196
2016-03-24AMDGPU/SI: Enable lanemask tracking in mischedTom Stellard31-139/+128
2016-03-24AMDGPU/SI: Limit load clustering to 16 bytes instead of 4 instructionsTom Stellard4-16/+43
2016-03-24Fix resolution of linkonce symbols in comdats.Rafael Espindola3-2/+23
2016-03-24[mips] Range check vsplat_simm5 and vsplat_simm10Daniel Sanders3-213/+262
2016-03-24Remove unsafe AssertZext after promoting result of FP_TO_FP16Pirama Arumuga Nainar2-4/+13
2016-03-24[PowerPC] Disable direct moves for extractelement and bitcast in 32-bit modeNemanja Ivanovic2-2/+17
2016-03-24Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud21-91/+916
2016-03-24[mips] Range check simm10Daniel Sanders4-4/+17
2016-03-24[X86][XOP] Support for VPPERM byte shuffle instructionSimon Pilgrim6-5/+60
2016-03-24[mips] Tidy up cnMIPS tablegen definitions. NFC.Daniel Sanders2-51/+58
2016-03-24Fix sequence point warning. NFC.Vasileios Kalintiris1-1/+1
2016-03-24[llvm-nm] Fix r264247James Molloy1-1/+1
2016-03-24[mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D...Zlatko Buljan15-59/+655
2016-03-24[llvm-nm] Correct -P ELF outputJames Molloy2-0/+4
2016-03-24[mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructionsHrvoje Varga15-11/+248
2016-03-24[mips][microMIPS] Fix for "Cannot copy registers" assertionHrvoje Varga6-9/+26
2016-03-24[LAA] Formatting fix in previous changeAdam Nemet1-2/+1
2016-03-24[LAA] Support memchecks involving loop-invariant addressesAdam Nemet2-17/+69
2016-03-24[Support] Add conversions between Expected<T> and ErrorOr<T>.Lang Hames2-1/+40
2016-03-24[libFuzzer] don't report memory leaks if we are dying due to a timeout (just ...Kostya Serebryany5-5/+25
2016-03-24[libFuzzer] use fdopen+vfprintf instead of fsnprintf+writeKostya Serebryany1-11/+10
2016-03-24[X86][SSE] Added tests to ensure that consecutive loads including any/all vol...Simon Pilgrim3-0/+275
2016-03-24[PS4] Guarantee an instruction after a 'noreturn' call.Paul Robinson3-1/+45
2016-03-24Fix lazy linking of comdat members.Rafael Espindola2-15/+17
2016-03-24[sancov] -print-coverage-stats option to print various coverage statistics.Mike Aizatsky2-4/+59
2016-03-23[Support] Make all Errors convertible to std::error_code.Lang Hames5-5/+68
2016-03-23APFloat: Fix signalling nans for scalbnMatt Arsenault2-1/+18
2016-03-23AMDGPU: Remove atomic inc/dec patternsMatt Arsenault3-139/+116
2016-03-23AMDGPU: Promote alloca should skip volatilesMatt Arsenault2-0/+39
2016-03-23[sancov] code readability improvement.Mike Aizatsky1-11/+26
2016-03-23docs: Fix a missing language in a code-blockJustin Bogner1-1/+1
2016-03-23[CUDA] Update docs to reflect that we no longer define __NVCC__.Justin Lebar1-4/+5
2016-03-23StringRef::copy shouldn't allocate anything for length 0 strings.Pete Cooper2-0/+12
2016-03-23AMDGPU: Insert moves of frame index to value operandsMatt Arsenault3-6/+204
2016-03-23Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.Cong Hou8-107/+179
2016-03-23Fix a cut-and-paste error in the changes for r264187 which I think isKevin Enderby1-1/+1
2016-03-23reorganize llc checks script to allow more flexibility; NFCISanjay Patel1-28/+31
2016-03-23More more change need as part of r264187 where ErrorOr<> was addedKevin Enderby1-1/+5
2016-03-23Fix logic for which symbols to keep with comdats.Rafael Espindola4-5/+97
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby15-24/+75
2016-03-23[x86] make peekThroughBitcasts() a helper functionSanjay Patel1-60/+31