platform/upstream/llvm.git
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...
2015-04-29 Sanjay Patelgeneralize binop reassociation; NFC
2015-04-29 Jason MolendaDon't force a vendor check in ProcessMachCore::CanDebug...
2015-04-29 Jason MolendaUpdate to build sysv-arm/sysv-arm64/sblanguageinfo...
2015-04-29 Justin Bognerprofile: Use unique directory for tests that write...
2015-04-29 Reid KlecknerRevert r236128, LLVM isn't falling back in the right way
2015-04-29 Pat GavlinRun StatepointLowering.{cpp,h} through clang-format.
2015-04-29 Alexey Samsonov[UBSan] Disable vptr.cpp on Darwin again.
2015-04-29 Chris Bieneman[NFC] Updating FileCheck to reduce the std::vector...
2015-04-29 Chris Bieneman[NFC] Converting to range-based for.
2015-04-29 David Blaikie[opaque pointer type] update for LLVM API change
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-29 Nico WeberRevert r236060, it caused PR23375.
2015-04-29 Rafael EspindolaInline FragmentWriter into the only user.
2015-04-29 Rafael EspindolaWrite the symbol table directly to the output file.
2015-04-29 Sanjay Pateltidy up; NFC
2015-04-29 Richard SmithStop assuming a 64-bit target here.
2015-04-29 Ed SchoutenMake the .eh_frame_hdr code work on FreeBSD as well.
2015-04-29 Rafael EspindolaUse pwrite to write the number of sections.
2015-04-29 Alexey Samsonov[UBSan] Various improvements to vptr.cpp test case
2015-04-29 Alexey Samsonov[UBSan] Add a testcase for __ubsan_default_options...
2015-04-29 Sanjay Pateltoo much space again; NFC
2015-04-29 Davide Italiano[GNU] Remove -x/-X from the list of options to be imple...
2015-04-29 Rafael EspindolaWrite the string table directly to the output file.
2015-04-29 Sanjay Pateltoo much space; NFC
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
2015-04-29 Rafael EspindolaWrite the section header string table directly to the...
2015-04-29 Jonathan RoelofsClean up docs references to './configure' in preparatio...
2015-04-29 Manman Ren[AArch64] Refactor out codes that depend on specific...
2015-04-29 Richard SmithPR23373: A defaulted union copy constructor that is...
2015-04-29 Rafael EspindolaAvoid a few const_cast.
2015-04-29 Tim NorthoverARM: mark branch-like instructions with correct flags.
2015-04-29 Douglas KatzmanNew architecture name - 'sparcel' for Sparc little...
2015-04-29 Chaoren Linlldb-gdbserver should not use unnamed pipes on Windows.
2015-04-29 Douglas KatzmanMake Sparc assembler accept parenthesized constant...
2015-04-29 Chaoren LinExpose Close{Read/Write}FileDescriptor for pipes.
2015-04-29 Ahmed BougachaRe-XFAIL UBSan vptr testcase on darwin.
2015-04-29 Richard SmithRevert r236063 due to regression with -fdelayed-templat...
2015-04-29 Chaoren LinAdd file descriptor constructor for PipePosix.
2015-04-29 Chaoren LinRemove trap code from disassembly.
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement MUL, MUH, MULU and MUHU...
2015-04-29 Dmitry Vyukovtsan: add another test for setuid
2015-04-29 Andrew Kaylor[WinEH] Fix minor bug in begincatch block splitting
2015-04-29 Reid KlecknerRe-land r236052, the linker errors were fixed by LLVM...
2015-04-29 Duncan P. N... Update polly for LLVM rename of debug info metadata...
2015-04-29 Reid KlecknerDisable failing TestDevNull test on Windows
2015-04-29 Adrian PrantlDebug Info: Represent local anonymous unions as anonymo...
2015-04-29 Adrian PrantlTemporarily relax a check in the debug info verifier.
2015-04-29 Reid Kleckner[X86] Avoid mangling frameescape labels
2015-04-29 Andrey ChurbanovThese are the actual changes in the runtime to issue...
2015-04-29 Duncan P. N... DebugInfo: Metadata constructs now start with DI*
2015-04-29 Duncan P. N... IR: Give 'DI' prefix to debug info metadata
2015-04-29 Jan VeselyCodeGen: Default overflow operations to expand so we...
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement SUB and SUBU instructions
2015-04-29 Andrey ChurbanovThis patch contains the new files for OMPT and the...
2015-04-29 Eric FiselierFix syntax error in CMake created when a variable is...
2015-04-29 Andrey ChurbanovThis is a preparation patch to get information about...
2015-04-29 Tom StellardAllow compilation depending to the LLVM version
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement ADD, ADDU and ADDIU instr...
2015-04-29 Adrian PrantlRevert "Debug Info: Represent local anonymous unions...
2015-04-29 James Y KnightSparc: Prefer reg+reg address encoding when only one...
2015-04-29 Rafael EspindolaRelax assert to avoid spurious failures with /dev/null.
2015-04-29 Andrey ChurbanovUH OpenMP testsuite update
2015-04-29 Bradley SmithRevert code changes made under r235976.
2015-04-29 Vasileios KalintirisMips fast-isel - handle functions which return i8 or...
2015-04-29 Rafael EspindolaDon't constrain the section order in tests that don...
next