platform/upstream/llvm.git
2016-04-03 Johannes Doerfert[FIX] Do not create a SCoP in the presence of infinite...
2016-04-03 Elena DemikhovskyAVX-512: Load and Extended Load for i1 vectors
2016-04-03 Davide Italiano[LTO] Implement -disable-verify, which disables bitcode...
2016-04-03 Akira HatanakaFix test case committed in r265197.
2016-04-03 Davide Italiano[LTO] Add a test to ensure we reject negative opt level.
2016-04-03 Davide Italiano[LTO] Reject invalid optimization levels.
2016-04-03 Davide Italiano[LTO] Fix -save-temps in case -o is not specified.
2016-04-03 Davide Italiano[SimplifyLibCalls] Garbage collect dead code.
2016-04-03 Vedant Kumar[c-index-test] Fix leak in print_completion_result...
2016-04-03 Jacques Pienaar[lanai] Fix for LanaiDelaySlotFiller and LanaiMCInstLow...
2016-04-02 Davide Italiano[ELF] Prefer 'auto' over explicit type for consistency.
2016-04-02 Zoran Jovanovic[mips][microMIPS] Revert commits r264245 and r264248.
2016-04-02 Simon Pilgrim[X86][SSE] Added 1024-bit vector comparison tests
2016-04-02 Simon Pilgrim[X86][AVX512] Added AVX512 comparison tests
2016-04-02 Ed SchoutenProvide support for Binutils' --no-dynamic-linker option.
2016-04-02 Rui UeyamaSimplify. NFC.
2016-04-02 Rui UeyamaMerge two `if`s.
2016-04-02 Saleem AbdulrasoolAArch64: support .cpu directive
2016-04-02 Rui UeyamaVariable names should start with uppercase letters.
2016-04-02 Nico Weberclang-cl: Don't skip i_group flags other than -include...
2016-04-02 Rui UeyamaRename a variable. NFC.
2016-04-02 Rui UeyamaDo not return early.
2016-04-02 Rui UeyamaMove code to initialize LLVM to one place.
2016-04-02 Rui UeyamaRemove DefinedElf class.
2016-04-02 Duncan P. N... Linker: Split mapUnneededSubprograms into two; almost NFC
2016-04-02 Duncan P. N... Remove redundant assertion after cast, NFC
2016-04-02 Duncan P. N... Linker: Avoid unnecessary work when moving named metadata
2016-04-02 Mehdi AminiRename FunctionIndex into GlobalValueIndex to reflect...
2016-04-02 Duncan P. N... Linker: Remove IRMover::isMetadataUnneeded indirection...
2016-04-02 Duncan P. N... ValueMapper: Add support for seeding metadata with...
2016-04-02 Duncan P. N... Document end of anonymous namespaces, NFC
2016-04-02 Duncan P. N... Bitcode: Try to emit metadata in function blocks
2016-04-02 Duncan P. N... Fix doxygen comments from r265224, NFC
2016-04-02 Duncan P. N... BitcodeWriter: Further unify function metadata, NFC
2016-04-02 Duncan P. N... BitcodeReader: Check for unresolved function metadata
2016-04-02 Simon Pilgrim[X86][AVX] Added vector float truncation (double2float...
2016-04-02 Mehdi AminiReverts r265219.
2016-04-02 Mehdi AminiFix "warning: variabl 'XX’ set but not used" in release...
2016-04-02 Mehdi Aminiwip
2016-04-02 Greg Parker[test] Don't use "UNSUPPORTED" in FileCheck prefixes
2016-04-02 Mehdi Aminiconstify GlobalValue::getGUID() and GlobalValue::getGlo...
2016-04-02 Mehdi AminiRevert "ThinLTO: add module caching handling."
2016-04-02 Mehdi AminiCreate a typedef GlobalValue::GUID for uint64_t and...
2016-04-02 Mehdi AminiThinLTO: add module caching handling.
2016-04-02 Sean SilvaCall cl::ParseCommandLineOptions from the driver.
2016-04-02 Mehdi Amini80 lines column after renaming "shouldDiscardValueNames...
2016-04-02 Mehdi AminiRename Context::discardValueNames() to shouldDiscardVal...
2016-04-02 Alexander Kornienko[clang-tidy] Update an example. NFC.
2016-04-02 Mehdi AminiAdd Cache Pruning support
2016-04-02 Davide Italiano[LTO] Fix symbols which were internalized incorrectly.
2016-04-02 Sean SilvaFix MSVC build after r265206
2016-04-02 Sean SilvaPR27104: Add -mllvm option
2016-04-02 Eugene Zelenko[Clang-tidy] Improve checks documentation consistency.
2016-04-02 Hans WennborgFix -Wpedantic warning about extra semi-colon
2016-04-02 Rafael EspindolaDon't create a plt when LD access is optimized.
2016-04-01 Rafael EspindolaDon't create a PLT when we optimize out the plt use.
2016-04-01 Douglas Gregor[Objective-C] Introduce objc_runtime_visible attribute.
2016-04-01 Zachary TurnerAdd some unit tests for ClangASTContext.
2016-04-01 Rong Xu[PGO] Use a helper function to find all indirect call...
2016-04-01 Tim NorthoverAArch64: avoid clobbering SP for dead MOVimm pseudos.
2016-04-01 Akira Hatanaka[CodeGen] Emit lifetime.end intrinsic after objects...
2016-04-01 Greg ClaytonFixed an issue where if we have DWARF in an executable...
2016-04-01 Richard Smith[modules] Start moving the code for encoding AST record...
2016-04-01 Rui UeyamaRename a few variables. NFC.
2016-04-01 Nico WeberMake DIASession work if msdia*.dll isn't registered.
2016-04-01 Adrian PrantlAdd missing emissionKind flags to the DICompileUnits...
2016-04-01 Mehdi AminiThinLTO: special handling for LinkOnce functions
2016-04-01 Manman RenSwift Calling Convention: add swifterror attribute.
2016-04-01 Todd Fialaskip and xfail two std::list-related libcxx tests that...
2016-04-01 James Y KnightClean up a couple more preprocessor tests to use match...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vector float tests - fabs /...
2016-04-01 Simon Pilgrim[X86][SSE] Vector i64 load tests
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated comparison mask and float immedi...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated the vec_extract tests.
2016-04-01 David BlaikieUpdate owners to reflect recent changes
2016-04-01 Enrico GranataRemove more of the code-running ObjC data formatter...
2016-04-01 Rong XuFix buildbot lldb-amd64-ninja-netbsd7 failure
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated the vec_insert tests.
2016-04-01 James Y KnightRemove useless check for ThreadModel==Single in ARMISel...
2016-04-01 Andy GibbsDiagnose missing macro argument following charize operator.
2016-04-01 Peter CollingbourneLowerBitSets: Move declarations to separate namespace.
2016-04-01 Todd Fialamark TestCallWithTimeout.py XFAIL on macosx.
2016-04-01 Mike Aizatsky[libfuzzer] adding license headers to cpp files
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vec_partial tests.
2016-04-01 Sanjay Patel[x86] add an SSE2 + fast-unaligned accesses run for...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vec_logical tests.
2016-04-01 Tom StellardAMDGPU: Implement {BUFFER,FLAT}_ATOMIC_CMPSWAP{,_X2}
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vector sdiv to shifts tests
2016-04-01 Mike Aizatsky[sancov] save entry block from pruning (it is always...
2016-04-01 Sanjay Patel[x86] add an SSE1 run for these tests
2016-04-01 Rafael EspindolaSimplify if. NFC.
2016-04-01 Todd FialaGuard xunit result test class and test method name...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vec_setcc tests.
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated the vec_set tests.
2016-04-01 Bruno Cardoso... [CrashReproducer] Add -fmodule-cache-path to reproducer...
2016-04-01 Sanjay Patel[x86] avoid intermediate splat for non-zero memsets...
2016-04-01 Chad Rosier[AArch64] Fix a typo. NFC.
2016-04-01 George Rimar[ELF] - Split Writer::assignAddresses(): extract code...
2016-04-01 David Majnemer[InstCombine] Don't sink an instr after a catchswitch
2016-04-01 David Majnemer[SLPVectorizer] Don't insert an extractelement before...
next