OSDN Git Service

Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump...
[android-x86/external-llvm.git] / lib /
2016-04-20 Kevin EnderbyThread Expected<...> up from libObject’s getName()...
2016-04-20 Krzysztof Parzyszek[Hexagon] Add -mv.. options to override CPU selection
2016-04-20 Duncan P. N. Exon... IR: Use SmallVector instead of std::vector of TrackingMDRef
2016-04-20 Duncan P. N. Exon... IR: Stop copying vectors of TrackingMDRef in DIBuilder
2016-04-20 Kostya SerebryanyRename asan-check-lifetime into asan-stack-use-after...
2016-04-20 Chad RosierTypo.
2016-04-20 Chad Rosier[ValueTracking] Make isImpliedCondition return an Optio...
2016-04-20 Nico WeberReplace a loop with a for-each loop. No behavior change.
2016-04-20 Duncan P. N. Exon... IR: Avoid mallocs in constructor of ModuleSlotTracker
2016-04-20 Davide Italiano[MC] Silence warning due to unused variable in !Debug...
2016-04-20 Duncan P. N. Exon... Verifier: Add ModuleSlotTracker to printAsOperand call
2016-04-20 Jacques Pienaar[lanai] Add subword scheduling itineraries.
2016-04-20 Duncan P. N. Exon... Verifier: Prefer early continue over if-nesting, NFC
2016-04-20 Davide Italiano[MC] EmitNop: Make an assertion more useful.
2016-04-20 Duncan P. N. Exon... LTO: Verify the input even if optimize() isn't called
2016-04-20 Mehdi AminiModuleLinker: only import what is in GlobalsToImport...
2016-04-20 Duncan P. N. Exon... IR: Use a single ModuleSlotTracker in the Verifier
2016-04-20 Duncan P. N. Exon... IR: Don't use raw_null_ostream in Verifier
2016-04-20 Duncan P. N. Exon... IR: Use default member initialization in Verifier, NFC
2016-04-20 Krzysztof Parzyszek[Hexagon] Fix handling of lcomm directive
2016-04-20 Teresa Johnson[ThinLTO] Prevent importing of "llvm.used" values
2016-04-20 Krzysztof Parzyszek[RDF] Consider register as live if any alias is live
2016-04-20 Zoran Jovanovic[mips][microMIPS] Implement BGEC, BGEUC, BLTC, BLTUC...
2016-04-20 Nikolay HaustovAMDGPU/SI: Assembler: improvements to support trap...
2016-04-20 Asaf Badouh[X86] enable PIE for functions
2016-04-20 Hrvoje Varga[mips][microMIPS]Implement CFC*, CTC* and LDC* instructions
2016-04-20 Craig Topper[AVX512] Add popcount support for v32i16 and v64i8.
2016-04-20 Mehdi AminiThinLTO: never promote as external weak
2016-04-20 Mehdi AminiFunctionImport: make sure we always select the right...
2016-04-20 Craig Topper[X86] Mark some floating point operations that are...
2016-04-20 Craig Topper[X86] Don't mark vector loads and shifts Expand in...
2016-04-20 Craig Topper[X86] Merge the two different SSE2 blocks in the X86Tar...
2016-04-20 Craig Topper[X86] Don't set vector FADD,FSUB,FMUL,FDIV,FNEG,FSQRT...
2016-04-20 Mehdi AminiThinLTO: Move alias importing decision on the summary
2016-04-20 Marcin Koscielnicki[SystemZ] Add support for llvm.thread.pointer intrinsic.
2016-04-20 Amaury SechetAdd LLVMGetAttrKindID in the C API in order to facilita...
2016-04-20 NAKAMURA TakumiMipsAsmParser::loadImmediate(): Prune an obsolete ...
2016-04-20 Kostya Serebryany[libFuzzer] added -detect_leaks flag (0 by default...
2016-04-20 Mehdi AminiScoreboardHazardRecognizer: unbreak TSAN by moving...
2016-04-19 Duncan P. N. Exon... IR: Use std::vector instead of SmallPtrSet for distinct...
2016-04-19 Marcin Koscielnicki[Mips] [MSan] VarArgMIPS64Helper: Use target's endian...
2016-04-19 Tim NorthoverARM: fix assertion failure on -O0 cmpxchg.
2016-04-19 Nicolai HaehnleAdd IntrWrite[Arg]Mem intrinsic property
2016-04-19 Nicolai HaehnleAMDGPU: Guard VOPC instructions against incorrect commute
2016-04-19 Nicolai HaehnleAMDGPU/SI: SGPR accounting in getSIProgramInfo must...
2016-04-19 Krzysztof Parzyszek[Hexagon] Fix operand swapping in HexagonPeephole
2016-04-19 Marcin Koscielnicki[AArch64] [ARM] Make a target-independent llvm.thread...
2016-04-19 Krzysztof Parzyszek[Hexagon] Fix printing the address operand of S2_storer...
2016-04-19 Tim Shen[PPC, SSP] Support PowerPC Linux stack protection.
2016-04-19 Tim Shen[SSP, 2/2] Create llvm.stackguard() intrinsic and lower...
2016-04-19 Jacques Pienaar[lanai] Add lowering for SETCCE i32.
2016-04-19 David Majnemer[ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
2016-04-19 Sanjoy Das[X86] Simplify StackMapShadowTracker; NFC
2016-04-19 Sanjoy Das[X86MCInstLower] Clean up EmitNops; NFC
2016-04-19 Krzysztof Parzyszek[Hexagon] Implement branch relaxation
2016-04-19 Duncan P. N. Exon... IR: Enable debug info type ODR uniquing for forward...
2016-04-19 David L KreitzerPreliminary changes for fixing PR27241. Generalized...
2016-04-19 Zachary Turner[llvm-pdbdump] Print a better error message when PDB...
2016-04-19 Chad Rosier[ValueTracking] Improve isImpliedCondition for conditio...
2016-04-19 Duncan P. N. Exon... Linker: Avoid constructing ValueMap::MDMapT
2016-04-19 Brendon Cahoon[DependenceAnalysis] Refactor uses of getConstantPart...
2016-04-19 Mehdi AminiModuleLinker: Do not import linkonce/weak as "external_...
2016-04-19 Duncan P. N. Exon... IR: Use Optional instead of unique_ptr for debug info...
2016-04-19 Teresa JohnsonEnable ODR uniquing of DITypes in more places
2016-04-19 Duncan P. N. Exon... IR: getOrInsertODRUniquedType => DICompositeType::getOD...
2016-04-19 Duncan P. N. Exon... IR: Require DICompositeType for ODR uniquing type map
2016-04-19 Simon Pilgrim[X86][AVX2] Prefer VPERMQ/VPERMPD over VINSERTI128...
2016-04-19 Mehdi AminiMinor improvement to debug output for Function Importer...
2016-04-19 Sanjoy DasAdd a description for the PatchableFunction pass; NFC
2016-04-19 Sanjoy DasDisable the PatchableFunction pass for NVPTX & Wasm
2016-04-19 Daniel BerlinCorrect IDF calculator for ReverseIDF
2016-04-19 Sanjoy DasIntroduce a "patchable-function" function attribute
2016-04-19 Duncan P. N. Exon... IR: Rename API for enabling ODR uniquing of DITypes...
2016-04-19 Duncan P. N. Exon... BitcodeWriter: Break recursion when enumerating Metadat...
2016-04-19 Jacques Pienaar[lanai] Set boolean contentss to ZeroOrOneBooleanContent.
2016-04-19 Mehdi AminiIncrease SmallVector size for ConstantUniqueMap::getHas...
2016-04-18 Michael KupersteinPort DemandedBits to the new pass manager.
2016-04-18 Kostya Serebryany[libFuzzer] try to print correct time in seconds when...
2016-04-18 Paul Robinson[DWARF] Force a linkage_name on an inlined subprogram...
2016-04-18 Reid KlecknerRemove old DIBuilder::createFunction overload used...
2016-04-18 Mehdi AminiAdd debugging to the cache pruning
2016-04-18 Mehdi AminiCachePruning: fix typo, we accumulate file size here...
2016-04-18 Tim NorthoverARM: use a pseudo-instruction for cmpxchg at -O0.
2016-04-18 Kostya Serebryany[libFuzzer] warn if the corpus is empty
2016-04-18 Lang Hames[Orc] Re-commit r266581 with fixes for MSVC, and format...
2016-04-18 Sanjay Pateltry to make comments more meaningful; NFC
2016-04-18 Marcin KoscielnickiFix shared build of LLVMPasses.
2016-04-18 Sanjoy Das[BPI] Consider deoptimize calls as "unreachable"
2016-04-18 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-18 Xinliang David LiPort InstrProfiling pass to the new pass manager
2016-04-18 Easwaran RamanRevert r266488.
2016-04-18 JF BastienLanai: fix debug build
2016-04-18 Konstantin Zhuravlyov[AMDGPU] Add insert nops pass based on subtarget featur...
2016-04-18 Igor KudrinReapply "[Coverage] Prevent detection of false instanti...
2016-04-18 Eric LiuRevert "Replace the use of MaxFunctionCount module...
2016-04-18 Artem Tamazov[AMDGPU][llvm-mc] s_setreg* - Fix order of operands
2016-04-18 Aaron BallmanSilence some "initialized but unused" warnings from...
2016-04-18 Nico WeberRevert 266581 (and follow-up 266588), it doesn't build...
2016-04-18 Nico WeberUnbreak building llvm-pdbdump on Windows after r266595.
2016-04-18 Daniel Sanders[mips][ias] Prevent double-filling of delay slots by...
next