platform/upstream/llvm.git
2015-06-25 Alexey Samsonov[CFI] Run tests that use cfi diagnostic mode only if...
2015-06-25 Peter CollingbourneGVN: If a branch has two identical successors, we canno...
2015-06-25 Artem Belevich[CUDA] Implemented __nvvm_atom_*_gen_* builtins.
2015-06-25 Evgeniy Stepanov[sanitizer] Disable signal_segv_handler test.
2015-06-25 Rui UeyamaCOFF: Simplify. NFC.
2015-06-25 Rui UeyamaCOFF: Use std::equal to compare two lists of relocations.
2015-06-25 Paul RobinsonOmit 'nodebug' methods from the class description.
2015-06-25 Greg ClaytonSubmitting patch from Abhishek for:
2015-06-25 Dawn PerchikRename Mangled::GetLanguage to Mangled::GuessLanguage
2015-06-25 Rui UeyamaCOFF: Don't use COFFHeader->NumberOfRelocations.
2015-06-25 Oleksiy VyalovAdd const versions of SBFrame::GetFunctionName and...
2015-06-25 Artem Belevich[NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type...
2015-06-25 Rafael EspindolaUpdate for llvm change.
2015-06-25 Michael KruseFix autotools build
2015-06-25 Rafael EspindolaAdd a test for a recent regression.
2015-06-25 Rafael Espindolallvm-nm: print 'n' instead of '?'
2015-06-25 Aaron BallmanFix #pragma redefine_extname when there is a local...
2015-06-25 Pavel LabathUpdate TestPrintStackTraces XFAIL once more
2015-06-25 Tamas BerghammerFix TestThreadAPI on Linux
2015-06-25 Kit Barton[PPC] Implement vmrgew and vmrgow instructions
2015-06-25 Bruno Cardoso... [AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
2015-06-25 Logan ChienFix unw_getcontext() return value on AArch64.
2015-06-25 Jonathan RoelofsDoxygen-ify a few comments. NFC
2015-06-25 Rafael EspindolaUse computeSymbolSizes in llvm-symbolize.
2015-06-25 Rafael EspindolaUse range loop. NFC.
2015-06-25 Rafael EspindolaModernize getELFDynamicSymbolIterators.
2015-06-25 Daniel MarjamakiFix a crash by division by zero in analyzer
2015-06-25 Benjamin KramerDon't use std::make_unique.
2015-06-25 Benjamin Kramer[PPC] Replace debug value skipping with getLastNonDebug...
2015-06-25 Joseph Tremoulet[ORC] Add ObjectTransformLayer
2015-06-25 Benjamin KramerReplace copy-pasted debug value skipping with MBB:...
2015-06-25 Pavel LabathEnable TestInferiorCrashing and TestRecursiveInferior...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleFP() funct...
2015-06-25 Artur PilipenkoTake alignment into account in isSafeToLoadUnconditionally
2015-06-25 Pavel LabathMake XFAIL on TestPrintStackTraces more specific
2015-06-25 Ulrich Weigand[SystemZ] Only attempt RxSBG optimization for integer...
2015-06-25 Dmitry Vyukovtsan: merge function definition and declaration
2015-06-25 Pavel LabathRemove XFAIL from TestCreateAfterAttach
2015-06-25 Ilia KExpand result with type char* to string in -data-evalua...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleOddSPReg...
2015-06-25 Pawel BylicaAdd missing <array> include.
2015-06-25 Jay FoadTeach Clang about the PPC64 memory sanitizer implementa...
2015-06-25 Jay FoadTeach LLVM about the PPC64 memory sanitizer implementation.
2015-06-25 Pawel BylicaExpress APInt::{s,u}{l,g}e(uint64_t) in terms of APInt...
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-25 Daniel Jasperclang-format: [Proto] Don't treat "operator" as keyword.
2015-06-25 Jay FoadEnable memory sanitizer for PPC64
2015-06-25 Rui UeyamaCOFF: Fix a bug of __imp_ symbol.
2015-06-25 Jason Molendaxcode project file updates for the movement of the...
2015-06-25 Rui UeyamaCOFF: Handle undefined symbols starting with __imp_...
2015-06-25 Steven WuUpdate darwin SDK version parsing to support OSX and...
2015-06-25 Alexey Samsonov[UBSan] Allow to use -fsanitize=vptr only on Mac OS...
2015-06-25 Alexey Samsonov[CMake] Fix PR23539: Don't reference C++ ABI symbols...
2015-06-25 Ahmed Bougacha[X86] Accept hasAVX512() as well as hasFMA() when gener...
2015-06-25 Ahmed Bougacha[X86] Cleanup fma tests a little bit. NFC.
2015-06-25 Rui UeyamaCOFF: Use COFFObjectFile::getRelocations(). NFC.
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
2015-06-25 Hubert TongConsolidate and unify initializer list deduction
2015-06-25 Hubert Tong[Concepts] Parsing of requires-clause in template-decla...
2015-06-25 Rui UeyamalibObject/COFF: Add a function to get pointers to reloc...
2015-06-25 Logan ChienAvoid C99 for-declaration statement in C files. (NFC)
2015-06-24 Ranjeet Singh[ARM] The bits set in the variable HW_FP could get...
2015-06-24 Enrico GranataHandle (or at least don't crash) trying to get the...
2015-06-24 Rui UeyamaCOFF: Cache raw pointers to relocation tables.
2015-06-24 Derek Schuffupdate comment
2015-06-24 Derek SchuffRelax assertion in x86_64 byval argument handling for...
2015-06-24 Duncan P. N... Add simplify_type<const WeakVH>; simplify IndVarSimplify
2015-06-24 Douglas Katzman[X86] Simplify some stuff in X86DisassemblerDecoder...
2015-06-24 Douglas GregorAdd __nonnull/__nullable/__null_unspecified predefines...
2015-06-24 Douglas GregorReplace __double_underscored type nullability qualifier...
2015-06-24 David Majnemer[GVN] Intersect the IR flags when CSE'ing two instructions
2015-06-24 Douglas KatzmanSpelling fixes in comments.
2015-06-24 David Majnemer[Reassociate] Don't propogate flags when creating negations
2015-06-24 Sanjay Patelfix typos; NFC
2015-06-24 Sanjay Pateldon't repeat function names in comments; NFC
2015-06-24 Rui UeyamaCOFF: Move code for ICF from Writer.cpp to ICF.cpp.
2015-06-24 Akira Hatanaka[If Converter] Convert recursion to iteration.
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-24 Jingyue WuAdd NVPTXPeephole pass to reduce unnecessary address...
2015-06-24 Chris BienemanOne more change required to build the sanitizers for...
2015-06-24 Sanjay Patelfix typos; NFC
2015-06-24 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-06-24 Matthias Braunopt: Add option to strip or add llvm value names
2015-06-24 Matthias BraunARMLoadStoreOptimizer: Fix errata 602117 handling and...
2015-06-24 Ed MasteReduce FreeBSD log spam
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-24 Alex LorenzMIR Serialization: Serialize simple MachineRegisterInfo...
2015-06-24 Enrico GranataFix an issue where an SBValue could end up capturing...
2015-06-24 Dmitry Vyukovtsan: fix false positive between dlopen and dl_iterate_phdr
2015-06-24 Rafael EspindolaUse Symbol::getValue to simplify object::computeSymbolS...
2015-06-24 Steven WuRemove environment variables from driver tests
2015-06-24 Jingyue Wu[LSR] canonicalize Prod*(1<<C) to Prod<<C
2015-06-24 Rafael EspindolaUse Symbol.getValue to simplify RuntimeDyldCOFF::getSym...
2015-06-24 Jordan Rose[Preprocessor] Iterating over all macros should include...
2015-06-24 Adhemerval... [ELF] Fix .init_array initialization
2015-06-24 Rafael EspindolaAdd a SymbolRef::getValue.
2015-06-24 Pete CooperDevirtualize Constant::replaceUsesOfWithOnConstant.
2015-06-24 Duncan P. N... AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
2015-06-24 Oleksiy VyalovRevert rL240435: "Mark SBFrame::GetFunctionName and...
2015-06-24 Peter CollingbourneSafeStack: Add another missing header to try to fix...
next