platform/upstream/llvm.git
2016-04-23 Sean Silva[profile] Fix another use of the driver.
2016-04-23 Sean Silva[profile] Use cc1 in these tests instead of the driver.
2016-04-23 Rui UeyamaAdd a file comment about the Ulrich's document and...
2016-04-23 Rui UeyamaAdd more comment.
2016-04-23 Rui UeyamaAdd comments.
2016-04-23 Amaury SechetStyle fix in Core.h / Core.cpp. NFC
2016-04-23 Kostya Serebryany[sanitizer] add a function MmapNoAccess that mmaps...
2016-04-23 Rui UeyamaUse ScriptParserBase features to parse linker script...
2016-04-23 Alexander Kornienko[clang-tidy] Fix misc-macro-repeated-side-effects false...
2016-04-22 Kostya Serebryany[sanitizer] rename MmapNoAccess to MmapFixedNoAccess...
2016-04-22 Kostya Serebryany[sanitizer] partially un-revert r267094: Allow the...
2016-04-22 Kostya Serebryany[sanitizer] revert r267203 as it breaks aarch64 bots
2016-04-22 Tim Northoverllvm-objdump: deal with invalid ARM encodings slightly...
2016-04-22 Tim NorthoverMachO: remove weird ARM/Thumb interface from MachOObjec...
2016-04-22 Greg ClaytonDWARF layout for bitfields is wrong when the bit offset...
2016-04-22 Saleem AbdulrasoolSource: fix another -Wunused-variable warning
2016-04-22 Rui UeyamaDevirtualize ScriptParserBase. NFC.
2016-04-22 Rui UeyamaFix link failure.
2016-04-22 Matt ArsenaultAMDGPU: sext_inreg (srl x, K), vt -> bfe x, K, vt.Size
2016-04-22 NAKAMURA TakumiFix llvm/test/CodeGen/ARM/Windows/dbzchk.ll not to...
2016-04-22 David Blaikiellvm-symbolizer: Avoid infinite recursion walking dwos...
2016-04-22 Matt ArsenaultAMDGPU: Re-visit nodes in performAndCombine
2016-04-22 Sanjoy DasAdd some release notes about the fix for PR26774
2016-04-22 Nicolai HaehnleFix comment about Intr*Mem properties
2016-04-22 Greg ClaytonFixed in issue with ObjectFileMachO where it would...
2016-04-22 Andrew KaylorRemoving unused function.
2016-04-22 Greg ClaytonFix a build-llvm.py crasher when we can't find cmake...
2016-04-22 Richard TrieuRevert the bool portion of r267054
2016-04-22 Rafael EspindolaBring r267164 back with a fix.
2016-04-22 Nico WeberRevert r267210, it makes clang assert (PR27490).
2016-04-22 Andrew KaylorRe-commit optimization bisect support (r267022) without...
2016-04-22 Rui UeyamaLTO: Merge -lto-no-discard-value-names with -save-temps.
2016-04-22 Sriraman TallamDifferential Revision: reviews.llvm.org/D19040
2016-04-22 Eugene Zelenko[Clang-tidy] Fix Clang warning in misc/StringConstructo...
2016-04-22 David Blaikiellvm-symbolizer: prefer .dwo contents over fission...
2016-04-22 Dehao ChenUpdate discriminator assignment algorithm in clang...
2016-04-22 Matt ArsenaultAMDGPU: Fix crash when dumping unknown opcode
2016-04-22 Rong XuPGO] PGOFuncName meta data if PGOFuncName is different...
2016-04-22 Peter CollingbourneIntroduce llvm.load.relative intrinsic.
2016-04-22 Rui UeyamaRemove unused #include.
2016-04-22 Rui UeyamaMove BitcodeCompiler constructor to the .cpp file....
2016-04-22 Matt ArsenaultTLI: Only iterate over integer vector types
2016-04-22 Rui UeyamaInline getInteger as it's too short to be a function...
2016-04-22 Rui UeyamaUpdate a comment for r267145.
2016-04-22 Matt ArsenaultDAGCombiner: Relax alignment restriction when changing...
2016-04-22 Rong Xu[PGO] change the interface for createPGOFuncNameMetadata()
2016-04-22 Philip Reames[unordered] sink unordered stores at end of blocks
2016-04-22 Sanjoy DasFold compares for distinct allocations
2016-04-22 Rui UeyamaMove uintX_t typedef to the class definition. NFC.
2016-04-22 Peter CollingbourneCodeGen: Use PLT relocations for relative references...
2016-04-22 Philip Reames[unordered] Extend load/store type canonicalization...
2016-04-22 Matt ArsenaultDAGCombiner: Relax alignment restriction when changing...
2016-04-22 Peter CollingbourneELF: Implement basic support for --version-script.
2016-04-22 Rafael EspindolaUpdate test.
2016-04-22 Quentin Colombet[AArch64] Fix optimizeCondBranch logic.
2016-04-22 Rafael EspindolaAdd missing options that were required to crash.
2016-04-22 Kostya Serebryany[sanitizer] allow zero first parameter in MmapNoAccess...
2016-04-22 Rafael EspindolaAdd a reduction of the recent bootstrap failure.
2016-04-22 Rui UeyamaReorganize LinkerDriver::link and add comments. NFC.
2016-04-22 Peter CollingbourneUpdate an out of date comment.
2016-04-22 Justin BognerPM: Port SinkingPass to the new pass manager
2016-04-22 Justin BognerPM: Reorder the functions used for SinkingPass. NFC
2016-04-22 Jun Bum Lim[DeadStoreElimination] Shorten beginning of memset...
2016-04-22 Justin BognerPM: Port DCE to the new pass manager
2016-04-22 Rui UeyamaInline SymbolTable::compareCommons and add comments...
2016-04-22 Rafael Espindola Revert "GC entries of SHF_MERGE sections."
2016-04-22 Matthias BraunMachineScheduler: Move code to initialize a Candidate...
2016-04-22 Adam Nemet[LoopUtils] Extend findStringMetadataForLoop to return...
2016-04-22 Matthias BraunMachineScheduler: Limit the size of the ready list.
2016-04-22 Peter CollingbourneELF: Scan for undefined symbols in shlibs and symbols...
2016-04-22 Chad Rosier[EarlyCSE/CVP] Add stats for CVPs and make sure to...
2016-04-22 Reid KlecknerFix a bug involving deferred decl emission and PCH
2016-04-22 Quentin Colombet[AArch64] When creating MRS instruction, make sure...
2016-04-22 Peter CollingbourneELF: Implement --export-dynamic-symbol.
2016-04-22 Peter CollingbourneELF: Move Visibility, IsUsedInRegularObj and MustBeInDy...
2016-04-22 Adam Nemet[LoopVersioningLICM] Add test coverage for llvm.loop...
2016-04-22 Davide Italiano[LTO] Create Undefined Bitcode symbol when we drop...
2016-04-22 Quentin Colombet[AArch64][AdvSIMDScalar] Update the kill flags correctly.
2016-04-22 Saleem Abdulrasooltest: split test into two runs
2016-04-22 Krzysztof Parzyszek[Hexagon] Use common Pat classes for selecting code...
2016-04-22 Chad Rosier[SimplifyCFG] Add final missing implications to isImpli...
2016-04-22 Michael KupersteinPoint link to CODE_OWNERS.txt to klaus instead of viewvc.
2016-04-22 Sanjoy DasHave isKnownNotFullPoison be smarter around control...
2016-04-22 Krzysztof Parzyszek[Hexagon] Properly close live range in HexagonBlockRang...
2016-04-22 Krzysztof Parzyszek[Hexagon] Properly close live range in HexagonBlockRanges
2016-04-22 Justin BognerPM: Remove some redundant name() methods
2016-04-22 Chad Rosier[SimplifyCFG] Add missing implications to isImpliedTrue...
2016-04-22 Chad Rosier[SimplifyCFG] Simplify code review by temporarily remov...
2016-04-22 Saleem Abdulrasoolunwind: unify some more macros
2016-04-22 Rafael EspindolaTrying to fix the windows build.
2016-04-22 Konstantin... [AMDGPU] Insert nop pass: take care of outstanding...
2016-04-22 Zoran Jovanovic[mips][microMIPS] Revert commit r266861.
2016-04-22 Krzysztof Parzyszek[Hexagon] Teach mux expansion how to deal with undef...
2016-04-22 Rafael EspindolaGC entries of SHF_MERGE sections.
2016-04-22 Rafael EspindolaThis reverts commit r267154 and r267161.
2016-04-22 Krzysztof Parzyszek[Hexagon] Add definitions for trap/pause instructions
2016-04-22 Nico WeberTry to fix Windows lld build.
2016-04-22 Tom StellardPostRAHazardRecocgnizer: Fix unused-private-field warning
2016-04-22 Krzysztof Parzyszek[Hexagon] Add definitions for circular and bit-reverse...
2016-04-22 Renato GolinRevert "[LSAN] Fix test swapcontext.cc on MIPS"
next