platform/upstream/llvm.git
2015-01-19 Duncan P. N... IR: Extract out and reuse `storeImpl()`, NFC
2015-01-19 Duncan P. N... IR: Extract out getUniqued(), NFC
2015-01-19 Duncan P. N... IR: Reuse `getImpl()` for `getDistinct()`, NFC
2015-01-19 Adam Nemet[AVX512] Add sub-vector FP extracts
2015-01-19 Duncan P. N... IR: Move replaceAllUsesWith() back up to MDNode
2015-01-19 Duncan P. N... IR: Be specific about what MDNode::get() returns, NFC
2015-01-19 Duncan P. N... Remove dead code, NFC
2015-01-19 Duncan P. N... IR: Simplify MDNode::setOperand(), NFC
2015-01-19 Duncan P. N... IR: Simplify handleChangedOperand() fast path, NFC
2015-01-19 Duncan P. N... IR: Remove direct comparisons against Metadata::Storage...
2015-01-19 Duncan P. N... IR: Assert that resolve() is only called on uniqued...
2015-01-19 Duncan P. N... IR: Remove isa<UniquableMDNode>, NFC
2015-01-19 Duncan P. N... IR: Simplify DIBuilder::trackIfUnresolved(), NFC
2015-01-19 Duncan P. N... IR: Remove isa<MDNodeFwdDecl>, NFC
2015-01-19 Duncan P. N... IR: Unify code for MDNode::isResolved(), NFC
2015-01-19 Duncan P. N... IR: Store RAUW support and Context in the same pointer...
2015-01-19 Colin LeMahieu[Hexagon] Converting intrinsics combine imm/imm, simple...
2015-01-19 Duncan P. N... IR: Add isUniqued() and isTemporary()
2015-01-19 Duncan P. N... IR: Use an enum to describe Metadata storage, NFC
2015-01-19 Colin LeMahieu[Hexagon] Converting remaining ALU32/ALU intrinsics.
2015-01-19 Andrey Churbanovadded support for PPC architectures (version 3): initia...
2015-01-19 Colin LeMahieu[Hexagon] Converting ALU32/ALU intrinsics to new patterns.
2015-01-19 Vince HarronPrint out the full output of gtest
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-19 Adrian PrantlMigrate all uses of DIVariable's FlagIndirectVariable...
2015-01-19 Greg Fitzgerald[AArch64] Implement GHC calling convention
2015-01-19 Colin LeMahieu[Hexagon] Converting halfword to double accumulating...
2015-01-19 Vince HarronFixed Linux build error in gtest
2015-01-19 Rafael EspindolaProduce errors when an assignment expression would...
2015-01-19 Bradley Smith[ARM] SSAT/USAT with an 'asr #32' shift should result...
2015-01-19 Bradley Smith[ARM] Fixup sign extend instruction availability w...
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-19 Dmitry Vyukovtsan: remove TSAN_SHADOW_COUNT
2015-01-19 Rafael EspindolaAdd comdat to thunks.
2015-01-19 Andrey ChurbanovTwo fixes sent by C.Bergstrom: MB() does real synch...
2015-01-19 Rafael EspindolaMake this test a bit stricter. NFC.
2015-01-19 Viktor Kutuzov[Sanitizers] Intercept statvfs() on FreeBSD
2015-01-19 Viktor Kutuzov[Msan] Intercept stat() and fstatat() on FreeBSD
2015-01-19 Chandler Carruth[PM] Update Polly for LLVM r226459 which removed anothe...
2015-01-19 Chandler Carruth[PM] Replace the Pass argument to SplitEdge with specif...
2015-01-19 Evgeniy Stepanov[sanitizer] Make unrecognized flags not fatal.
2015-01-19 Chandler Carruth[PM] Cleanup a dead option to critical edge splitting...
2015-01-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
2015-01-19 Sergey Dmitrouk[NFC] Update createMachineScheduler() comment
2015-01-19 Daniel Jasperclang-format: Fix crasher on weird comments.
2015-01-19 Evgeniy Stepanov[sanitizer] Switch flag parsing to LowLevelAlloc.
2015-01-19 Evgeniy Stepanov[sanitizer] Simplify code in flag parser.
2015-01-19 Daniel Jasperclang-format: Fix crasher on incomplete condition compi...
2015-01-19 Daniel Jasperclang-format: Fix crash on invalid code.
2015-01-19 Daniel Jasperclang-format: Fix clang-format crash on invalid code.
2015-01-19 Daniel Jasperclang-format: Fix assertion when trying to build a...
2015-01-19 Daniel Jasperclang-format: Fix endless loop on incomplete try-catch...
2015-01-19 Daniel Jasperclang-format: Remove assert that isn't helpful.
2015-01-19 Manuel KlimekMake clang-format work in emacs buffers with unicode...
2015-01-19 Chandler CarruthSuppress the newly added Clang warning for the inaccess...
2015-01-19 Chandler Carruth[PM] Relax asserts and always try to reconstruct loop...
2015-01-19 David MajnemerAdd back a check removed in r226436
2015-01-19 NAKAMURA TakumiSemaDeclCXX.cpp: Suppress a warning. [-Wunused-variable]
2015-01-19 Viktor Kutuzov[Sanitizers] Order initialization of coverage and guard...
2015-01-19 Erik EcksteinSLPVectorizer: limit the number of alias checks to...
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...
next