platform/upstream/llvm.git
2014-11-18 Dmitry Vyukovtsan: add description of AcquireGlobal function
2014-11-18 Justin HibbitsAdd PIC-level support to Clang.
2014-11-18 Jason MolendaFix up the code in the FuncUnwinders class that
2014-11-18 Jason MolendaAdd documentation for the SBTarget::ReadInstructions and
2014-11-18 Argyrios Kyrtzidis[ASTReader] Add a convenience function to retrieve...
2014-11-18 Justin Bognerdocs: Modernize some examples in WritingAnLLVMPass
2014-11-18 Justin Bognerdocs: Fix a couple of typo-ish errors in WritingAnLLVMPass
2014-11-18 Jason MolendaMake the mutex ivar in Unwind recursive so we don't...
2014-11-18 Frederic RissFully handle globals and functions in CGDebugInfo:...
2014-11-18 Frederic Riss[DebugInfo] Move collection of various function/var...
2014-11-18 David MajnemerUpdate to match LLVM r222216
2014-11-18 Frederic RissAllow DwarfCompileUnit::constructImportedEntityDIE...
2014-11-18 David Majnemerllvm-readobj: Don't print the Characteristics field...
2014-11-18 Hans WennborgSimplifyCFG: Range'ify some for-loops. No functional...
2014-11-18 Jason MolendaRead the LSDA and Personality Routine function address...
2014-11-18 David MajnemerIndVarSimplify: Allow LFTR to fire more often
2014-11-18 Duncan P. N... IR: Sink MDNode::Hash down to GenericMDNode::Hash
2014-11-18 Duncan P. N... IR: Move MDNode operands from the back to the front
2014-11-18 Manman RenUpdate testing case that was accidently duplicated.
2014-11-18 Michael J.... Fix covered switch warning
2014-11-18 Michael J.... Support ELF files of unknown type.
2014-11-18 Greg ClaytonHave CommandObjectCommandsAddRegex inherit from IOHandl...
2014-11-18 Greg ClaytonFixed a broken test suite test after recent editline...
2014-11-18 Duncan P. N... IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
2014-11-18 Justin BognerInstrProf: Don't emit coverage for uninstantiated templates
2014-11-18 Manman RenRevert r222040 because of bot failure.
2014-11-18 Nick Kledzik[mach-o] zero-fill sections have no file offset
2014-11-18 Nick Kledzik[mach-o] extract atom alignment information from mach...
2014-11-18 Nick Kledzik[mach-o] enhance arm64 reloc parser to support local...
2014-11-18 Nick Kledzik[mach-o] fix typos. No function change
2014-11-18 Nick Kledzik[mach-o] enhance arm64 reloc parser to support local...
2014-11-18 Nick Kledzik[mach-o] fix typos. No function change
2014-11-18 Manman RenDebug Info: context field of a global variable is DISco...
2014-11-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-18 John McCallFix an assertion when ending a function definition.
2014-11-17 Alexander KornienkoMake DiagnosticsEngine::takeClient return std::unique_ptr<>
2014-11-17 Reid KlecknerHandle use of default member initializers before end...
2014-11-17 Duncan P. N... IR: Simplify uniquing for MDNode
2014-11-17 Enrico GranataFix a problem where the StringPrinter could be mistakin...
2014-11-17 Enrico GranataAdd APIs on SBFunction and SBCompileUnit to inquire...
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 David BlaikieRevert "Improve memory ownership/management in TableGen...
2014-11-17 Eric ChristopherFix override/virtual warnings.
2014-11-17 Zachary TurnerChange HostThread::GetNativeThread() to return a derive...
2014-11-17 Oleksiy VyalovFix broken NativeProcessLinux.cpp after signature chang...
2014-11-17 David BlaikieImprove memory ownership/management in TableGen by...
2014-11-17 Oleksiy VyalovFix broken Linux build after signature change of Resolv...
2014-11-17 Peter CollingbourneCMake: Use the new USES_TERMINAL option for test suite...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-11-17 Saleem AbdulrasoolCodeGen: make a check stricter
2014-11-17 Zachary TurnerMove the thread logic around to fit better into LLDB...
2014-11-17 Zachary TurnerDisable Editline on Windows.
2014-11-17 Zachary TurnerFix broken build after signature change of ResolveExecu...
2014-11-17 Matt ArsenaultR600/SI: Don't copy flags when extracting subreg
2014-11-17 Matt ArsenaultR600/SI: Assume SIFixSGPRCopies makes changes
2014-11-17 Rafael EspindolaFix the autoconf build.
2014-11-17 Rafael EspindolaFactor common code it Linker::init.
2014-11-17 Jason MolendaSmall tweaks to make the editline sources match the...
2014-11-17 Rafael EspindolaPass a reference to ValueEnumerator.
2014-11-17 Sylvestre LedruMissing comma in a string array initialization (CID...
2014-11-17 Juergen Ributzka[SimplifyCFG] Make the value type of the hole check...
2014-11-17 Greg ClaytonFixed more fallout from running the test suite remotely...
2014-11-17 Rafael EspindolaRevert commits r222146 and r222137.
2014-11-17 Marshall ClowFix the tests I broke with the last commit. Sorry for...
2014-11-17 Hans Wennborgclang-cl: Allow /Fo without an argument (PR21589)
2014-11-17 Kate StoneComplete rewrite of interactive editing support for...
2014-11-17 Marshall ClowImplement LWG2400 - 'shared_ptr's get_deleter() should...
2014-11-17 Enrico GranataNot all things callable have an im_self, so harden...
2014-11-17 Marshall ClowReworked mismatch tests to count the number of comparis...
2014-11-17 Daniel Jasperclang-format: Fix more incorrect pointer detection.
2014-11-17 Hans Wennborgtest/Driver/cl-outputs.c: tweak some check prefixes...
2014-11-17 Greg ClaytonFixes for remote test suite execution of the "lldb...
2014-11-17 Saleem AbdulrasoolBasic: tweak comment
2014-11-17 Zachary TurnerFix buildSwigWrapperClasses.py after recent break.
2014-11-17 Greg ClaytonFix some issue with running the test suite remotely...
2014-11-17 Sylvestre LedruFix the indentation: Nesting level does not match inden...
2014-11-17 Aaron BallmanFixing a use of stringstream to use an LLVM helper...
2014-11-17 Zachary TurnerReformat lldb-mi using clang-format.
2014-11-17 Rafael EspindolaFix GraphTraits for "const CallGraphNode *" and "const...
2014-11-17 Zachary Turner[ProcessWindows] Create a TargetThreadWindows class.
2014-11-17 Zachary Turner[ProcessWindows] Implement read / write process memory.
2014-11-17 Rafael EspindolaAvoid undefined behavior by masking the shift amount.
2014-11-17 Alexander Kornienko[clang-tidy] Move the missing namespace comment warning...
2014-11-17 Chad Rosier[Reassociate] Update test cases due to r222142.
2014-11-17 Marshall ClowFix a warning in the test; no functionality change
2014-11-17 Chad Rosier[Reassociate] As the expression tree is rewritten make...
2014-11-17 Alexey Volkov[X86] Use ADD/SUB instead of INC/DEC for Haswell and...
2014-11-17 Timur IskhodzhanovMinor readability tweaks to VFTableBuilder.cpp
2014-11-17 Chad Rosier[Reassociate] Canonicalize constants to RHS operand.
2014-11-17 Marshall ClowImplement void_t from N3911. Add a private version...
2014-11-17 Rafael EspindolaUse a more canonical way of computing a mask with N...
2014-11-17 Ed MasteFix Darwin and FreeBSD OS type detection
2014-11-17 Ed MasteWhitespace cleanup and remove non-canonical headers
2014-11-17 Ed MasteAdd decorator for intermittently failing test on FreeBSD
2014-11-17 Timur IskhodzhanovAdd a couple more examples illustrating why we need...
2014-11-17 Marshall ClowAdd tests to ensure that reference_wrapper<T> is trivia...
2014-11-17 Samuel BenzaquenRemove VariadicOperatorMatcherInterface as it is redund...
2014-11-17 Alexander KornienkoA small correction for r221884. No functional changes.
2014-11-17 Renato GolinFix ARM triple parsing
2014-11-17 Daniel Jasperclang-format: Fix regression introduced in r221609.
next