platform/upstream/llvm.git
2015-01-23 Rui UeyamaRemove extra parentheses.
2015-01-23 Justin BognerInstrProf: debug dumps should go to dbgs(), not outs()
2015-01-23 Greg Fitzgerald[MachO] Remove dependency on lldDriver
2015-01-23 Greg ClaytonAdding the ability to get the language from a mangled...
2015-01-23 Justin Bognerllvm-cov: Don't use llvm::outs() in library code
2015-01-23 Justin Bognerllvm-cov: Use range-for (NFC)
2015-01-23 Vince HarronFixing TestRegisters on Linux with LLGS
2015-01-23 Reid Klecknermips: Fix "XPASS" test results by removing 'not' commands
2015-01-23 Vince HarronRenamed UpdateSDKDirectoryInfosInNeeded->IfNeeded
2015-01-23 Vince Harronfixed up some logging messages (options and wait_pid...
2015-01-23 David BlaikieDebugInfo: Remove outdated comment. Column info is...
2015-01-23 David BlaikieDisable warnings in an IRGen test to make test failures...
2015-01-23 Bruno Cardoso... [x86] Combine x86mmx/i64 to v2i64 conversion to use...
2015-01-23 Justin Bognerllvm-cov: clang-format the GCOV files (NFC)
2015-01-23 Filipe Cabecinhas[lld] Added REQUIRES lines to tests
2015-01-23 Filipe Cabecinhas[lld] Re-add REQUIRES line
2015-01-23 Reid KlecknerFix the MSVC build with the new Orc JIT APIs
2015-01-23 Michael J.... [YAMLIO] Dirty hack: Force integral conversion to allow...
2015-01-23 Eric FiselierGet libc++ building on Sun Solaris. Patch from C Bergstrom.
2015-01-23 Lang Hames[Orc] Remove a bunch of constructors from ObjectLinking...
2015-01-23 Tom StellardR600/SI: Move i64 -> v2i32 load promotion into AMDGPUDA...
2015-01-23 Fariborz JahanianObjective-C moderinzer [qoi], add space on rhs when...
2015-01-23 Michael J.... [Object][ELF] Test unknown type.
2015-01-23 Michael J.... [YAMLIO] Add support for numeric values in enums.
2015-01-23 Lang Hames[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in...
2015-01-23 Lang Hames[Orc] New JIT APIs.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-23 Sergey Matveev[sanitizer] Update descriptor size for glibc 2.13.
2015-01-23 Reid Klecknerlit: Make MCJIT's supported arch check case insensitive
2015-01-23 Kevin EnderbyFix the problem with llvm-objdump and -archive-headers...
2015-01-23 Alexei Starovoitov[mips] fix spelling of 'disassembler'
2015-01-23 Hans WennborgLowerSwitch: replace unreachable default with popular...
2015-01-23 Oleksiy VyalovFix CMake build - add readline dependency on ${PYTHON_L...
2015-01-23 Colin LeMahieu[Objdump] Output information about common symbols in...
2015-01-23 Ramkumar Ramachandra[emacs] llvm-mode: fix parens, font-lock i*
2015-01-23 Daniel Jasperclang-format: Fix another crasher caused by incomplete...
2015-01-23 Kuba Brecka[compiler-rt] Ensure AsanInitFromRtl is called from...
2015-01-23 Greg FitzgeraldRevert " Fix the ELF shared library build targets"
2015-01-23 Fariborz JahanianObjective-C modernizer. Avoid using property-dot syntax...
2015-01-23 Kuba Brecka[compiler-rt] Fix the prototype of ioctl interceptor
2015-01-23 Reid KlecknerAttempt to fix ::sscanf Cygwin build break reported...
2015-01-23 Francisco Lopes... Add tests for code completion of variadic prototypes
2015-01-23 Daniel Jasperclang-format: Fix incorrect classification of "*".
2015-01-23 Greg Fitzgerald Fix the ELF shared library build targets
2015-01-23 Kevin EnderbyAdd the option, -data-in-code, to llvm-objdump used...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Adrian PrantlDebug Info / PR22309: Allow union types to be emitted...
2015-01-23 Eric ChristopherRemove some local variables in place of just querying...
2015-01-23 Sanjay PatelProcess the -fno-signed-zeros optimization flag (PR20870)
2015-01-23 Alexander KornienkoReplace size() calls on containers with empty() calls...
2015-01-23 Evgeniy Stepanov[sanitizer] Fix an edge case in MemoryRangeIsAvailable.
2015-01-23 Alexander Kornienko[clang-tidy] Use shrink_to_fit instead of copy and...
2015-01-23 Alexander Kornienko[clang-tidy] Small readability-container-size-empty...
2015-01-23 Viktor Kutuzov[Sanitizers] Intercept statfs() on FreeBSD
2015-01-23 Deepak PanickalFix handling of data-disassemble command arguments.
2015-01-23 Francisco Lopes... Sema: code completion for variadic prototypes.
2015-01-23 Tamas BerghammerCleanup do-gtest.py
2015-01-23 Tamas BerghammerFix indentation in ValueObject.cpp (test commit)
2015-01-23 Toma Tabacu[mips] Add new error message and improve testing for...
2015-01-23 Jyoti AllurThis patch fixes issue with lowering below mentioned...
2015-01-23 Denis ProtivenskyTest commit.
2015-01-23 Craig Topper[x86] Change u8imm operands to always print as unsigned...
2015-01-23 Mehdi AminiDAGCombine: always constant fold FMA when target disabl...
2015-01-23 Filipe CabecinhasAdd USES_TERMINAL to libcxx lit tests, if available
2015-01-23 Lang Hames[ADT] Add move operations to SmallVector<T,N> from...
2015-01-23 Craig TopperFix 80 column violation
2015-01-23 Craig Topper[X86] Add IntrNoMem to the AVX512 conflict intrinsics.
2015-01-23 Rafael Espindola[pr22293] Don't crash during codegen of a recursive...
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2015-01-23 Rui UeyamaDon't use iterator for the same reason as r226883.
2015-01-23 Jason Molendadebug printfs that got left in. I blame greg.
2015-01-23 Kate StoneWorkaround for what looks like an OS X-specific libedit...
2015-01-23 NAKAMURA TakumiPrune an out-of-date \param since r226476. [-Wdocumenta...
2015-01-23 Jason MolendaTwo fixes for compact unwind decoding for frameless...
2015-01-23 NAKAMURA TakumiReformat.
2015-01-23 NAKAMURA TakumiMipsAsmParser.cpp: Suppress a warning introduced in...
2015-01-23 Jim InghamRemove the "/" from the end of rpath paths. Having...
2015-01-23 Richard SmithFix reference to sysroot in this test (broken in r226875).
2015-01-23 Kuba BreckaFix the extra whitespace from r226878.
2015-01-23 Rui UeyamaMake access to LinkingContext::getNode safe.
2015-01-23 Richard SmithPR22299: Relocate code for handling -fmodule-map-file...
2015-01-22 Jan VeselyR600: Try to use lower types for 64bit division if...
2015-01-22 Jan VeselySelectionDAG: Add KnownBits and SignBits computation...
2015-01-22 Jan VeselyR600: Simplify LowerUDIVREM
2015-01-22 Kuba BreckaFix/workaround for OS X truncated stacktraces taken...
2015-01-22 Simon Atanasyan[Mips] Fix type of 64-bit integer in case of MIPS N64 ABI
2015-01-22 Duncan P. N... IR: Change GenericDwarfNode::getHeader() to StringRef
2015-01-22 Richard SmithReorganize test/Modules:
2015-01-22 Duncan P. N... IR: DwarfNode => DebugNode, NFC
2015-01-22 Simon Pilgrim[X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP...
2015-01-22 Simon PilgrimLine endings fixes. NFC.
2015-01-22 Simon Pilgrim[X86][SSE] Simplified PSUBUS tests
2015-01-22 Hans WennborgMake the ?: precedence warning handle pointers to the...
2015-01-22 Lang Hames[Object] Fix a bug in a condition introduced in r226217...
2015-01-22 Chandler Carruth[PM] Actually add the new pass manager support for...
2015-01-22 Benjamin KramerRemove dead leak detector parts that fell out of use...
2015-01-22 Duncan P. N... IR: Update references to temporaries before deleting
2015-01-22 Francisco Lopes... Sema: code completion for pointer and reference to...
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2015-01-22 Joerg SonnenbergerWhen reporting constraints that should be constant...
next