OSDN Git Service

android-x86/external-llvm.git
2016-04-21 Andrew KaylorInitial implementation of optimization bisect support.
2016-04-21 Nicolai HaehnleSplit IntrReadArgMem into IntrReadMem and IntrArgMemOnly
2016-04-21 Philip Reames[unordered] unordered loads from null are still unreachable
2016-04-21 Marcin Koscielnicki[PowerPC] [SSP] Fix stack guard load for 32-bit.
2016-04-21 Adam Nemet[LoopUtils] Fix typo in comment
2016-04-21 Adam Nemet[LoopUtils] Add asserts to findStringMetadataForLoop...
2016-04-21 Adam Nemet[LoopUtils] Move def of findStringMetadataForLoop to...
2016-04-21 Adam Nemet[LoopUtils] Rename {check->find}StringMetadata{Into...
2016-04-21 Philip Reames[instcombine][unordered] Implement *-load forwarding...
2016-04-21 Amjad AboudFixed Dwarf debug info emission to skip DILexicalBlockF...
2016-04-21 Philip Reames[unordered] Add tests and conservative handling in...
2016-04-21 Chad RosierAddress Philip's post-commit feedback for r266987....
2016-04-21 Philip ReamesMinor comment cleanup [NFC]
2016-04-21 Rafael EspindolaFix recursive -only-needed.
2016-04-21 Zoran Jovanovic[mips][microMIPS] Implement ldpc instruction
2016-04-21 Zoran Jovanovic[mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocation
2016-04-21 Chad RosierRefactor implied condition logic from ValueTracking...
2016-04-21 Zoran Jovanovic[mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocation
2016-04-21 Sam Kolton[AMDGPU] Assembler: prevent parseDPPCtrlOps from eating...
2016-04-21 Rafael EspindolaAdd a CachedHash structure.
2016-04-21 Zlatko Buljan[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR...
2016-04-21 Zlatko Buljan[mips][microMIPS] Implement LL, SC, MOVEP, ROTR, ROTRV...
2016-04-21 Evgeny AstigeevichUpdated a test not to produce an empty s-file.
2016-04-21 Evgeny Astigeevich[AArch64][CodeGen] Fix of PR27158: incorrect peephole...
2016-04-21 Craig Topper[AVX512] Add CTTZ support for v8i64 and v16i32 vectors.
2016-04-21 Craig Topper[X86] Fix vector-tzcnt-512 test to disable CDI while...
2016-04-21 Craig TopperFix test command line to explicitly disable CDI instruc...
2016-04-21 Mehdi AminiCachePruning: early exit if no path supplied
2016-04-21 Mehdi AminiThinLTO: initialize variables
2016-04-21 Craig Topper[AVX512] Add support for lowering CTTZ v64i8 and v32i16...
2016-04-21 Craig Topper[X86] Remove redundant calls to setOperationAction...
2016-04-21 Craig Topper[X86] Remove some operations from the default Expand...
2016-04-21 Craig Topper[X86] Remove old leftover MMX code that sets various...
2016-04-21 Mehdi AminiThinLTO: add module caching handling.
2016-04-21 Mehdi AminiThinLTO: Resolve linkonce_odr aliases just like functions
2016-04-21 Sanjoy Das[SimplifyCFG] Fold `llvm.guard(false)` to unreachable
2016-04-21 Craig Topper[X86] Remove unnecessary setting of CTTZ_ZERO_UNDEF...
2016-04-21 Craig Topper[SelectionDAG] Teach LegalizeVectorOps to directly...
2016-04-21 Craig Topper[AVX512] Add support for popcount of v8i64 and v16i32...
2016-04-21 Duncan P. N... ValueMapper: Map uniqued nodes in post-order
2016-04-21 Mehdi AminiThinLTO/ModuleLinker: add a flag to not always pull...
2016-04-21 Duncan P. N... BitcodeWriter: Emit metadata in post-order (again)
2016-04-21 Matthias BraunMachineSched: Cleanup; NFC
2016-04-21 Nick LewyckyAdd optimization for 'icmp slt (or A, B), A' and some...
2016-04-20 Dehao ChenRefine instruction weight annotation algorithm for...
2016-04-20 Kevin EnderbyFix another compilation error from r266919 for clang...
2016-04-20 Evgeniy StepanovFix compilation error in r266919.
2016-04-20 Vedant Kumar[test/PGOProfile] Make tests independent of the raw...
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... IR: Use SmallVector instead of std::vector of TrackingMDRef
2016-04-20 Duncan P. N... 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... 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... Verifier: Add ModuleSlotTracker to printAsOperand call
2016-04-20 Jacques Pienaar[lanai] Add subword scheduling itineraries.
2016-04-20 Duncan P. N... 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... 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... IR: Use a single ModuleSlotTracker in the Verifier
2016-04-20 Duncan P. N... IR: Don't use raw_null_ostream in Verifier
2016-04-20 Duncan P. N... IR: Use default member initialization in Verifier, NFC
2016-04-20 Krzysztof Parzyszek[Hexagon] Fix handling of lcomm directive
2016-04-20 Teresa JohnsonRe-enable "[gold-plugin] Disable name for values other...
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 Teresa JohnsonRevert "[gold-plugin] Disable name for values other...
2016-04-20 Teresa Johnson[gold-plugin] Disable name for values other than Global...
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 avx512cd+vl runs to vector-tzcnt-128/256...
2016-04-20 Craig Topper[AVX512] Update vector-tzcnt-512 test to show how bad...
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 Aminillvm-lto: run the module verifier when doing IR level...
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 Duncan P. N... IR: Use HANDLE_METADATA_LEAF to define MetadataKind...
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... IR: Use std::vector instead of SmallPtrSet for distinct...
2016-04-19 Mandeep Singh... [LLVM] Remove unwanted --check-prefix=CHECK from unit...
2016-04-19 Marcin Koscielnicki[Mips] [MSan] VarArgMIPS64Helper: Use target's endian...
2016-04-19 Kostya Serebryany[libFuzzer] more trophies
2016-04-19 Tim NorthoverARM: fix assertion failure on -O0 cmpxchg.
2016-04-19 Nicolai HaehnleAdd IntrWrite[Arg]Mem intrinsic property
next