platform/upstream/llvm.git
2015-03-30 Simon Atanasyan[Mips] Fix writing R_MIPS_REL32 relocation addendum
2015-03-30 Tamas BerghammerFix TestGdbRemote* on remote linux
2015-03-30 Daniel Jasperclang-format: [JS] Fix comment formatting in goog.scopes.
2015-03-30 Daniel JasperRevert "[SCEV] Look at backedge dominating conditions."
2015-03-30 Elena DemikhovskyAVX-512: blank lines, duplicated tests, no functional...
2015-03-30 Elena DemikhovskyAVX-512: added intrinsics for VPAND, VPOR and VPXOR
2015-03-30 Craig Topper[X86] In getHostCPUFeatures, disable xop, f16c, fma...
2015-03-30 Craig Topper[X86] Remove FeatureAES for 'corei7' CPU. 'corei7'...
2015-03-30 Craig Topper[X86] Use the more specific CPU names like 'nehalem...
2015-03-30 Craig Topper[X86] Move family 6 model 21 to 'pentium-m'. Near as...
2015-03-30 Craig Topper[X86] Family 6 model 29 is a Penryn based processor...
2015-03-30 Alexey Bataev[OPENMP] Codegen for 'atomic update' construct.
2015-03-30 Alexei Starovoitov[MCJIT] In debug memory dump output, don't truncate...
2015-03-30 Alexey Bataev[OPENMP] Improved codegen for implicit/explicit 'barrie...
2015-03-30 Lang Hames[Orc] Add missing #include. Hopefully this will appease...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-30 Petar JovanovicAdd check for kind of UnqualifiedId in Declarator:...
2015-03-30 Tobias GrosserGist-simplify access relations in the context of domain...
2015-03-29 Lang Hames[Orc] Add missing inline keyword to the function introd...
2015-03-29 Tobias GrosserAvoid nullptr dereference in the ScopGraphPrinter
2015-03-29 Lang Hames[Orc] Use raw TargetAddresses for callback trampoline...
2015-03-29 David Majnemer[MS ABI] Rework .xdata HandlerType emission
2015-03-29 Benjamin KramerSilence sign compare warning. NFC.
2015-03-29 Johannes DoerfertStrip constant factors from SCoP parameters
2015-03-29 Benjamin Kramer[inline asm] Don't reject duplicated matching constraints
2015-03-29 Benjamin Kramer[parse] Don't crash on alternative operator spellings...
2015-03-29 Simon PilgrimUse SDValue bool check to tidyup some possible vector...
2015-03-29 Benjamin Kramer[lex] Provide a valid token when __has_include is found...
2015-03-29 Benjamin Kramer[edit] Don't hit an assert when trying to delete a...
2015-03-29 Simon PilgrimUse SDValue bool check to tidyup some possible Reassoci...
2015-03-29 Benjamin Kramer[parser] Push _Atomic locs through DeclaratorChunk.
2015-03-29 Benjamin Kramer[lex] Don't create a garbage token if parsing of __has_...
2015-03-29 Benjamin Kramer[Parse] Don't crash on ~A::{
2015-03-29 Benjamin Kramer[lex] Don't read past the end of the buffer
2015-03-29 Benjamin Kramer[lex] Turn range checks into asserts.
2015-03-29 Elena DemikhovskyAVX-512: Fixed the "commutative" property flag in VPAND...
2015-03-29 Craig TopperFix a variable name in MSVC specific part of rr233487.
2015-03-29 Craig Topper[X86] Implement getHostCPUFeatures for X86.
2015-03-28 Akira HatanakaDelete MCInstPrinter::AvailableFeatures.
2015-03-28 Akira Hatanaka[X86] Read the feature bits from the subtarget that...
2015-03-28 Akira Hatanaka[Objdump] Pass the correct subtarget to printInst.
2015-03-28 Hal Finkel[PowerPC] Add asm parser support for bitmask forms...
2015-03-28 Simon Pilgrim[DAGCombiner] Fixed incorrect test for buildvector...
2015-03-28 Hal Finkel[ConstantFold] Don't fold ppc_fp128 <-> int bitcasts
2015-03-28 Tobias GrosserBail out if too many alias run-time-check comparisions...
2015-03-28 Tobias GrosserUse an early return on failure
2015-03-28 Sylvestre LedruBug 23051 - Fix build failure on Freebsd with gcc 4.9.
2015-03-28 Tobias GrosserCode generate parameters and run-time checks after...
2015-03-28 Tobias GrosserDrop redundant run line in check
2015-03-28 Craig TopperConvert feature strings to lowercase even if they have...
2015-03-28 Akira HatanakaPartially revert the changes I made in r233473 to keep...
2015-03-28 Akira Hatanakaclang-format X86ATTInstPrinter.{h,cpp} before I make...
2015-03-28 Rui UeyamaELF: Use C++11 non-member initialization.
2015-03-28 Akira Hatanaka[SparcInstPrinter] Use the subtarget that is passed...
2015-03-28 Craig TopperUpdate comment to match code behavior.
2015-03-28 Duncan P. N... Verifier: Allow subroutine types to have no type array
2015-03-28 Richard TrieuFix comparison functions.
2015-03-28 Duncan P. N... DebugInfo: Fix testcases with invalid MDSubprogram...
2015-03-28 Anna Zaks[scan-build] Be friendly to "" in the argument list.
2015-03-28 Ahmed Bougacha[CodeGen] "PromoteInteger" f32 to f64 doesn't make...
2015-03-28 Leny Kholodov[ARM] Fix group relocations test.
2015-03-28 Chandler Carruth[Modules] Don't compute a modules cache path if we...
2015-03-28 Rui UeyamaELF: Add a comment about the sysroot path.
2015-03-28 Rui UeyamaELF: Do less if HAVE_CXXABI_H is not defined.
2015-03-28 Manuel KlimekMake the clang-fuzzer use the CompilerInstance directly.
2015-03-28 Rui UeyamaELF: make code concise using "using".
2015-03-28 Richard SmithA conversion from a scoped enumeration bitfield to...
2015-03-28 Rui UeyamaUse cast instead of dyn_cast in combination with llvm_u...
2015-03-28 Manuel KlimekAdd initial version of a clang-fuzzer.
2015-03-28 Rui UeyamaUse lambda for std::find_if.
2015-03-27 Rui UeyamaRemove else after return.
2015-03-27 Rui UeyamaUse lambda instead of defining a class with operator().
2015-03-27 Akira Hatanaka[ARM] Enable changing instprinter's behavior based...
2015-03-27 Rui UeyamaELF: make scopes of error code varaibles narrower.
2015-03-27 Rui UeyamaELF: Simplify SymbolFile.
2015-03-27 Akira Hatanakaclang-format ARMInstPrinter.{h,cpp} before I make chang...
2015-03-27 Sanjoy Das[SCEV] Look at backedge dominating conditions.
2015-03-27 Duncan P. N... Verifier: Check operands of MDType subclasses and MDCom...
2015-03-27 Duncan P. N... DebugInfo: Require non-null in DIBuilder::retainType()
2015-03-27 Rui UeyamaRemove unused forward declaration.
2015-03-27 Duncan P. N... DebugInfo: Don't call DIBuilder::retainType(nullptr)
2015-03-27 Rui UeyamaELF: Use llvm::Optional<StringRef> instead of a bool...
2015-03-27 Rui UeyamaRemove virtual from some ELFLinkingContext member funct...
2015-03-27 Rui UeyamaReorder ELFLinkingContext member functions and run...
2015-03-27 Andrew KaylorFixing a bug with optimized catch-all handlers in WinEH...
2015-03-27 Rui UeyamaELF: Do not use llvm::Optional for _maxPageSize.
2015-03-27 Rui UeyamaFix comment style to follow more common style.
2015-03-27 Rui UeyamaELF: Make addSearchPath return void instead of bool.
2015-03-27 Rui UeyamaELF: Remove redundant =delete.
2015-03-27 Rui UeyamaELF: Use C++11 non-member initialization.
2015-03-27 Rui UeyamaRemove unused varaible.
2015-03-27 Duncan P. N... Verifier: Call verifyModule() from llc and opt
2015-03-27 Rui UeyamaPECOFF: Use C++11 non-static member initialization.
2015-03-27 Richard Smith[modules] Allow a function template definition if we...
2015-03-27 Akira HatanakaFix call to MCInstPrinter::printInst to pass MCSubtarge...
2015-03-27 Chris Bieneman[CMake] Removing duplicates from the list of test suite...
2015-03-27 Sanjay Patelfix typo and 80-col; NFC
2015-03-27 Chandler Carruth[Modules] Work around PR23030 again, in a different...
2015-03-27 Richard SmithAdd file forgotten from r233420.
2015-03-27 Rui UeyamaUse override keyword instead of virtual.
next