OSDN Git Service

android-x86/external-llvm.git
2016-07-29 Matt MastenInitial support for vectorization using svml (short...
2016-07-29 Ahmed Bougacha[GlobalISel] Auto-brief LowLevelType. NFC.
2016-07-29 Ahmed Bougacha[GlobalISel] Add LLT::operator!=().
2016-07-29 Ahmed Bougacha[GlobalISel] Fix LLT::unsized to match LLT(LabelTy).
2016-07-29 Ahmed Bougacha[GlobalISel] Add unittests for LowLevelType.
2016-07-29 Paul RobinsonReinstate optnone test for GVN Hoisting, removed in...
2016-07-29 Nirav DaveRemove inline-comment-2.ll until I can debug why it...
2016-07-29 Krzysztof Parzyszek[Hexagon] Improve balancing of address calculation
2016-07-29 Nirav DaveFix inline-comment-2.ll triple
2016-07-29 David L KreitzerAvoid unnecessary 32-bit to 64-bit zero extensions...
2016-07-29 Nirav Dave[MC] When emitting output hash comments always use...
2016-07-29 Krzysztof ParzyszekFix license information in the file header
2016-07-29 Krzysztof ParzyszekAdd missing files to r277143
2016-07-29 Krzysztof Parzyszek[Hexagon] Implement DFA based hazard recognizer
2016-07-29 Daniel SandersRe-commit: [mips][fastisel] Handle 0-4 arguments withou...
2016-07-29 Nirav DaveCleanup TransferDbgValues
2016-07-29 Simon Pilgrim[X86][SSE] Optimize the truncation of vector comparison...
2016-07-29 Simon PilgrimFixed MSVC out of range shift warning
2016-07-29 Sjoerd MeijerFix for commit rL277126 that broke a build.
2016-07-29 Prakhar Bahuguna[Thumb] Emit Thumb move in both Thumb modes for struct_...
2016-07-29 Jacques Pienaar[lanai] Update for Target API (TargetRegistry::Register...
2016-07-29 Sjoerd MeijerTargetInstrInfo: add virtual function getInstSizeInBytes
2016-07-29 Craig Topper[AVX512] Mark EVEX VMOVSSrm and VMOVSDrm as canFoldAsLo...
2016-07-29 Craig Topper[AVX512] Copy the patterns that recognize scalar arimet...
2016-07-29 Craig Topper[AVX512] Add AVX512 run lines to some tests for scalar...
2016-07-29 David Majnemer[EarlyCSE] Correctly handle simplified, but live, instr...
2016-07-29 David Majnemer[ConstantFolding] Fold bitcasts of vectors w/ undef...
2016-07-29 David Majnemer[ConstantFolding] Remove an unused ConstantFoldInstOper...
2016-07-29 David Majnemer[ConstantFolding] Use ConstantExpr::getWithOperands
2016-07-29 David Majnemer[ConstnatFolding] Teach the folder how to fold Constant...
2016-07-29 Craig Topper[AVX512] Remove the intrinsic forms of VMOVSS/VMOVSD...
2016-07-29 George Burgess IV[CFLAA] Check for pointer types in more places.
2016-07-29 Eugene ZelenkoAdd LLVM_ENABLE_LLD option to use LLD as C/C++ linker.
2016-07-29 Teresa JohnsonCapture stderr when checking for gold version
2016-07-29 Piotr PadlewskiFixed comment
2016-07-29 Piotr PadlewskiAdded ThinLTO inlining statistics
2016-07-28 Justin LebarRevert "Don't invoke getName() from Function::isIntrins...
2016-07-28 Evgeniy Stepanov[sanitizer] Simplify and future-proof maybeMarkSanitize...
2016-07-28 Sanjoy Das[IR] Introduce a non-integral pointer type
2016-07-28 Adam Nemet[BPI] Add new LazyBPI analysis
2016-07-28 Changpeng FangAMDGPU/SI: Don't handle a loop if there is no loop...
2016-07-28 Vitaly BukaDo not remove empty lifetime.start/lifetime.end ranges
2016-07-28 Vitaly BukaShould be committed as one CL.
2016-07-28 Vitaly Buka[asan] Add const into few methods
2016-07-28 Vitaly BukaDo not remove empty lifetime.start/lifetime.end ranges
2016-07-28 Vitaly Bukamaned
2016-07-28 Vitaly Bukarange
2016-07-28 Daniel BerlinRework CFG simplification in bugpoint
2016-07-28 Michael Kuperstein[PM] Port LowerGuardIntrinsic to the new PM.
2016-07-28 David BlaikieFix some sign compare warnings breaking the -Werror...
2016-07-28 Alina SbirleaRevert r277038 until clearing why tests fail.
2016-07-28 Alina SbirleaRemove TargetBaseAlign. Keep alignment for stack adjust...
2016-07-28 David MajnemerReally try to pacify the build bots :/
2016-07-28 David MajnemerTry to passify the builders
2016-07-28 David Majnemer[coroutines] Part 3 of N: Adding Boilerplate for Corout...
2016-07-28 Renato Golin[docs] Add sub-mod example by Chris to GitHub proposal
2016-07-28 Krzysztof ParzyszekFix build breaks after r277028
2016-07-28 Matthias BraunMissed updating a GlobalISel bit in my last commit
2016-07-28 Krzysztof Parzyszek[Hexagon] Implement MI-level constant propagation
2016-07-28 Nirav DaveFix DbgValue handling in SelectionDAG.
2016-07-28 Zachary Turner[pdb] Fix another narrowing conversion on x64 builds.
2016-07-28 Zachary Turner[pdb] Fix an ambiguity when writing size_t on x64 platf...
2016-07-28 Zachary Turner[pdb] Fix some warnings that break -Werror builds.
2016-07-28 Krzysztof Parzyszek[Hexagon] Insert CFI instructions before throwing calls
2016-07-28 Zachary Turner[pdb] Refactor library to more clearly separate reading...
2016-07-28 Zachary TurnerGet rid of IMsfStreamData class.
2016-07-28 Matthias BraunMachineFunction: Return reference for getFrameInfo...
2016-07-28 Reid KlecknerFix dangling reference to temporary in use of ArrayRef
2016-07-28 John BrawnRevert r276973 "Adjust Registry interface to not requir...
2016-07-28 Ahmed Bougacha[AArch64][GlobalISel] Select G_BR.
2016-07-28 Ahmed Bougacha[MIRParser] Accept unsized generic instructions.
2016-07-28 Ahmed Bougacha[AArch64][GlobalISel] Select GPR G_SUB.
2016-07-28 Ahmed Bougacha[AArch64][GlobalISel] Select GPR G_AND.
2016-07-28 Ahmed Bougacha[GlobalISel] Remove types on selected insts instead...
2016-07-28 Ahmed Bougacha[AArch64][GlobalISel] Remove 'alignment' from MIR tests...
2016-07-28 Wei DingAMDGPU : Add intrinsics for compare with the full wavef...
2016-07-28 Sjoerd MeijerTargetInstrInfo: rename GetInstSizeInBytes to getInstSi...
2016-07-28 Daniel Sanders[mips] Fix a warning that occurs on some gcc 4.9.2...
2016-07-28 Daniel SandersRevert r276982 and r276984: [mips][fastisel] Handle...
2016-07-28 Craig Topper[X86] Remove CustomInserter for FMA3 instructions....
2016-07-28 Daniel Sanders[mips] Reword debug message as should have been done...
2016-07-28 Daniel Sanders[mips][fastisel] Handle 0-4 arguments without SelectionDAG.
2016-07-28 Tom StellardAMDGPU/SI: Don't use reserved VGPRs for SGPR spilling
2016-07-28 Simon PilgrimRemoved unused variables
2016-07-28 Simon PilgrimFix signed/unsigned warning.
2016-07-28 John BrawnReapply r276856 "Adjust Registry interface to not requi...
2016-07-28 Nicolai HaehnleAMDGPU: add execfix flag to SI_ELSE
2016-07-28 Vassil Vassilev[modules] Add missing includes.
2016-07-28 Daniel JasperRemove two tests added in r276957.
2016-07-28 Sylvestre Ledrufix some typos in the doc
2016-07-28 Zijiao MaR276957 broke bot clang-ppc64be-linux-multistage,try...
2016-07-28 David Majnemer[ConstantFolding] Don't bail on folding if ConstantFold...
2016-07-28 Zijiao MaAdd unittests to {ARM | AArch64}TargetParser.
2016-07-28 David Majnemer[CodeView] Don't crash on functions without subprograms
2016-07-28 David MajnemerAdd EP_CGSCCOptimizerLate extension point to PassManage...
2016-07-28 David Majnemer[InstCombine] Handle failures from ConstantFoldConstant...
2016-07-28 Matt ArsenaultAMDGPU: Turn dead checks into asserts
2016-07-28 Matt ArsenaultAMDGPU: Remove analyzeImmediate
2016-07-27 Wei MiFix the assertion error in collectLoopUniforms caused...
2016-07-27 Justin LebarDon't invoke getName() from Function::isIntrinsic().
next