platform/upstream/llvm.git
2018-09-10 Erich KeaneFix test regression in r341862
2018-09-10 Petr Hosek[ELF] Don't emit .relr.dyn section if there are no...
2018-09-10 Erik Pilkington[AST] Fix a crash on invalid.
2018-09-10 Craig Topper[X89] Explicitly enable aes in aes-schedule.ll to fix...
2018-09-10 JF BastienFix bit_cast properly
2018-09-10 JF BastienFix bit_cast __is_trivially_copyable
2018-09-10 JF Bastien[ADT] bit_cast: check for is_trivially_copyable more...
2018-09-10 Zachary TurnerRe-run clang-format on one file.
2018-09-10 Zachary Turner[PDB] Change uint32_t to SymIndex wherever it makes...
2018-09-10 Erich KeaneMove AESNI generation to Skylake and Goldmont
2018-09-10 Erich KeaneMove FeatureAES from SLM, WSM and SNB to GLM and SKL
2018-09-10 JF BastienImplement -Watomic-implicit-seq-cst
2018-09-10 Craig Topper[X86] Mark the ISD::SETLT/SETLE condition codes as...
2018-09-10 Richard SmithEnhance -Wc++14-compat for class template argument...
2018-09-10 Martin Storsjo[Windows] Include BaseTsd.h with lowercase
2018-09-10 Stella Stamenova[lit] Disable shtest-timeout on Windows
2018-09-10 Alina SbirleaAPI to update MemorySSA for cloned blocks and added...
2018-09-10 Roman Lebedev[clang-tidy] ExprMutationAnalyzer: construct from refer...
2018-09-10 JF BastienNFC: bit.h don't warn on strict aliasing for GCC <...
2018-09-10 Petr Hosek[ADT] Support converting to lowercase string in toHex
2018-09-10 Krzysztof Parzyszek[Hexagon] Split large offsets into properly aligned...
2018-09-10 Sanjay Patel[InstCombine] use SelectInst operand names to make...
2018-09-10 Ted WoodwardFix raw address breakpoints not resolving
2018-09-10 Shuai Wang[clang-tidy] Handle unresolved expressions in ExprMutat...
2018-09-10 Alexandre Ganea[clang-cl] Enable -march option
2018-09-10 Martin Storsjo[MinGW] Hook up the --require-defined option to -include:
2018-09-10 Sanjay Patel[x86] test codegen for unsigned saturated add; NFC
2018-09-10 Tatyana Krasnukha[ARC] Fix macro usage (DEBUG -> LLVM_DEBUG)
2018-09-10 Alexander Timofeev [AMDGPU] Preliminary patch for divergence driven...
2018-09-10 Adrian PrantlRemove all uses of DIFlagBlockByrefStruct
2018-09-10 Philip Reames[AST] Visit memtransfer arguments in order
2018-09-10 Petar Jovanovic[MIPS GlobalISel] Select icmp
2018-09-10 Sebastian PopHotColdSplitting: fix test failing because of last...
2018-09-10 Sebastian PopHotColdSplitting: check that target supports cold calli...
2018-09-10 Sebastian Popadd flag instead of using a constant [NFC]
2018-09-10 Sebastian Popmake flag name more specific to gvn [NFC]
2018-09-10 Gil Rapaport[LSR] Add tests for small constants; NFC
2018-09-10 Joachim Protze[OMPT] Update types according to TR7
2018-09-10 Erich KeanePrevent cpu-specific/cpu-dispatch from giong on a lambda.
2018-09-10 Kirill Bobyrev[clangd] Unbreak buildbots after r341802
2018-09-10 Tim NorthoverInstCombine: move hasOneUse check to the top of foldICm...
2018-09-10 Kadir Cetinkaya[clangd] Add unittests for D51038
2018-09-10 Alexandre GaneaBuildfix for r341825
2018-09-10 Benjamin Kramer[Sparc] Move SparcTargetStreamer.h to the MC Desc,...
2018-09-10 Alexandre Ganea[LLD][COFF] Cleanup error messages / add more coverage...
2018-09-10 Kadir Cetinkaya[clang] Make sure codecompletion is called for calls...
2018-09-10 Nico WeberRemove an effectively unused local variable.
2018-09-10 Benjamin Kramer[Target] Untangle disassemblers
2018-09-10 Benjamin KramerDon't create a temporary vector of loop blocks just...
2018-09-10 John Brawn[GVN] Invalidate cached info for values replaced by...
2018-09-10 Matt ArsenaultAMDGPU: Remove function pointer type hack
2018-09-10 Matt ArsenaultAMDGPU: Stop reporting is-noop addrspacecast for consta...
2018-09-10 Kirill Bobyrev[clangd] Implement FuzzyFindRequest JSON (de)serialization
2018-09-10 Matt ArsenaultDAG: Handle odd vector sizes in calling conv splitting
2018-09-10 Kirill Bobyrev[clangd] Add symbol slab size to index memory consumpti...
2018-09-10 Simon Pilgrim[llvm-exegesis] Ignore double spaced separators in...
2018-09-10 Carl Ritson[AMDGPU] Prevent sequences of non-instructions disrupti...
2018-09-10 Sam McCall[clangd] Fix async index loading (from r341376).
2018-09-10 Adam Balogh[Analyzer] Commit fix for rL341790/rC341790
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 8: Support for assig...
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 7: Support for push...
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 6: Mismatched iterat...
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 5: Move Assignment...
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 4: Mismatched iterat...
2018-09-10 Hans WennborgReleaseNotes: update links to use https
2018-09-10 Hans WennborgReleaseNotes: update links to use https
2018-09-10 Hans WennborgReleaseNotes: update links to use https
2018-09-10 Hans WennborgReleaseNotes: update links to use https
2018-09-10 Hans WennborgReleaseNotes: update links to use https
2018-09-10 Kirill Bobyrev[clangd] NFC: Rename DexIndex to Dex
2018-09-10 Aleksandr Urakov[PDB] Restore AST from PDB symbols
2018-09-10 Kirill Bobyrev[clangd] Make advanceTo() faster on Posting Lists
2018-09-10 Max Kazantsev[IndVars] Set Changed if rewriteFirstIterationLoopExitV...
2018-09-10 Richard SmithPR33222: Require the declared return type not the actua...
2018-09-10 Max Kazantsev[IndVars] Set Changed if sinkUnusedInvariants changes...
2018-09-10 Vikram TVMove a transformation routine from LoopUtils to LoopVec...
2018-09-10 Richard SmithPart of PR33222: defer enforcing return type mismatch...
2018-09-10 David Carlier[XRay] Fix buildbot failure
2018-09-10 Vikram TVMove createMinMaxOp() out of RecurrenceDescriptor.
2018-09-10 David Carlier[Xray] tooling allow MachO format support
2018-09-10 Dean Michael... [XRay] Remove unused reference
2018-09-10 Matt ArsenaultAMDGPU: Fix tests using old number for constant address...
2018-09-10 Dean Michael... [XRay] Add a BlockVerifier visitor for FDR Records
2018-09-10 Matt ArsenaultAMDGPU: Use GOT PSV since it has an address space now
2018-09-10 Matt ArsenaultAMDGPU: Don't abort on unknown addrspace argument
2018-09-10 Kelvin Li[OpenMP] Add support for nested 'declare target' directives
2018-09-09 Craig Topper[X86] Custom type legalize (v2i32 (fp_to_uint v2f64...
2018-09-09 Fangrui Song[Sema] Make typo correction slightly more efficient
2018-09-09 Sanjay Patel[SelectionDAG] enhance vector demanded elements to...
2018-09-09 Hamza SoodFix build bots after a mistake in r341760
2018-09-09 Hamza Sood[Tooling] Improve handling of CL-style options
2018-09-09 Pavel LabathSpeculative fix for NetBSD bot for r341758
2018-09-09 Pavel LabathRe-commit "Modernize NativeProcessProtocol::GetSoftware...
2018-09-09 Akira HatanakaRevert r341754.
2018-09-09 Fangrui Song[Parser] Remove an unnecessary `mutable`
2018-09-08 Nico Weberms: Insert $$Z in mangling between directly consecutive...
2018-09-08 Akira HatanakaDistinguish `__block` variables that are captured by...
2018-09-08 Craig Topper[X86] Create paddus/psubus from narrower vectors with...
2018-09-08 Craig Topper[X86] Mark the ADCX and ADOX instruction as commutable.
2018-09-08 Craig Topper[X86] Add test cases for commuting ADCX/ADOX instructio...
next