platform/upstream/llvm.git
2016-03-13 Amaury SechetAdd echo test for constant data arrays in the LLVM...
2016-03-13 Amaury SechetUse templated version of unwrap instead of cats in...
2016-03-13 Amaury SechetMove LLVMConstStructInContext so that declarationa...
2016-03-12 Sanjay Patelupdate test to use FileCheck
2016-03-12 Sanjay Patelfix documentation comments; NFC
2016-03-12 Sanjay Patelfix documentation comments; NFC
2016-03-12 Nico Weberclang-cl: Add a test for the interaction of /Yc and...
2016-03-12 Sanjay Patelremove unnecessary cast; NFC
2016-03-12 Sanjay Patelfix formatting; NFC
2016-03-12 Sanjay Pateluse range loops; NFCI
2016-03-12 Sanjay Patel[x86, InstCombine] delete x86 SSE2 masked store with...
2016-03-12 Simon Atanasyan[ELF][MIPS] Put type of symbol (local/global) to the...
2016-03-12 Nemanja IvanovicFix for PR 26378
2016-03-12 George RimarRecommit of r263252, [ELF] - Change all messages to...
2016-03-12 Rui UeyamaUpdate the documents of the new LLD.
2016-03-12 Teresa JohnsonUse default destructor and remove unnecessary virtual...
2016-03-12 Jim InghamLet's not convert from UINT32_MAX to the std::numeric_l...
2016-03-12 Kostya Serebryany[libFuzzer] refresh docs more
2016-03-12 Kostya Serebryany[libFuzzer] refresh docs more
2016-03-12 Kostya Serebryany[libFuzzer] refresh docs more
2016-03-12 Chandler Carruth[lit] Hack lit to allow a test suite to request that...
2016-03-12 Kostya Serebryany[libFuzzer] refresh docs
2016-03-12 Sanjoy DasMake gc relocates more strongly typed; NFC
2016-03-12 Jim InghamThis change introduces a "ExpressionExecutionThread...
2016-03-12 Quentin Colombet[X86] Make sure we do not clobber RBX with cmpxchg...
2016-03-12 Nico WeberFix bad regression from r263077 when building with...
2016-03-12 Kostya Serebryany[libFuzzer] try to use max_len based on the items of...
2016-03-12 David BlaikieRevert "Update Polly for the removal of PreserveNames...
2016-03-12 Eric ChristopherTemporarily revert:
2016-03-12 Eric ChristopherTemporarily revert these patches:
2016-03-12 Eric ChristopherAdd Lanai.def to the module map.
2016-03-12 Michael Zolotukhin[LoopUnroll] Convert some existing tests to unit-tests.
2016-03-12 Teresa JohnsonFix a memory leak due to missing virtual destructors
2016-03-12 Samuel AntaoInitialize two variables in kmp_tasking.
2016-03-12 Wilfred HughesUpdating source languages entry in FAQ.
2016-03-12 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in some...
2016-03-12 Nico WeberDisable a test that started failing recently; see PR26919.
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.
next