platform/upstream/llvm.git
2015-01-27 Marek OlsakR600/SI: Add pseudos for MUBUF loads and stores
2015-01-27 Andrey ChurbanovComments only: removing the Revision and Date svn varia...
2015-01-27 Justin Bognerprofile: add lib/profile to cc_kext on darwin,arm64
2015-01-27 Andrey Churbanovminor formatting change
2015-01-27 Andrey ChurbanovEnables a cpuid leaf 4 check for non-MIC x86 architectures.
2015-01-27 Andrey ChurbanovAdds some new Windows processor groups trace messages
2015-01-27 Andrey ChurbanovFixes error where proc-bind-var is not set when there...
2015-01-27 Andrey ChurbanovRemoves some unused variables (__kmp_ht_*) and changes_...
2015-01-27 Sean SilvaNo longer SCE_PRIVATE ;)
2015-01-27 Andrey ChurbanovReplaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combi...
2015-01-27 Andrey ChurbanovFixed implementation of the teams construct in case...
2015-01-27 Andrea Di Biagio[InstCombine] Teach how to fold a select into a cttz...
2015-01-27 Evgeniy StepanovRevert r226440.
2015-01-27 Evgeniy Stepanov[sancov] Fix unspecified constructor order between...
2015-01-27 Alex RosenbergBegin to teach clang about the PS4.
2015-01-27 Evgeniy Stepanov[msan] Refactor memory layout specification and setup.
2015-01-27 Manuel JacobAdd a FIXME in SelectionDAGBuilder before an assert...
2015-01-27 Dmitry Vyukovtsan: add test for ANNOTATE_HAPPENS_BEFORE/AFTER annota...
2015-01-27 Mohit K. Bhakkad[MSan] Enable MSan unit tests for all archs
2015-01-27 Craig Topper[X86] Add intrinsics for AVX512 128 and 256 bit integer...
2015-01-27 Eric ChristopherReplace some uses of getSubtargetImpl with the cached...
2015-01-27 Denis Protivensky[ARM] Correctly use make_unhandled_reloc_error
2015-01-27 Denis Protivensky[Mips] Fix createMipsRelocationHandler specialization...
2015-01-27 Chandler Carruth[PM] Clean up file banner comments prior to refactoring...
2015-01-27 Eric ChristopherHave the PBQP register allocator use the subtarget...
2015-01-27 Eric ChristopherRemove some extraneous includes.
2015-01-27 Denis ProtivenskyRevert "[Mips] Fix createMipsRelocationHandler speciali...
2015-01-27 Eric ChristopherFix build failure with pointer vs reference.
2015-01-27 Denis Protivensky[Mips] Fix createMipsRelocationHandler specialization
2015-01-27 Eric ChristopherUpdate a few calls to getSubtarget<> to either be getSu...
2015-01-27 Eric ChristopherClean up the AArch64 store pair suppression pass initia...
2015-01-27 Denis Protivensky[lld] Correct forming of ARM/Thumb atoms
2015-01-27 Eric ChristopherThe subtarget is cached on the MachineFunction. Access...
2015-01-27 Eric ChristopherMigrate SeparateConstOffsetFromGEP to use a Function...
2015-01-27 David MajnemerLoopRotate: Don't walk the uses of a Constant
2015-01-27 Eric ChristopherRemove unused include.
2015-01-27 Richard SmithDR1902: if overload resolution recurses, and the inner...
2015-01-27 Rui UeyamaFix incorrect atom ordinal.
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Enrico GranataApply the transformation to the static type as well...
2015-01-27 Chandler Carruth[PM] Run clang-format over this header to clean up...
2015-01-27 Chandler Carruth[PM] Switch a doxygen comment to the standard format...
2015-01-27 Greg ClaytonAllow python command interpreter commands to be interru...
2015-01-27 Chandler Carruth[PM] Refactor the core logic to run EarlyCSE over a...
2015-01-27 Kuba Brecka[ASan] Use rpath in tests that produce a shared library
2015-01-27 Eric ChristopherMachineRegisterInfo can access TII off of the MachineFu...
2015-01-27 Eric ChristopherMigrate AtomicExpandPass and DwarfEHPrepare to using...
2015-01-27 Eric ChristopherFix unsigned/signed comparison warning.
2015-01-27 Eric ChristopherMigrate CodeGenPrepare to use the Function based getSub...
2015-01-27 Eric ChristopherGrab the TargetLowering info from the DAG rather than...
2015-01-27 Eric ChristopherRemove extraneous period.
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-27 Greg ClaytonFix the test to disassemble as if at address zero,...
2015-01-27 Adrian PrantlReplace this testcase with an even shorter one provided...
2015-01-26 Chad RosierCommoning of target specific load/store intrinsics...
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Rui UeyamaFix local variable names.
2015-01-26 Philip ReamesAdd test cases for PRE w/volatile loads
2015-01-26 Simon Pilgrim[X86][SSE] Float comparisons can sometimes be safely...
2015-01-26 Rui UeyamaAccept -allow-shlib-undefined in addition to --allow...
2015-01-26 Zachary TurnerHave the UTF conversion wrappers append a null terminator.
2015-01-26 Eric FiselierAdopt CMake policy CMP0042. Set MACOSX_RPATH on by...
2015-01-26 Simon Pilgrim[X86][PCLMUL] Enable commutation for PCLMUL instructions
2015-01-26 Chris BienemanAdd new HideUnrelatedOptions API that takes a SmallVect...
2015-01-26 Eric FiselierAdopt CMake policy CMP0042. Set MACOSX_RPATH on by...
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-26 Matt ArsenaultR600: Cleanup or test
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-26 Pete CooperDon't generate llvm.expect intrinsics with -O0.
2015-01-26 Greg FitzgeraldFix shared library build
2015-01-26 Alexei Starovoitovbpf: fix build due to 'Move DataLayout back to the...
2015-01-26 Rui UeyamaUse parallel_sort in the LayoutPass.
2015-01-26 Marshall ClowAdded test for incomplete type support in vector/list...
2015-01-26 Bruno Cardoso... [x86][MMX] Rename and cleanup tests: arith, intrinsics...
2015-01-26 Ben LangmuirTweak r227115 per review feedback
2015-01-26 Reid KlecknerFix broken doc link to Clang 3.5 release notes
2015-01-26 Hans WennborgSimplifyCFG: Omit range checks for switch lookup tables...
2015-01-26 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2015-01-26 Hans WennborgMake ConstantFoldTerminator() handle switches with...
2015-01-26 Justin Holewinski[NVPTX] Generate a more optimal sequence for select...
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-26 Eric ChristopherCache the lookup of TargetLowering in the atomic expand...
2015-01-26 Enrico GranataAdd an overload of SetValueFromCString() to ValueObject...
2015-01-26 Ahmed Bougacha[SelectionDAG] Fix assert message copypasta. NFC.
2015-01-26 Eric ChristopherAdd a FIXME about preferred alignment to DataLayout.
2015-01-26 Justin Holewinski[NVPTX] Handle floating-point conversion patterns that...
2015-01-26 Alex RosenbergUse a different encoding for debugtrap on PS4.
2015-01-26 Ben LangmuirFix assert instantiating string init of static variable
2015-01-26 Eric ChristopherUpdate for LLVM API change.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Philip ReamesRefine memory dependence's notion of volatile semantics
2015-01-26 Sanjay PatelModel sqrtsd as a binary operation with one source...
2015-01-26 Philip ReamesPass QueryInst down through non-local dependency calcul...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-26 Eric FiselierChange the available features used for no-rtti and...
2015-01-26 Viktor Kutuzov[Msan] Disable the ppoll unit test on FreeBSD
2015-01-26 Alex RosenbergRemove trailing whitespace. NFC ®
2015-01-26 Fariborz JahanianObjective-C SDK modernizer to use NS_ENUM/NS_OPTIONS...
2015-01-26 Alex RosenbergRemove trailing whitespace.
next