aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-09[X86] Add the rest of the ADC and SBB instructions to isDefConvertible.linaro-local/diana.picus/ASANFailCraig Topper
2017-08-09[InstCombine] Use regular dyn_cast instead of a matcher for a simple case. NFCCraig Topper
2017-08-09[ImplicitNullCheck] Fix the bug when dependent instruction accesses memorySerguei Katkov
2017-08-09Fix broken pdb test.Zachary Turner
2017-08-09Fix -Wreorder-fields warning.Zachary Turner
2017-08-09[PDB] Fix an issue writing the publics stream.Zachary Turner
2017-08-09[PDB] Merge Global and Publics Builders.Zachary Turner
2017-08-09[InstCombine] Add a test case for a missed opportunity to turn a select into ...Craig Topper
2017-08-09[AMDGPU] Revert r310429 changes in AMDKernelCodeT.h which broke some build bots.Eugene Zelenko
2017-08-08[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko
2017-08-08Revert "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet
2017-08-08My commit r310346 introduced some valid warnings. This cleans them up.Nemanja Ivanovic
2017-08-08[MachineOutliner] Ensure AArch64 outliner doesn't mess with W30 or LRJessica Paquette
2017-08-08[GVN] Remove stale entries in phitranslate cache when new phi is generated fo...Wei Mi
2017-08-08BasicAA: assert on another case where aliasGEP shouldn't get a PartialAlias r...Nuno Lopes
2017-08-08Make ICP uses PSI to check for hotness.Dehao Chen
2017-08-08[codeview] Emit nested enums and typedefs from classesReid Kleckner
2017-08-08[InstCombine] Support pulling left shifts through a subtract with constant LHSCraig Topper
2017-08-08[DAG] Introduce peekThroughBitcast function. NFCI.Nirav Dave
2017-08-08[DAG] Update comments. NFC.Nirav Dave
2017-08-08[AMDGPU] Add llvm.amdgpu.update.dpp intrinsicConnor Abbott
2017-08-08[NewGVN] Use a cast instead of a dyn_cast.Chad Rosier
2017-08-08[PDB] Fix linking of function symbols and local variables.Zachary Turner
2017-08-08dsymutil: support dwarf version mismatches between object and clang moduleAdrian Prantl
2017-08-08[LoopVectorize] Fix assertion failure in Fcmp vectorizationAnna Thomas
2017-08-08Revert "[ARM] Fix assembly and disassembly for VMRS/VMSR"Tim Northover
2017-08-08[DomTree] Use a non-recursive DFS instead of a recursive one; NFCSanjoy Das
2017-08-08[KnownBits][ValueTracking] Move the math for calculating known bits for add/s...Craig Topper
2017-08-08[RISCV] Fix warning about unused getSubtargetFeatureName()Alex Bradbury
2017-08-08BasicAA: aliasGEP shouldn't get a PartialAlias response hereNuno Lopes
2017-08-08[DAGCombiner] simplifyShuffleMask - handle UNDEF inputs from shuffles as well...Simon Pilgrim
2017-08-08[RISCV] Add basic RISCVAsmParser (missing files)Alex Bradbury
2017-08-08[RISCV] Add basic RISCVAsmParserAlex Bradbury
2017-08-08[PowerPC] Don't crash on larger splats achieved through 1-byte splatsNemanja Ivanovic
2017-08-08[globalisel][tablegen] Remove unnecessary ; to satisfy ubuntu-gcc7.1-werror.Daniel Sanders
2017-08-08Appease compilers that have the -Wcovered-switch-default switch.Nemanja Ivanovic
2017-08-08[X86] Improved X86::CMOV to Branch heuristic.Amjad Aboud
2017-08-08[PowerPC] Eliminate compares - add i32 sext/zext handling for SETLE/SETGENemanja Ivanovic
2017-08-08[DAGCombiner] Simplify shuffle mask index if the referenced input element is ...Simon Pilgrim
2017-08-08[globalisel][tablegen] Add support for importing 'imm' operands.Daniel Sanders
2017-08-08[PM] Fix a likely more critical infloop bug in the CGSCC pass manager.Chandler Carruth
2017-08-08[InstCombine] Cast to BinaryOperator earlier in foldSelectIntoOp to simplify ...Craig Topper
2017-08-08AMDGPU: Fix warnings introduced by r310336Tom Stellard
2017-08-08AMDGPU: Move R600 parts of AMDGPUISelDAGToDAG into their own classTom Stellard
2017-08-08AMDGPU: Also remove SI from docsKonstantin Zhuravlyov
2017-08-08[PM] Relax the spelling of a pass name slightly in this test.Chandler Carruth
2017-08-08[PM] Fix new LoopUnroll function pass by invalidating loop analysisChandler Carruth
2017-08-08[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko
2017-08-08[libFuzzer] simplify code, NFCKostya Serebryany
2017-08-08[libFuzzer] remove stale codeKostya Serebryany