platform/upstream/llvm.git
2015-04-30 Quentin Colombet[AArch64] Fix bad register class constraint in fast...
2015-04-30 Pete CooperDon't always apply kill flag in thumb2 ABS pseudo expan...
2015-04-30 Reid KlecknerUse 4 byte preferred aggregate alignment in datalayout...
2015-04-30 Reid Kleckner[X86] Use 4 byte preferred aggregate alignment on Win32
2015-04-30 Matthias BraunInstCombineSimplifyDemanded: Remove nsw/nuw flags when...
2015-04-30 Matthias BraunInstCombine: Move Sub->Xor rule from SimplifyDemanded...
2015-04-30 Rafael EspindolaSimplify the creation of compressed debug sections.
2015-04-30 Sean CallananMade macros from modules be injected before our
2015-04-30 Richard TrieuFix -Wpessimizing-move warning by remove the call to...
2015-04-30 Justin BognerInstrProf: Make sure coverage propagates out of foreach...
2015-04-30 Andrea Di BiagioFix comment in test. NFC.
2015-04-30 Rafael EspindolaReplace unreachable code with llvm_unreachable.
2015-04-30 Rafael EspindolaDon't create a MCSectionData when we don't have to.
2015-04-30 Zachary TurnerRemove the NullLog class introduced in r236174.
2015-04-30 Andrea Di BiagioFix for PR23103. Correctly propagate the 'IsUndef'...
2015-04-30 Rafael EspindolaAvoid an extra loop over the sections.
2015-04-30 Richard SmithPR19691: initialize MacroDirective::DefInfo::IsPublic...
2015-04-30 Rafael EspindolaMake the section table a member of ELFObjectWriter.
2015-04-30 Richard SmithPR22354: Add a test that we emit copy-ctors for capture...
2015-04-30 Rafael EspindolaNothing inherits from this, drop the protected:
2015-04-30 Kevin EnderbyFor llvm-objdump, with the -archive-headers and -macho...
2015-04-30 Douglas KatzmanExhaustively test all triples in TripleTest.
2015-04-30 Matt ArsenaultMips: Remove dead declaration
2015-04-30 Matt ArsenaultMachineVerifier: Don't crash if MachineOperand has...
2015-04-30 Pete CooperDon't rewrite jumps to empty BBs to landing pads.
2015-04-30 Quentin Colombet[ARM] Do not generate invalid encoding for stack adjust...
2015-04-30 Ben LangmuirFix the end location of init-capture annotations in...
2015-04-30 Tim NorthoverAArch64: add BFC alias for the BFI/BFM instructions.
2015-04-30 Reid KlecknerAdd a note about permitting default member initializers
2015-04-30 David MajnemerRemove some leftover debugging code.
2015-04-30 Jordan RoseDon't warn about use of deprecated API when the contain...
2015-04-30 Jordan RoseBatch up access-related diagnostics on enum constants...
2015-04-30 Jan VeselyReinstate revisions r234755, r234759, r234760
2015-04-30 David Majnemer[MS ABI] Correctly make paths through covariant virtual...
2015-04-30 David Majnemer[AST] Fix some typos
2015-04-30 Daniel BerlinMove equality function for AliasAnalysis::Location...
2015-04-30 Marshall ClowMark LWG#2387 as complete. No code changes needed
2015-04-30 Rafael EspindolaWrite sections mostly in one pass.
2015-04-30 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2015-04-30 Rafael EspindolaDon't check for offsets in tests where it is not relevant.
2015-04-30 Diego NovilloFix private constructor for ScaledNumber.
2015-04-30 Ilia KFix Process::ResumeSynchronous which waits a process...
2015-04-30 Rafael EspindolaCheck the entire content of the comdat group.
2015-04-30 Ilia KFix MiLibraryLoadedTestCase.test_lldbmi_library_loaded...
2015-04-30 Ilia KUse \d+ pattern instead of hard-coded line number in...
2015-04-30 Diego NovilloFix typo in comment. NFC.
2015-04-30 Pavel LabathEnabling two watchpoint tests on linux
2015-04-30 Ilia KRework =shlibs-added/=shlibs-removed
2015-04-30 Pavel LabathAdd expectedFailureLinux to TestProcessAttach
2015-04-30 Daniel Sanders[mips] Sorted instructions in mips64r6 disassembly...
2015-04-30 Pavel LabathFix typo in Core/Log
2015-04-30 Daniel Sanders[mips][mips64r6] Sorted instructions in test. NFC.
2015-04-30 Daniel Sanders[mips][msa] Rename main check prefix to 'ALL' in basic...
2015-04-30 Daniel Sanders[mips][msa] Use CHECK-LABEL where missing, and remove...
2015-04-30 Elena DemikhovskyAVX-512: Added AVX-512 intrinsics and tests
2015-04-30 Daniel Jasperclang-format: Don't merge short else blocks.
2015-04-30 Daniel Sanders[mips] Add missing signext attributes to MSA basic...
2015-04-30 Pawel BylicaAdd convenient overloads for CreateInsertElement and...
2015-04-30 Daniel JasperSilence unused warning in non-assert builds.
2015-04-30 Daniel JasperInline local variable to silence unused warning.
2015-04-30 Elena DemikhovskyMasked gather and scatter - added DAGCombine visitors
2015-04-30 Alexey Bataev[OPENMP] Mark test as not compatible with MS Windows.
2015-04-30 Simon Pilgrim[SSE] Fix for MUL v16i8 on pre-SSE41 targets (PR23369).
2015-04-30 Ilia KAdd -data-info-line command (MI)
2015-04-30 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'task' directive.
2015-04-30 Craig Topper[TableGen] Cleanup formatting by moving operators from...
2015-04-30 Craig Topper[TableGen] Used range-based for loop. NFC.
2015-04-30 Craig Topper[TableGen] Merge a variable assignment and a return...
2015-04-30 Sanjoy Das[InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C...
2015-04-30 Sanjoy Das[InstCombine] Add a new formula for SMIN.
2015-04-30 Alexey Bataev[OPENMP] Allow to use global variables as lcv in loop...
2015-04-30 Filipe CabecinhasDon't overflow GCTable
2015-04-30 Owen AndersonSemantically revert r236031, which is not a good idea...
2015-04-30 Alexey Bataev[OPENMP] Fixed codegen for 'copyprivate' clause.
2015-04-30 Richard SmithRemove dead code: a MacroDirective can't be imported...
2015-04-30 Hans WennborgXFAIL test/CodeGen/Generic/MachineBranchProb.ll on...
2015-04-30 Alexey Samsonov[UBSan] Make stacktrace-matching CHECK-lines in tests...
2015-04-30 Richard SmithRemove XFAIL now that this test passes (fixed by r236184).
2015-04-30 Filipe CabecinhasMake sure Op->getType() is a PointerType before we...
2015-04-30 Hans WennborgSwitch lowering: use profile info to build weight-balan...
2015-04-30 Richard SmithFix use of uninitialized variable, found by ubsan selfhost.
2015-04-30 Filipe CabecinhasMake sure we don't resize(0) when we get a fwdref with...
2015-04-30 Rafael EspindolaStore relocations in a map from MCSectionELF.
2015-04-30 Sean CallananUse a more reliable method to determine whether
2015-04-30 Rafael EspindolaWrite relocations directly to the output stream. NFC.
2015-04-30 Ahmed BougachaFlip r236172 testcase RUN option ordering for BSD sed...
2015-04-29 Chaoren LinAdd CMAKE_EXECUTABLE_SUFFIX to build with Android toolc...
2015-04-29 NAKAMURA TakumiUpdate clang/test/CodeGenCXX/copy-constructor-synthesis...
2015-04-29 Pete CooperChange x86 CMOVE_F to read it source, not write it.
2015-04-29 Richard SmithFix build after Clang API change in r236176.
2015-04-29 Richard SmithAdd an assert to get information on buildbot failure.
2015-04-29 Jonathan RoelofsFix doxygen comment typo. NFC
2015-04-29 Eric ChristopherPropagate a terrible hack to the sparc target feature...
2015-04-29 Richard SmithFix unused variable warning.
2015-04-29 Zachary TurnerFix build broken by r236174.
2015-04-29 Richard Smith[modules] Stop trying to fake up a linear MacroDirectiv...
2015-04-29 David Blaikie[opaque pointer type] Store the value type of an alloca
2015-04-29 Zachary TurnerIntroduce a NullLog class, which ignores all messages.
2015-04-29 Rick FoosXFAIL Hexagon until more codegen in place.
2015-04-29 Reid Kleckner[WinEH] Start EH preparation for 32-bit x86, it uses...
next