platform/upstream/llvm.git
2014-07-07 Benjamin KramerMake helper functions static.
2014-07-07 Tim NorthoverX86: revert unintentional change to X86FastISel.
2014-07-07 Alp TokerPTHInternals.rst: PCH is now a thing, update docs to...
2014-07-07 Alp TokerPTH: use a variable instead of a macro
2014-07-07 Evgeniy Stepanov[asan] Remove runtime assembly helpers.
2014-07-07 Evgeniy Stepanov[asan] Generate asm instrumentation in MC.
2014-07-07 Evgeniy Stepanov[msan] Fix handling of phi in blacklisted functions.
2014-07-07 Alexey Bataev[OPENMP] Added initial support for 'omp parallel for'.
2014-07-07 Manuel KlimekIncrease argument limit of anyOf, allOf and eachOf...
2014-07-07 Alp TokerMove ChainedIncludesSource into the implementation
2014-07-07 Alp TokerChainedIncludesSource: avoid copying n*(n+1)/2 file...
2014-07-07 Benjamin KramerInstCombine: Simplify code, no functionality change.
2014-07-07 Evgeniy Stepanov[msan] Increase hash table size for chained origins.
2014-07-07 Yaron KerenPointerLoc does not exist anymore.
2014-07-07 Tobias GrosserRevert "Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to...
2014-07-07 Tobias GrosserAdd lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt
2014-07-07 Chandler Carruth[x86] Teach the new vector shuffle lowering code to...
2014-07-07 Tim NorthoverCodeGen: it turns out that NAND is not the same thing...
2014-07-07 Alp TokerSwitch over a few uses of param_begin() to parameters()
2014-07-07 Alp TokerRemove unused sys/stat.h includes
2014-07-07 Evgeniy Stepanov[msan] Better hash function for chained origins.
2014-07-07 David MajnemerCodeGen: Cleanup MS ABI RTTI LLVM IR
2014-07-07 Alp TokerPeel away old-style file remapping typedefs and cruft
2014-07-07 Richard SmithFix an iterator invalidation issue: deserializing a...
2014-07-07 David MajnemerStaticAnalyzer: Silence a warning
2014-07-07 David MajnemerCodeGen: Refactor RTTI emission
2014-07-07 Alp TokerFix layering of file remapping and header search initia...
2014-07-07 Richard SmithAdd an explicit diagnostic for the case where an expres...
2014-07-07 Richard SmithCleanup. No functionality change intended.
2014-07-07 Saleem AbdulrasoolARM: properly lower dllimport'ed global values
2014-07-07 Saleem AbdulrasoolARM: correctly mangle dllimport symbols
2014-07-07 Saleem AbdulrasoolARM: unify symbol name retrieval
2014-07-07 Kevin Qin[AArch64] Normalize all constants to build a vector.
2014-07-07 Alp Tokerlibclang: refactor handling of unsaved_files
2014-07-07 Nico WeberUpdate internals manual on how to add AST nodes.
2014-07-07 Nico WeberAdd an AST node for __leave statements, hook it up.
2014-07-06 Sanjay Patelfixed typos in comments
2014-07-06 Sanjay Patelfixed some typos in comments
2014-07-06 Nico WeberSema: Check that __leave is contained in a __try block.
2014-07-06 Nico WeberAdd parser support for __leave (sema and onward still...
2014-07-06 Saleem AbdulrasoolAArch64: whitespace cleanup
2014-07-06 Aaron BallmanThese should be EXPECT_TRUE, not EXPECT_FALSE. Amends...
2014-07-06 Aaron BallmanGiving this test a triple to satisfy the build bots.
2014-07-06 Aaron BallmanThe MicrosoftExtensions.c test file should not rely...
2014-07-06 Aaron BallmanThis test case does not require -Wno-missing-declaratio...
2014-07-06 Aaron BallmanFixing compile errors related to changes with MemoryBuf...
2014-07-06 Ehsan AkhgariMove InterlockedBitTestAndSet into its own test file
2014-07-06 Sylvestre Ledrullvm::IntrusiveRefCntPtr => std::shared_ptr to match...
2014-07-06 Rafael EspindolaUpdate for llvm api change.
2014-07-06 Sylvestre Ledruremove trailing whitespace + remove some useless comments
2014-07-06 Sylvestre LedruUpdate lldb code to match the change in clang r212386
2014-07-06 Simon Atanasyan[Mips] Make rel-dynamic-04.test test case independent...
2014-07-06 Rafael EspindolaUpdate for llvm api change.
2014-07-06 Rafael EspindolaUpdate for llvm api change.
2014-07-06 Rafael EspindolaUpdate for llvm api change.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Nick LewyckyFix typo in comment.
2014-07-06 Rafael EspindolaDeclare variable on first use.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Iain SandoeFix build of DriverTests for config & make.
2014-07-06 Alp TokerFix the MSVC build following r212382
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-06 Alp TokerDon't use StringRef iterator functions for data access
2014-07-06 Alp TokerPlistSupport.h: avoid gcc 'defined but not used' warning
2014-07-06 Alp Tokerlibclang: make darwin pthread hacks conditional on...
2014-07-06 Alp TokerModernize a couple of loops
2014-07-06 Ehsan AkhgariFix the MicrosoftExtensions.c target
2014-07-06 Ehsan AkhgariEnable the InterlockedBitTestAndSet test
2014-07-06 Alp TokerTrack changes from clang r212388
2014-07-06 Alp TokerTrack changes from clang r212387, r212388
2014-07-06 Ehsan AkhgariAdd support for nested blocks in Microsoft inline assembly
2014-07-06 Alp TokerUse non-intrusive refcounting for TargetOptions
2014-07-06 Alp TokerUse non-intrusive refcounting for LangOptions
2014-07-06 Alp TokerConstify a read-only parameter and give function a...
2014-07-06 Alp TokerwriteARCDiagsToPlist(): make sure all diag levels get...
2014-07-06 Alp TokerUse PlistSupport in a few more places
2014-07-06 Nico Weberclang-cl: /showIncludes output should go to stdout...
2014-07-05 Alp TokerRemove IntrusiveRefCntPtr::getPtr() function
2014-07-05 Alp TokerRemove leftovers of '-arcmt-modify-in-memory' from...
2014-07-05 Matt ArsenaultUse cast<> instead of dyn_cast + assert
2014-07-05 Matt ArsenaultFix grammar
2014-07-05 Saleem AbdulrasoolCodeGen: add support for a few MSVC ARM intrinsics
2014-07-05 Saleem AbdulrasoolARM: mark matching ARM intrinsics as MSBuiltin
2014-07-05 Ehsan AkhgariRevert r212375 because of test failures
2014-07-05 Ehsan AkhgariAdd a test case for the tilde operator in Microsoft...
2014-07-05 Simon Atanasyan[llvm-readobj] Fix output of MIPS GOT without local...
2014-07-05 Ehsan AkhgariAdd a test case for the tilde operator in Microsoft...
2014-07-05 Rafael EspindolaUpdate for llm api change.
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-07-05 David MajnemerADT: Add a drop_back() helper to ArrayRef
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-07-05 Alp TokerDeprecate IntrusiveRefCntPtr::getPtr() in favour of...
2014-07-05 David MajnemerMC: make MCSymbolData::dump work on const objects
2014-07-05 Rafael EspindolaMake a helper function static. No functionality change.
2014-07-04 David MajnemerMC: Correct comment in ExportSymbol
2014-07-04 David MajnemerMC: Cleanup COFFAsmParser::ParseSectionFlags
2014-07-04 Rafael EspindolaMake RecordStreamer.h private.
next