OSDN Git Service

android-x86/external-llvm.git
2016-04-19 Duncan P. N... IR: Use Optional instead of unique_ptr for Metadata...
2016-04-19 Mehdi AminiModuleLinker: Do not import linkonce/weak as "external_...
2016-04-19 Duncan P. N... 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... IR: getOrInsertODRUniquedType => DICompositeType::getOD...
2016-04-19 Duncan P. N... IR: Require DICompositeType for ODR uniquing type map
2016-04-19 Simon Pilgrim[InstCombine][X86] Added extra tests introduced for...
2016-04-19 Simon Pilgrim[InstCombine][X86] Regenerate SSE combine tests as...
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 Lang Hames[Orc] Disable RPC callST unit test until the S390 failu...
2016-04-19 Sanjoy DasIntroduce a "patchable-function" function attribute
2016-04-19 Duncan P. N... IR: Rename API for enabling ODR uniquing of DITypes...
2016-04-19 Lang Hames[ORC] Whitespace.
2016-04-19 Lang Hames[Orc] Tidy up some of the RPC primitives, add a unit...
2016-04-19 Duncan P. N... BitcodeWriter: Break recursion when enumerating Metadat...
2016-04-19 Saleem Abdulrasoolvim: add swiftcc keyword
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 Richard SmithAdd missing #include, found by modules selfhost.
2016-04-18 Richard SmithAdd missing header, found by modules selfhost.
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 Simon Pilgrim[X86][SSE] Test case for PR2585
2016-04-18 Lang Hames[Orc] Explicitly delete RPC::SequenceNumberManager...
2016-04-18 Lang Hames[Orc] Re-commit r266581 with fixes for MSVC, and format...
2016-04-18 Simon Pilgrim[X86][AVX] Added extra memory folding tests for D19228
2016-04-18 Sanjay Pateltry to make comments more meaningful; NFC
2016-04-18 Chad Rosier[ValueTracking] Correct lit test comments. NFC.
2016-04-18 Marcin KoscielnickiFix shared build of LLVMPasses.
2016-04-18 Sanjoy Das[BPI] Consider deoptimize calls as "unreachable"
2016-04-18 Mehdi Aminilli: avoid global variables, use a local unique_ptr...
2016-04-18 Kostya Serebryany[libFuzzer] add fresh openssl trophies
2016-04-18 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-18 Xinliang David LiAdd missing new file for r266637
2016-04-18 Xinliang David LiPort InstrProfiling pass to the new pass manager
2016-04-18 Simon Pilgrim[X86][AVX] Added zero+blend vs vperm2f128 optsize tests...
2016-04-18 Easwaran RamanRevert r266488.
2016-04-18 JF BastienLanai: fix debug build
2016-04-18 Konstantin... [AMDGPU] Add insert nops pass based on subtarget featur...
2016-04-18 Simon Pilgrim[X86][AVX] Renamed vperm2f128 test to make it quicker...
2016-04-18 Simon Pilgrim[X86][AVX] Renamed vperm2f128 tests to make it quicker...
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 unit tests on Windows after r266595.
2016-04-18 Nico WeberUnbreak building LLVMTarget on Windows after r266595.
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...
2016-04-18 Eric LiuInclude SmallVector.h header in lib/Target/WebAssembly...
2016-04-18 Renato Golin[ARM] AArch32 v8 NEON is still not IEEE-754 compliant
2016-04-18 Daniel Sanders[mips][ias] Stream macro expansions to output instead...
2016-04-18 Strahinja Petrovic[PowerPC] add comment to test
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-18 Lang Hames[Orc] Tweak some of the new RPC code to silence a warni...
2016-04-18 Duncan P. N... BitcodeWriter: WorkList => Worklist, NFC
2016-04-18 Lang Hames[ORC] Generalize the ORC RPC utils to support RPC funct...
2016-04-17 Duncan P. N... Linker: Share a single Metadata map for the lifetime...
2016-04-17 Craig Topper[X86] Be explicit about calls to setOperationAction...
2016-04-17 JF BastienRevert "NFC: unify clang / LLVM atomic ordering"
2016-04-17 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-17 Richard SmithWhen building with LLVM_ENABLE_MODULES, put the module...
2016-04-17 Duncan P. N... Transforms: Try harder to fix bootstrap after r266565
2016-04-17 Duncan P. N... Linker: Don't double-schedule appending variables
2016-04-17 Davide Italiano[ParallelCG] SmallVector<char> -> SmallString.
2016-04-17 Duncan P. N... Transforms: Fix bootstrap after r266565
2016-04-17 Rafael EspindolaFix a use after move.
2016-04-17 Duncan P. N... ValueMapper: Don't allow explicit null mappings of...
2016-04-17 Rafael EspindolaKeep only the splitCodegen version that takes a factory.
2016-04-17 Duncan P. N... IRMover: Remove dead code, NFC
2016-04-17 Craig TopperDeclare MVT::SimpleValueType as an int8_t sized enum...
2016-04-17 Simon Pilgrim[X86][SSE] Added 16i8 -> 8i64 sext test
2016-04-17 Simon Pilgrim[X86] Added TODO comment for target shuffle mask decodi...
2016-04-17 Asaf Badouh[X86] Remove unneeded variables
2016-04-17 Craig Topper[AVX512] ISD::MUL v2i64/v4i64 should only be legal...
2016-04-17 Duncan P. N... IR: Fix type-refs in testcase from r266548
2016-04-17 Duncan P. N... IR: Use getRawScope() when verifying
2016-04-17 Sanjoy DasFix a typo in rL265762
2016-04-17 Duncan P. N... Revert "use range loop, try to make comments more meani...
2016-04-17 Duncan P. N... IR: Use an explicit map for debug info type uniquing
2016-04-17 Duncan P. N... IR: Use ODR to unique DICompositeType members
2016-04-17 Craig Topper[Target] Reduce size of the LoadExtActions array in...
2016-04-17 Craig Topper[Target] Remove checks for Simple VTs before calling...
2016-04-17 Craig Topper[Target] Fix an assertion that should have been updated...
2016-04-17 Duncan P. N... LangRef: Removed some outdated text about DIDerivedType
2016-04-17 Duncan P. N... Linker: Clarify test/Linker/type-unique-odr-a.ll, NFC
2016-04-16 Duncan P. N... IR: Add a configuration point for MDNodeInfo::isEqual...
2016-04-16 Sanjay Pateluse range loop, try to make comments more meaningful...
2016-04-16 Duncan P. N... LangRef: Fix some bugs in debug info descriptions
next