platform/upstream/llvm.git
2015-07-27 Ed MasteXFAIL TestExprOptions on FreeBSD.
2015-07-27 Simon PilgrimFixed signed/unsigned comparison warning.
2015-07-27 Simon Pilgrim[X86] Add missing _m_prefetch intrinsic
2015-07-27 Juergen Ributzka[AArch64][FastISel] Add more truncation tests.
2015-07-27 Simon Pilgrim[InstCombine][X86][SSE] Replace sign/zero extension...
2015-07-27 Pete CooperRevert "Remove unnecessary null check. NFC."
2015-07-27 Enrico GranataAdd a more tweakable way for ValueObjectPrinter to...
2015-07-27 Matt ArsenaultFix assert when inlining a constantexpr addrspacecast
2015-07-27 Diego NovilloFix ODR violation. NFC.
2015-07-27 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-27 Daniel Sanders[libcxxabi] Add -funwind-tables to the test compilation...
2015-07-27 Marek OlsakAMDGPU: don't match vgpr loads for constant loads
2015-07-27 Sanjay Patelmove combineRepeatedFPDivisors logic into a helper...
2015-07-27 Aaron BallmanCorrecting a typo in a comment; NFC.
2015-07-27 Tobias GrosserSimplify code in BlockGenerator::generateScalarLoads...
2015-07-27 Alex LorenzReset the virtual registers in liveins when clearing...
2015-07-27 Samuel Antao[OpenMP] Fix copyin codegen test regression in order...
2015-07-27 Alex LorenzMIR Serialization: Serialize the machine function's...
2015-07-27 Sanjay Patelfix typo and spacing; NFC
2015-07-27 Samuel Antao[OpenMP] Fix copyin clause codegen regression caused...
2015-07-27 Davide Italiano[TableGen] Emit the correct error message.
2015-07-27 Pete CooperRevert "Add const to a bunch of Type* in DataLayout...
2015-07-27 Pete CooperRevert "Add const to some Type* parameters which didn...
2015-07-27 Dawn Perchik[lldb-mi] Fix breakpoints on functions when C++ namespa...
2015-07-27 Samuel Antao[OpenMP] Add TLS requirement for the copyin clause...
2015-07-27 Douglas KatzmanRename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain...
2015-07-27 Samuel Antao[OpenMP] Add capture for threadprivate variables used...
2015-07-27 Jonathan PeytonUpdate Build_With_CMake.txt to reflect changes in CMake...
2015-07-27 Jonathan RoelofsAnalysis: Fix example usage comment in CFG.cpp. NFC
2015-07-27 Silviu BarangaThe tests added in r243270 require asserts to be enabled
2015-07-27 Silviu BarangaFix the tests added in r243270. Use 2>&1 instead of |&
2015-07-27 Alexander Kornienko[clang-tidy] Set current main file name in tests.
2015-07-27 Bruno Cardoso... [PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-27 Silviu Baranga[ARM/AArch64] Fix cost model for interleaved accesses
2015-07-27 Aaron BallmanTrying again to a failing test the bots found with...
2015-07-27 Aaron BallmanFixing a failing test the bots found with r243266.
2015-07-27 Daniel Jaspermisc-unused-parameters: Don't warn on ParmVarDecls...
2015-07-27 Aaron BallmanUpdating the documentation for clang-tidy. Removes...
2015-07-27 Alexander Kornienko[clang-tidy] Don't duplicate the leading slash.
2015-07-27 Simon Pilgrim[X86] Reordered lowerVectorShuffleAsBitMask before...
2015-07-27 Marek OlsakAMDGPU/SI: Fix the V_FRACT_F64 SI bug workaround
2015-07-27 Renato GolinSetting ARM dynamic linker name from commandline
2015-07-27 David Majnemer[clang-cl] Handle -O correctly
2015-07-27 Yaron KerenRename highly-confusing isWhitespace that returns false...
2015-07-27 Richard Smith[modules] Add an assert for redeclarations that we...
2015-07-27 NAKAMURA TakumiLoopAccessAnalysis.cpp: Tweak r243239 to avoid side...
2015-07-27 Oleksiy VyalovFix jSignalsInfo packet handling.
2015-07-27 Sean SilvaAvoid using uncommon acronym "MSROM".
2015-07-26 David Majnemer[Targets] Define _M_AMD64 and _M_X64 to a more appropri...
2015-07-26 Tobias GrosserSimplify some isl expression we use
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 David Majnemer[AST] It should be impossible to get Int128 or UInt128...
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-26 Simon Pilgrim[X86][SSE] Refreshed vector bit count tests.
2015-07-26 Simon Pilgrim[X86][AVX2] Refreshed avx2 conversion tests
2015-07-26 Tobias Grosserbugpoint: make the number of trim iterations a compile...
2015-07-26 Igor BregerImplemented encoding and intrinsics of the following...
2015-07-26 Johannes DoerfertRemove explicit heap allocation to fix and prevent...
2015-07-26 Tobias GrosserFix typo in comment
2015-07-26 David Majnemer[MS Extensions] Remove support for the i128 integer...
2015-07-26 David Majnemer[Sema] Refactor AddAlignedAttr to reduce indentation
2015-07-26 Dmitry Vyukovtsan: fix shift overflow
2015-07-26 Davide Italiano[llvm-dwarfump] Don't rely on global state, part 3.
2015-07-26 Adam Nemet[LAA] Begin moving the logic of generating checks out...
2015-07-26 Yaron KerenThis test failed on ninja-x64-msvc-RA-centos6.
2015-07-26 Yaron KerenRevert three tests enabled on r243236, they fail on...
2015-07-26 Yaron KerenEnable passing clang tests on Windows/MSYS.
2015-07-26 Yaron KerenFix test running under mingw.
2015-07-26 David MajnemerTry to make the buildbots happy
2015-07-26 David Majnemer[Sema] The alignment of an object has an upper bound...
2015-07-26 Rui UeyamaELF2: Avoid calling std::sort to make output deterministic.
2015-07-26 Rui UeyamaELF2: Remove dead code.
2015-07-25 Chaoren LinXFAIL TestExprOptions on Linux.
2015-07-25 Rui UeyamaCOFF: Use short identifiers. NFC.
2015-07-25 Rui UeyamaCOFF: Fix image base address for 32-bit.
2015-07-25 Benjamin Kramer[libclang] Use lambdas instead of explicit structs...
2015-07-25 Simon Pilgrim[InstCombine][SSE4A] Standardized references to Length...
2015-07-25 David Majnemer[AST] Rename RecordLayoutBuilder to ItaniumRecordLayout...
2015-07-25 Yaron KerenEnable clang tests requiring "clang-driver" on mingw.
2015-07-25 Simon Pilgrim[InstCombine] Split off SSE4a tests.
2015-07-25 Benjamin Kramer[VTableBuilder] Use range-based for loops. No functiona...
2015-07-25 Benjamin Kramer[VTableBuilder] Turn functors into lambdas
2015-07-25 Benjamin KramerAdd missing namespace specifiers.
2015-07-25 Benjamin KramerUpgrade for Clang API change.
2015-07-25 Benjamin KramerCapture 'this' so GCC 4.7 can find a static members.
2015-07-25 Benjamin Kramer[AST] Turn the callbacks of lookupInBases and forallBas...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero load exten...
2015-07-25 Tobias GrosserFix formatting of recent alias-analysis commit
2015-07-25 Tobias GrosserPrevectorize the schedule of the band (or the point...
2015-07-25 Benjamin Kramer[Modules] Wrap the main ModuleManager visitor in a...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero extension...
2015-07-25 Simon Atanasyan[Mips] Define _DYNAMIC_LINKING symbol if output is...
2015-07-25 Simon Atanasyan[Mips] Remove redundant separate functions to calculate...
2015-07-25 Simon Atanasyan[Mips] Remove duplicated code by joining the same functions
2015-07-25 Simon Atanasyan[Mips] Do not sign-extend addends read from RELA reloca...
2015-07-25 David Majnemer[clang-cl] Add fallback support for /Zl
2015-07-25 David Majnemer[CodeGen] Don't UBSan-ize the argument to __builtin_fra...
2015-07-25 Rui UeyamaCOFF: ARM: Support import functions.
2015-07-25 Rui UeyamaCOFF: ARM: Implement BLX23T relocation.
next