platform/upstream/llvm.git
2015-02-02 Lang Hames[Orc] Regression tests for OrcMCJITReplacement.
2015-02-02 Lang Hames[Orc] Remove the OwnedModules list from OrcMCJITReplace...
2015-02-02 Lang Hames[Orc] Make the ObjectLinkingLayer take ownership of...
2015-02-02 Nico WeberRemove a comment I accidentally added in r227581. No...
2015-02-02 Lang Hames[Orc] Add sensible defaults for the ObjectLinkingLayer...
2015-02-01 Hal Finkel[PowerPC] Put PPCEarlyReturn into its own source file
2015-02-01 John McCallAllow objc_bridge(id) to be used on typedefs of [cv...
2015-02-01 Craig Topper[X86] Add other flavors of AVX512 cmpps/cmppd intrinsics.
2015-02-01 Hal Finkel[PowerPC] Remove unnecessary include
2015-02-01 Hal Finkel[PowerPC] Put PPCVSXCopy into its own source file
2015-02-01 Hal Finkel[PowerPC] Put PPCVSXFMAMutate into its own source file
2015-02-01 Craig Topper[X86] Add the AVX512 exp2a23 intrinsics.
2015-02-01 Benjamin KramerRemove decltype in an attempt to fix the MSVC build.
2015-02-01 Hal Finkel[PowerPC] Remove the PPCVSXCopyCleanup pass
2015-02-01 Benjamin KramerLoopVectorize: Remove initializer list that blocks...
2015-02-01 Benjamin KramerActually we can just inline the base typedef and use...
2015-02-01 Benjamin KramerReimplement iterator wrappers on top of llvm::iterator_...
2015-02-01 Hal Finkel[PowerPC] Add implicit ops to conditional returns in...
2015-02-01 Craig Topper[X86] Add test for avx512er builtins that I forgot...
2015-02-01 Benjamin KramerFoldingSetVectorIterator is just a subset of pointee_it...
2015-02-01 David MajnemerValueTracking: Make isSafeToSpeculativelyExecute a...
2015-02-01 Hal Finkel[PowerPC] VSX stores don't also read
2015-02-01 Hal Finkel[PowerPC] Better scheduling for isel on P7/P8
2015-02-01 Adam NemetInclude cstddef in EquivalenceClasses.h
2015-02-01 Adam Nemet[LoopVectorize] Move LoopAccessAnalysis to its own...
2015-02-01 Adam Nemet[LoopVectorize] Move RuntimePointerCheck under LoopAcce...
2015-02-01 Adam Nemet[LoopVectorize] Pass parameters explicitly to MemoryDep...
2015-02-01 Adam Nemet[LoopVectorize] Make hasVectorInstrinsicScalarOpd inline
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Adam Nemet[LoopVectorize] Split out LoopAccessAnalysis from LoopV...
2015-02-01 Adam Nemet[LoopVectorize] Add accessors for Num{Stores,Loads...
2015-02-01 Adam Nemet[LoopVectorize] Rename the Report class to Vectorizatio...
2015-02-01 Adam Nemet[LoopVectorize] Factor out duplicated code into Report...
2015-02-01 Adam Nemet[LoopVectorize] Split out RuntimePointerCheck from...
2015-02-01 Michael KupersteinRevert r227728 due to bad line endings.
2015-02-01 Hal Finkel[PowerPC] Make r2 allocatable on PPC64/ELF for some...
2015-02-01 Sylvestre LedruFix some bashims. More information on https://wiki...
2015-02-01 Chandler Carruth[multiversion] Kill FunctionTargetTransformInfo, TTI...
2015-02-01 Chandler Carruth[multiversion] Remove the function parameter from the...
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Remove another place we were "handling...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
2015-02-01 Benjamin KramerEarlyCSE: Replace custom hash mixing with Hashing.h
2015-02-01 Chandler Carruth[multiversion] Update Clang for the API change in LLVM...
2015-02-01 Chandler Carruth[multiversion] Implement the old pass manager's TTI...
2015-02-01 Chandler Carruth[multiversion] Thread a function argument through all...
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Chandler Carruth[PM] Clean up a stale comment that came from a differnt...
2015-02-01 Chandler Carruth[PM] Port SimplifyCFG to the new pass manager.
2015-02-01 Chandler Carruth[PM] Port EarlyCSE to the new pass manager.
2015-02-01 Chandler Carruth[PM] Teach the module-to-function adaptor to not run...
2015-02-01 Chandler Carruth[PM] Switch to a ranged based for loop. NFC
2015-02-01 Craig Topper[X86] Add all intrinsics for scalar rsqrt28/rcp28 to...
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
2015-02-01 Craig Topper[X86] Add a few target specific nodes to 'getTargetNode...
2015-02-01 Craig Topper[X86] Flesh out more of the avx512erintrin.h file.
2015-02-01 Elena DemikhovskyAVX2: Added 2 more tests for gather intrinsics.
2015-02-01 Michael KupersteinRemoved assert that doesn't typecheck and breaks debug...
2015-02-01 Craig Topper[X86] Use macros in AVX512ER header to allow ICE to...
2015-02-01 Chandler Carruth[PM] Refactor the analysis registration and pass pipeli...
2015-02-01 Craig Topper[X86] Convert some more const ints to ICE in AVX512...
2015-02-01 Craig Topper[X86] Rename _mm512_valign_epi64/32 intrinsics to _mm51...
2015-02-01 Craig Topper[X86] Change rounding parameter of all the AVX512 built...
2015-02-01 Shankar Easwaran[test] Add test for section groups and deadstrip
2015-02-01 Davide ItalianoRemove trailing whitespace introduced in r227709.
2015-02-01 Davide Italiano[ELF] Don't compare an atom with itself in compareByPos...
2015-02-01 Davide Italiano[ELF] Implement semantic action for ENTRY linker script...
2015-02-01 Shankar Easwaran[ELF] Set order of ctors/dtors section
2015-02-01 Shankar Easwaran[ELF] got/got.plt sections are handled as typeGOT
2015-02-01 Jingyue Wu[SeparateConstOffsetFromGEP] skip optnone functions
2015-02-01 Jingyue Wu[SeparateConstOffsetFromGEP] set PreservesCFG flag
2015-02-01 Jingyue Wu[NVPTX] Emit .pragma "nounroll" for loops marked with...
2015-02-01 Adrian PrantlFix PR22393. When recursively replacing an aggregate...
2015-02-01 Adrian PrantlAdd missing tags.
2015-02-01 NAKAMURA Takumi[CMake] LLVMLTO requires Intrinsics.gen since r227685...
2015-02-01 NAKAMURA Takumi[CMake] LLVMTarget requires Intrinsics.gen since r22766...
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2015-01-31 Matt ArsenaultFix typo
2015-01-31 Filipe CabecinhasFix a typo
2015-01-31 Filipe CabecinhasTweak behavior due to -fexceptions, in C++ mode, imply...
2015-01-31 Rafael AulerImplement semantic action for SEARCH_DIR linker script...
2015-01-31 Matt ArsenaultR600/SI: Only select cvt_flr/cvt_rpi with no NaNs.
2015-01-31 Saleem AbdulrasoolX86: silence a GCC warning
2015-01-31 Diego NovilloRemove unused variable.
2015-01-31 Aaron BallmanRemoved a spurious semicolon; NFC
2015-01-31 Simon PilgrimRemoved SSE lane blend findCommutedOpIndices overrides...
2015-01-31 Simon Pilgrim[X86][SSE] Shuffle mask decode support for zero extend...
2015-01-31 Chandler Carruth[PM] Update Clang for the new LLVM API in r227685 for...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Kumar Sukhani[asan][mips] Fix MIPS64 Asan mapping
2015-01-31 Kumar Sukhani[asan][mips] Fix MIPS64 Asan mapping
2015-01-31 Owen AndersonReplace another std::set in the core of CodeGenRegister...
2015-01-31 Craig Topper[X86] Make AVX512 integer comparison builtins use unsig...
2015-01-31 Craig Topper[X86] AVX512 scatter/gather builtins as taking an ICE...
2015-01-31 Craig Topper[X86] Add immediate range checking for a couple XOP...
2015-01-31 Owen AndersonChange more of the guts of CodeGenRegister's RegUnit...
2015-01-31 Daniel Jasperclang-format: Fix incorrect handling of leading whitespace.
2015-01-31 Craig Topper[x86] Remove tab characters from avxintrin.h. NFC.
next