platform/upstream/llvm.git
2016-04-24 Davide Italiano[MC/ELF] Make the relaxation test more interesting.
2016-04-24 Davide Italiano[MC/ELF] Implement support for GOTPCRELX/REX_GOTPCRELX.
2016-04-24 Mehdi AminiRelax test using CHECK-DAG instead of CHECK-NEXT
2016-04-24 Mehdi AminiFix test stability (was sensitive to the path)
2016-04-23 Mehdi AminiStore and emit original name in combined index
2016-04-23 Mehdi AminiAlways traverse GlobalVariable initializer when computi...
2016-04-23 Duncan P. N... DebugInfo: DIGlobalVariables became 'distinct' in LLVM...
2016-04-23 Duncan P. N... DebugInfo: Change DIBuilder to make distinct DIGlobalVa...
2016-04-23 Davide Italiano[MC/ELF] Pass Fixup to getRelocType64.
2016-04-23 Duncan P. N... BitcodeReader: Avoid std::vector with non-movable types...
2016-04-23 Duncan P. N... BitcodeReader: Avoid non-moving std::piecewise_construc...
2016-04-23 Duncan P. N... DebugInfo: Adapt to loss of DITypeRef in LLVM r267296
2016-04-23 Duncan P. N... DebugInfo: Remove MDString-based type references
2016-04-23 Sanjay Patelreplace duplicated static functions for profile metadat...
2016-04-23 Renato GolinRevert "[AArch64] Fix optimizeCondBranch logic."
2016-04-23 Derek Bruening[esan] EfficiencySanitizer libc interceptors
2016-04-23 Sanjay Patelimprove documentation comments; NFC
2016-04-23 Saleem AbdulrasoolObjectFile: parse EABI Attributes
2016-04-23 NAKAMURA Takumiclang-tidy/cppcoreguidelines/ProTypeMemberInitCheck...
2016-04-23 Johannes DoerfertAdd an invalid domain to memory accesses
2016-04-23 Johannes DoerfertTranslate SCEVs to isl_pw_aff and their invalid domain
2016-04-23 Marshall ClowRename a few tests that had typos in their names. No...
2016-04-23 Johannes DoerfertTrack invalid domains not invalid contexts for statements
2016-04-23 Johannes DoerfertImprove accuracy of Scop::hasFeasibleRuntimeContext
2016-04-23 Johannes DoerfertSimplify the execution context for dereferencable loads
2016-04-23 Johannes DoerfertRemove simplification calls for the execution domain...
2016-04-23 Simon Pilgrim[X86][XOP] Added VPPERM -> BLEND-WITH-ZERO Test
2016-04-23 Benjamin KramerUse %T instead of cd'ing to Output directly.
2016-04-23 Craig Topper[CodeGen] When promoting CTTZ operations to larger...
2016-04-23 Teresa Johnson[gold] Gate value name discarding under save-temps
2016-04-23 Duncan P. N... BitcodeWriter: Emit uniqued subgraphs after all distinc...
2016-04-23 Duncan P. N... Avoid MSVC failure with default arguments in lambdas...
2016-04-23 Duncan P. N... BitcodeWriter: Emit distinct nodes before uniqued nodes
2016-04-23 Duncan P. N... Add #ifndef NDEBUG markers around EXPECT_DEATH after...
2016-04-23 Teresa JohnsonAddress comments.
2016-04-23 Teresa JohnsonRefactor bitcode writer into classes (NFC)
2016-04-23 Duncan P. N... Avoid ternery statement to please g++ after r267270...
2016-04-23 Duncan P. N... ValueEnumerator: Use std::find_if, NFC
2016-04-23 Duncan P. N... BitcodeReader: Avoid referencing unresolved nodes from...
2016-04-23 Duncan P. N... Tag the end of an anonymous namespace, NFC
2016-04-23 Duncan P. N... BitcodeReader: Consistently use IsDistinct, NFC
2016-04-23 Duncan P. N... BitcodeReader: Use getMD/getMDOrNull helpers consistent...
2016-04-23 Craig Topper[Hexagon] Set ctlz_zero_undef/cttz_zero_undef to Expand...
2016-04-23 Craig Topper[NVPTX] Set ctlz_zero_undef to Expand so LegalizeDAG...
2016-04-23 Craig Topper[WebAssembly] Set ctlz_zero_undef/cttz_zero_undef to...
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.
next