OSDN Git Service

android-x86/external-llvm.git
2016-05-03 Reid Kleckner[codeview] Maintain the type enum-to-classname mapping...
2016-05-03 Zachary TurnerParse the TPI (type information) stream of PDB files.
2016-05-03 Zachary TurnerMove llvm-readobj/StreamWriter to Support.
2016-05-03 Mehdi AminiThinLTO: do not import function whose linkage prevents...
2016-05-03 Matthias BraunlivePhysRegs: Pass MBB by reference in addLive{Ins...
2016-05-03 Wolfgang PiebMoved test case for r268323 to DebugInfo/X86 to unbreak...
2016-05-03 Douglas YungAdding period to the end of a comment to test out commi...
2016-05-03 Matthias BraunLivePhysRegs: Automatically determine presence of prist...
2016-05-03 NAKAMURA TakumiMITests: Update libdeps.
2016-05-02 Adrian McCarthyNFC: An iterator for stepping through CodeView type...
2016-05-02 Reid Kleckner[MC] Create unique .pdata sections for every .text...
2016-05-02 Matthias BraunAdd unittest for LiveIntervalAnalysis::handleMove()
2016-05-02 Quentin Colombet[MachineBlockPlacement] Let the target optimize the...
2016-05-02 Quentin Colombet[X86] Model FAULTING_LOAD_OP as a terminator and branch.
2016-05-02 Rafael EspindolaSimplify. NFC.
2016-05-02 Wolfgang PiebDebugInfo: Avoid propagating incorrect debug locations...
2016-05-02 Mehdi AminiRevert "ThinLTO: do not import function whose linkage...
2016-05-02 Zachary Turner[llvm-pdbdump] Fix read past EOF when file is too small.
2016-05-02 Mehdi AminiThinLTO: do not import function whose linkage prevents...
2016-05-02 Kevin EnderbyFix llvm-size to exit with non zero when it can’t open...
2016-05-02 Vedant KumarRemove redundant return, NFC
2016-05-02 Vedant KumarFix a typo, NFC
2016-05-02 Simon Pilgrim[X86][SSE] Added placeholder for 128/256-bit wide shuff...
2016-05-02 Rafael EspindolaDon't try to create thin bsd archives.
2016-05-02 Frederic Riss[dsymutil] Create the temporary files in the system...
2016-05-02 Xinliang David LiCode refactoring -- preparation for new PM porting...
2016-05-02 Reid Kleckner[codeview] Isolate type dumping from object file state
2016-05-02 Kevin EnderbyThread Expected<...> up from libObject’s getType()...
2016-05-02 Matt ArsenaultAMDGPU: Custom lower v2i32 loads and stores
2016-05-02 Tom StellardAMDGPU/SI: Use v_readfirstlane_b32 when restoring SGPRs...
2016-05-02 Matt ArsenaultAMDGPU: Make i64 loads/stores promote to v2i32
2016-05-02 John Regehr[LVI] Add an API to LazyValueInfo so that it can export...
2016-05-02 Simon Pilgrim[X86][AVX2] Added 128-bit wide shuffle test
2016-05-02 Reid KlecknerFix instance of -Winconsistent-missing-override in...
2016-05-02 Reid KlecknerRevert "[SimplifyCFG] Extend TryToSimplifyUncondBranchF...
2016-05-02 Tom StellardAMDGPU/SI: Set the kill flag on temp VGPRs used to...
2016-05-02 Piotr PadlewskiFix typos
2016-05-02 Chad RosierTypo. NFC.
2016-05-02 Chad RosierUse false rather than 0 for a boolean value. NFC.
2016-05-02 Zachary TurnerFix build breakage due to implicit conversion.
2016-05-02 Tim NorthoverARM: fix handling of SUB immediates in peephole opt.
2016-05-02 Justin Holewinski[NVPTX] Fix sign/zero-extending ldg/ldu instruction...
2016-05-02 Reid Kleckner[codeview] Don't dump type stream bytes unless asked to
2016-05-02 Zachary TurnerPDB - Instead of hardcoding stream numbers, use an...
2016-05-02 George Burgess IV[CFLAA] Fix a use-of-invalid-pointer bug.
2016-05-02 Zachary TurnerParse PDB Name Hash Table
2016-05-02 Tom StellardAMDGPU: Move R600 specific code out of AMDGPUISelLoweri...
2016-05-02 Mehdi AminiReversePostOrderFunctionAttrs is not modifying the...
2016-05-02 Tom StellardAMDGPU/SI: Fix bug in SIInstrInfo::insertWaitStates...
2016-05-02 Tom StellardAMDGPU/SI: Use the hazard recognizer to break SMEM...
2016-05-02 Nicolai HaehnleAMDGPU: llvm.SI.fs.constant is a source of divergence
2016-05-02 NAKAMURA TakumiScheduleDAGInstrs.cpp: Don't peel the iterator when...
2016-05-02 Derek Schuff[WebAssembly] Rename memory_size intrinsic to current_m...
2016-05-02 Hans Wennborg[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmpty...
2016-05-02 Mehdi AminiMove createReversePostOrderFunctionAttrsPass right...
2016-05-02 Adam Nemet[LLE] Fix typo from r263058
2016-05-02 Pete CooperAdd llvm-pdbdump to the tool substitutions list in...
2016-05-02 Simon PilgrimFixed signed/unsigned comparison warning.
2016-05-02 Chad RosierRemove extra whitespace. NFC.
2016-05-02 Tom StellardAMDGPU/SI: Use hazard recognizer to detect DPP hazards
2016-05-02 Sanjay Patelremove blank lines
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Simon Pilgrim[X86][SSE] Dropped X86ISD::FGETSIGNx86 and use MOVMSK...
2016-05-02 Chad RosierCleanup comments. NFC.
2016-05-02 Chad RosierCleanup comments. NFC.
2016-05-02 Aaron BallmanSilence unused variable warnings; NFC.
2016-05-02 Chad RosierCleanup comments. NFC.
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 David L KreitzerEnable the X86 call frame optimization for the 64-bit...
2016-05-02 Rafael EspindolaExpose a getFullName for thin archive members.
2016-05-02 Jonas Paulsson[SystemZ] Temporarily disable codegen test int-add...
2016-05-02 Jonas Paulsson[SystemZ] Fix in restoreCalleeSavedRegisters()
2016-05-02 Jonas Paulsson[SystemZ] Mark CC defs as dead whenever possible.
2016-05-02 Craig Topper[X86] Fix a bug in LOCK arithmetic operation pattern...
2016-05-02 Eric ChristopherFix grammar and correct comment - the debug information...
2016-05-02 Davide Italiano[llvm-readobj] Dump hash as part of -version-info.
2016-05-02 Craig Topper[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes...
2016-05-01 Davide Italiano[GlobalDCE] Modernize. Use FileCheck instead of grep.
2016-05-01 Simon Pilgrim[InstCombine][SSE] Added support to VPERMD/VPERMPS...
2016-05-01 Simon PilgrimDropped FIXME comment
2016-05-01 Simon Pilgrim[InstCombine][SSE] Added support to VPERMILVAR to shuff...
2016-05-01 Simon Pilgrim[InstCombine][AVX] Fixed PERMILVAR identity tests and...
2016-05-01 Simon Pilgrim[InstCombine][SSE] Added support to PSHUFB to shuffle...
2016-05-01 Simon Pilgrim[InstCombine][SSE] Regenerate MOVSX/MOVZX tests
2016-05-01 Craig Topper[AVX512] VPACKUSWB/VPACKSSWB should not be encoded...
2016-05-01 Simon Pilgrim[InstCombine][AVX2] Combine VPERMD/VPERMPS intrinsics...
2016-05-01 Simon PilgrimFixed MSVC 'not all control paths return a value' warning
2016-05-01 Simon PilgrimDocument the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option...
2016-05-01 Igor Bregergetelementptr instruction, support index vector of...
2016-05-01 Igor BregerChange AVX512 braodcastsd/ss patterns interaction with...
2016-05-01 Craig Topper[AVX512] Prefer AVX512 VPACK instructions over AVX...
2016-05-01 Craig Topper[AVX512] Add HasVLX to the 128/256-bit versions of...
2016-05-01 Craig Topper[AVX512] Make sure 128/256-bit DQI versions of VAND...
2016-05-01 Craig Topper[X86] Add an AddedComplexity to another pattern to...
2016-05-01 Craig Topper[X86] Remove a seemlingly unused pattern. The same...
2016-05-01 Craig Topper[X86] Add AddedComplexity to keep some similar patterns...
next