platform/upstream/llvm.git
2016-03-11 Evgeniy StepanovDisable CFI checks in std::addressof.
2016-03-11 Chris MatthewsFix the docs I broke
2016-03-11 Mike Aizatsky[sancov] using md5 for anchors in attempt to reduce...
2016-03-11 Mike AizatskyDon't crash sancov if file is unreadable.
2016-03-11 Chris MatthewsExtend test-suite docs to describe how to run test...
2016-03-11 Mehdi AminiMinor cleanup and documentation to IRMover (NFC)
2016-03-11 Simon Pilgrim[X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41...
2016-03-11 Daniel JasperMake functions in altivec.h be __inline__. As they...
2016-03-11 Ahmed Bougacha[AArch64] Don't blindly lower f16/f128 FCCMPs.
2016-03-11 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in some...
2016-03-11 Bob WilsonAdd fix-it for format-security warnings.
2016-03-11 Teresa JohnsonInitialize CalleeInfo to fix bot after r263275
2016-03-11 David BlaikieUpdate Polly for the removal of PreserveNames from...
2016-03-11 Jordan RoseFix ObjCMethodDecl::findPropertyDecl for class properties.
2016-03-11 Reid KlecknerFix order of arguments to fputs
2016-03-11 Reid KlecknerSwitch to fputs stderr to try to fix output buffering...
2016-03-11 Rui UeyamaELF: Implement --build-id.
2016-03-11 Jonathan Peyton[STATS] change TASK_execution name to OMP_task
2016-03-11 Jonathan Peyton[STATS] Add a total statistics count
2016-03-11 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in some...
2016-03-11 Rui UeyamaDefine NT_GNU_BUILD_ID constant.
2016-03-11 Dan Gohman[WebAssembly] Add `final` keywords to a few more subcla...
2016-03-11 George Burgess IV[MemorySSA] Make a return type reflect reality. NFC.
2016-03-11 Reid KlecknerAdd missing triple to instantiate-sizeof.cpp test
2016-03-11 Jim InghamRemove the skip if Darwin since I fixed the crash.
2016-03-11 Reid KlecknerMake printf-4 more robust to strlen interception after...
2016-03-11 Sanjoy DasIntroduce @llvm.experimental.deoptimize
2016-03-11 Rui UeyamaRemove obsolete comment.
2016-03-11 Reid KlecknerAllow sizeof(UnrelatedClass::field) in C++11 class...
2016-03-11 Vedant Kumar[PGO] Skip value profile instrumentation of inline asm
2016-03-11 Rui UeyamaFix MSVC build.
2016-03-11 Teresa JohnsonUpdate test case for llvm summary format changes in...
2016-03-11 Teresa Johnson[ThinLTO] Support for reference graph in per-module...
2016-03-11 Jim InghamCheck for a NULL input filehandle before referencing it.
2016-03-11 Mehdi AminiFix clang crash: when CodeGenAction is initialized...
2016-03-11 Rui UeyamaRevert r263252: "[ELF] - Change all messages to lowerca...
2016-03-11 Rafael EspindolaNow that it is trivial, fix pr26878.
2016-03-11 Mike SpertusType correct Visual Studio native visualization for...
2016-03-11 Reid Kleckner[SEH] Remove nounwind/noinline from outlined finally...
2016-03-11 Chad RosierUpdate test case to appease bots after 263255.
2016-03-11 Mehdi AminiFix build: use -> with pointers and not .
2016-03-11 Simon PilgrimFix spelling.
2016-03-11 Quentin Colombet[IRTranslator] Translate unconditional branches.
2016-03-11 Quentin Colombet[MachineIRBuilder] Rework buildInstr API to maximize...
2016-03-11 Quentin Colombet[IRTranslator] Update getOrCreateVReg API to use refere...
2016-03-11 Quentin Colombet[MachineIRBuilder] Rename the setter of MF for consiste...
2016-03-11 Quentin Colombet[MachineIRBuilder] Rename the setter for MBB for consis...
2016-03-11 Quentin Colombet[IRTranslator] Update getOrCreateBB API to use references.
2016-03-11 Quentin Colombet[GlobalISel][Target] Add an opcode for unconditional...
2016-03-11 Mehdi AminiRemove PreserveNames template parameter from IRBuilder
2016-03-11 Mehdi AminiRemove compile time PreserveName switch based on NDEBUG
2016-03-11 Mehdi AminiDo not specialize IRBuilder to strip names in SROA
2016-03-11 Chad Rosier[misched] Fix a truncation issue from r263021.
2016-03-11 Rafael EspindolaYet more MSVC fixes.
2016-03-11 George Rimar[ELF] - Change all messages to lowercase to be consistent.
2016-03-11 Rafael EspindolaMore MSVC fixes.
2016-03-11 Chandler Carruth[PM] Sink the "Expression" type for GVN into the class...
2016-03-11 Rafael EspindolaTrying to fix the MSVC build.
2016-03-11 Rafael EspindolaAvoid calling getNamedValue.
2016-03-11 Marianne Mailhot... More UTF string conversion wrappers
2016-03-11 Nico WeberRevert r263036, it's ABI-breaking.
2016-03-11 Alexandros... Add tests for ARM Cortex-R8
2016-03-11 Rafael EspindolaDon't invent names for STT_SECTION symbols.
2016-03-11 Rafael EspindolaSimplify test.
2016-03-11 Valery Pykhtin[AMDGPU] Fix VOPC instruction operand namings
2016-03-11 Rafael EspindolaSimplify test. NFC.
2016-03-11 George RimarThis reverts the r263125
2016-03-11 Simon Pilgrim[X86][AVX] Fixed issue where a long chain of shuffles...
2016-03-11 Rafael EspindolaRun dos2unix. NFC.
2016-03-11 Rafael EspindolaRepresent local symbols with DefinedRegular.
2016-03-11 Simon Atanasyan[ELF][MIPS] Update comment about creation local GOT...
2016-03-11 Chandler Carruth[AA] Make BasicAA just require domtree.
2016-03-11 Marianne Mailhot... Fixed MemoryCache L1 cache flush
2016-03-11 Chandler Carruth[memdep] Just require domtree for memdep.
2016-03-11 Chandler Carruth[PM] The order of evaluation of these analyses is actua...
2016-03-11 Rafael EspindolaRemove a redundant cast.
2016-03-11 Vasileios Kalintiris[mips] MIPSR6 Instruction itineraries
2016-03-11 Rafael EspindolaSimplify now that local symbols can use getVA.
2016-03-11 George Rimar[ELF] - Early continue in InputSectionBase<ELFT>::reloc...
2016-03-11 George Rimar[ELF] - Evaluate addend earlier and use it instead...
2016-03-11 Rafael EspindolaCompute value of local symbol with getVA.
2016-03-11 Rafael EspindolaRemember the input section of locals.
2016-03-11 Chandler Carruth[PM] Update Kaleidoscope with the new header file.
2016-03-11 Rafael EspindolaCreate a SymbolBody for locals.
2016-03-11 Haojian Wu[clang-tidy] Make 'modernize-use-nullptr' check ignores...
2016-03-11 Daniel Sanders[mips] Range check simm4.
2016-03-11 Chandler Carruth[PM] Make the AnalysisManager parameter to run methods...
2016-03-11 Mohit K. Bhakkad[Sanitizer][MIPS] internal lstat and fstat for mips64
2016-03-11 Chandler Carruth[PM] Rename the CRTP mixin base classes for the new...
2016-03-11 Chandler Carruth[PM] Implement the final conclusion as to how the analy...
2016-03-11 Benjamin Kramer[InstCombine] Use Twines to generate names.
2016-03-11 George Rimar[ELF] - Move initSymbols() to Driver.cpp. NFC.
2016-03-11 Ismail DonmezFix linux build after r263190
2016-03-11 Nikolay Haustov[AMDGPU] Assembler: change v_madmk operands to have...
2016-03-11 Chandler Carruth[PM/AA] Teach the AAManager how to handle module analys...
2016-03-11 Chandler CarruthUpdate to include the new header file providing createG...
2016-03-11 Pavel LabathFix a bunch of signedness warnings in unittests
2016-03-11 Chandler Carruth[PM] Port GVN to the new pass manager, wire it up,...
2016-03-11 Pavel LabathFix a couple of cornercases in FileSpec + tests
2016-03-11 Matt ArsenaultAMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
next