platform/upstream/llvm.git
2015-01-19 Evgeniy Stepanov[sanitizer] Move options-related tests to sanitizer_common.
2015-01-19 Evgeniy Stepanov[msan] Use internal__exit() instead of _exit().
2015-01-19 David MajnemerSema: Variable definitions cannot be __attribute__...
2015-01-19 Evgeniy Stepanov[dfsan] Use append_no_rtti_flag instead of manually...
2015-01-19 Hal Finkel[PowerPC] Minor correction to r226432
2015-01-19 Michael Kuperstein[MIScheduler] Slightly better handling of constrainLoca...
2015-01-19 Hal Finkel[PowerPC] Add r2 as an operand for all calls under...
2015-01-19 Craig Topper[X86] Change AVX512 intrinsics to take a 8-bit immediat...
2015-01-19 Craig Topper[x86] Change AVX512 intrinsics to take a 8-bit immediat...
2015-01-19 Alexey Bataev[OPENMP] Disable copyprivate an nowait clauses in ...
2015-01-19 Michael Gottesman[tinyptrvector] Add in a MutableArrayRef implicit conve...
2015-01-19 Chandler CarruthUpdate to reflect the API change to createMCSymbolizer...
2015-01-19 Chandler Carruth[PM] Lift the analyses into the interface for
2015-01-19 Michael GottesmanChange using => typedef to please the MSVC bots.
2015-01-19 Michael GottesmanHide the state of TinyPtrVector and remove the single...
2015-01-19 Nathan SidwellPR6037
2015-01-19 Craig Topper[x86] Teach Sema to check size of comparison immediate...
2015-01-19 Craig Topper[x86] Mark that the AVX-512 cmpps/cmppd builtins need...
2015-01-19 Chandler Carruth[multilib] Teach Polly's CMake to use the libdir suffix...
2015-01-19 NAKAMURA TakumiReorder.
2015-01-19 NAKAMURA Takumi[CMake] examples/Kaleidoscope: Prune redundant libdeps.
2015-01-19 NAKAMURA Takumi[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-18 David BlaikieAttempt to fix the MSVC build by working around a layer...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-18 Serge PavlovHandle unscoped enumeration in nested name specifier.
2015-01-18 Matt ArsenaultR600: Remove redundant test
2015-01-18 Marshall ClowCleaning up the test suite; remove some includes of...
2015-01-18 Serge PavlovUpdate error message text.
2015-01-18 Daniel Sanders[mips] 'CHECK :' is not a valid check directive. Fixed.
2015-01-18 Daniel Sanders[mips] Make whitespace in disassembler tests more consi...
2015-01-18 Daniel Sanders[mips] Make whitespace of disassembler tests more consi...
2015-01-18 Simon Pilgrim[X86][SSE] Added scalar min/max folding tests. NFC.
2015-01-18 Simon Pilgrim[X86][SSE] Added float extract and xmm extract/insert...
2015-01-18 Simon Pilgrim[X86][SSE] Added scalar conversion stack folding tests...
2015-01-18 Hal Finkel[PowerPC] Don't hard-code R2 as register when processin...
2015-01-18 Tobias GrosserRemove redundant semicolon clang-format complained...
2015-01-18 Hal Finkel[PowerPC] Add some FIXMEs for fastcc and FPR <-> GPR...
2015-01-18 Simon PilgrimAVX1 stack folding tests. NFC.
2015-01-18 Hal Finkel[PowerPC] Initial PPC64 calling-convention changes...
2015-01-18 Chandler Carruth[PM] Update Polly for LLVM r226394 and r226396 which...
2015-01-18 Chandler Carruth[PM] Pull the analyses used for another utility routine...
2015-01-18 David BlaikieAdd comment after API changes in r225090
2015-01-18 Chandler Carruth[PM] Sink the specific analyses preserved by SplitBlock...
2015-01-18 David BlaikieUpdate for tests failing due to improvements in clang...
2015-01-18 Chandler Carruth[PM] Replace another Pass argument with specific analys...
2015-01-18 Chandler Carruth[PM] Refactor how the LoopRotation pass access the...
2015-01-18 David BlaikieDebugInfo: Attribute complex expressions to the source...
2015-01-18 Nico WeberAddress review feedback from r215780: Use a flag insted...
2015-01-18 David BlaikieDebugInfo: Attribute aggregate expressions to the sourc...
2015-01-18 Chandler Carruth[PM] Update Polly for LLVM r226385 which made LoopInfo...
2015-01-18 Chandler Carruth[PM] Lift the actual analyses used into the inferface...
2015-01-18 Chandler Carruth[PM] Now that LoopInfo isn't in the Pass type hierarchy...
2015-01-18 David BlaikieRefactor test so it's not lazily emitted on a global...
2015-01-18 David BlaikieRecommit r225083 (reverted in r225361) now that calls...
2015-01-18 David BlaikieDebugInfo: Correct the debug location of non-static...
2015-01-17 Rui UeyamaRemove dead code.
2015-01-17 Rui UeyamaUpdate comments.
2015-01-17 Chandler Carruth[PM] Cleanup more warnings my refactoring exposed where...
2015-01-17 Chandler Carruth[PM] Remove a dead field.
2015-01-17 Chandler Carruth[msan] Fix a uninitialized-use bug in the template...
2015-01-17 Chandler Carruth[PM] Update Polly following LLVM r226373 which refactor...
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-17 Nico WeberTry to fix the Windows build after r226362.
2015-01-17 Nico WeberAdd tests for two more asserts that r226365 fixed accor...
2015-01-17 Nico WeberAdd a test for something that used to crash before...
2015-01-17 Hal Finkel[PowerPC] Don't list R11 as a patchpoint scratch register
2015-01-17 Hal Finkel[sanitizer] Adjust max read size in FlagHandlerInclude
2015-01-17 Hans WennborgProgrammersManual.rst: fix a typo
2015-01-17 Enrico GranataCommit fix for a static analyzer issue where a string...
2015-01-17 Nico WeberIf a function decl cannot be merged, mark it as invalid.
2015-01-17 Nico WeberWrap to 80 columns. No behavior change.
2015-01-17 Nico WeberAddress review feedback from r226306. No intended behav...
2015-01-17 Vince HarronAdded Connection::GetURI()
2015-01-17 Rafael EspindolaMake sure all weak destructors go in a comdat in the...
2015-01-17 Mehdi AminiImprove DAG combine pass on certain IR vector patterns
2015-01-17 Richard TrieuClean up a string comparison with StringRef. Suggestio...
2015-01-17 Lang Hames[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
2015-01-17 Richard TrieuRemove std::move that was preventing return value optim...
2015-01-17 Richard TrieuRemove std::move that was preventing return value optim...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup and improved comment for...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup by factoring out a common...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup comment style
2015-01-17 Matthias BraunRegisterCoalescer: Drive-by typo + whitespace fix
2015-01-17 Lang Hames[RuntimeDyld] Remove the brace initialization that...
2015-01-16 Jason MolendaAdd comments explaining the unwind setup in
2015-01-16 Greg FitzgeraldAdd LLVM_LINK_COMPONENTS for the shared object build
2015-01-16 Kevin EnderbyChange the test case for llvm-objdump’s -archive-header...
2015-01-16 Philip ReamesUpdate a comment
2015-01-16 Enrico GranataSeveral improvements to the shush script
2015-01-16 Philip Reamesclang-format all the GC related files (NFC)
2015-01-16 Lang Hames[RuntimeDyld] Track symbol visibility in RuntimeDyld.
2015-01-16 Steven WuAdding option -fno-inline-asm to disallow inline asm
2015-01-16 Jordan RoseSuggest objc_method_family(none) for a property named...
2015-01-16 Jordan RoseObjC getters with names like "newItem" should still...
2015-01-16 David BlaikieIsolate test for PR22096 to clang.
2015-01-16 Rui Ueyama[PATCH] Speculatively instantiate archive members
2015-01-16 Saleem AbdulrasoolPE/COFF: rework how we handle base relocations
2015-01-16 Kaelyn TakataFix a case where delayed typo correction should have...
2015-01-16 Matt ArsenaultR600: Clean up floor tests
next