platform/upstream/llvm.git
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.
2015-07-25 Chen Li[LoopUnswitch] Improve loop unswitch pass to find trivi...
2015-07-25 Rui UeyamaCOFF: ARM: Implement BRANCH24T relocation.
2015-07-25 Rui UeyamaCOFF: ARM: Implement MOV32T relocation.
2015-07-25 Jason MolendaAdd some initial logging for when lldb is searching...
2015-07-25 Rui UeyamaCOFF: ARM: Set correct entry point address.
2015-07-25 Juergen Ributzka[AArch64][FastISel] Always use an AND instruction when...
2015-07-25 Rui UeyamaCOFF: Handle base relocation as a tuple of relocation...
2015-07-25 Davide Italiano[SemaTemplate] Detect instantiation of unparsed exceptions.
2015-07-25 Rui UeyamaCOFF: Split ImportThunkChunk into x86 and x64. NFC.
2015-07-25 Rui UeyamaCOFF: Do not align import thunks on 16-byte boundaries...
2015-07-25 Jim InghamShorten the lldb timeout, we were seeing occasional...
2015-07-25 Eric ChristopherFix PPCMaterializeInt to check the size of the integer...
2015-07-25 Eric ChristopherPPCMaterializeInt should only take a ConstantInt so...
2015-07-25 Nick KledzikAdd initial CODE_OWNERS.TXT file
2015-07-25 Akira HatanakaFix test case.
2015-07-25 Rui UeyamaCOFF: Don't assume !is64() means i386.
2015-07-25 Dawn PerchikSpecify a language to use when parsing expressions.
2015-07-25 Akira Hatanaka[AArch64] Define subtarget feature "reserve-x18", which...
2015-07-25 Akira Hatanaka[AArch64] Pass subtarget feature "+reserve-x18" instead...
2015-07-25 Michael J.... [ELF2] Remove broken test.
2015-07-24 Duncan P. N... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Rui UeyamaCOFF: Implement Safe SEH support for x86.
2015-07-24 Jim InghamMake sure we resolve ~ in paths coming from the plist...
2015-07-24 Greg ClaytonUse double-checked locking to avoid locking the Module...
2015-07-24 Michael KruseNormalize whitespace in makefiles
2015-07-24 Rui UeyamaCOFF: Fix base relocation type for x86.
2015-07-24 Rui UeyamaCOFF: Fix __ImageBase symbol relocation.
2015-07-24 Jason MolendaLog socket communications to LIBLLDB_LOG_COMMUNICATION...
2015-07-24 Zachary TurnerSome fixes to get LLDB compiling with MSVC 2015.
2015-07-24 Alex LorenzMIR Serialization: Serialize MachineFrameInfo's callee...
2015-07-24 Lawrence HuHandle loop with negtive induction variable increment
2015-07-24 Alexey Samsonov[CMake] Workaround for PR24222: don't fail if we can...
2015-07-24 Aaron BallmanReplacing some diagnostic string literals with tablegen...
2015-07-24 Michael KruseAdd isl_ffs.c to file list in autoconf builds
next