OSDN Git Service

android-x86/external-llvm.git
2017-02-17 Davide Italiano[NewGVN] createVariableOrConstant is not required anymo...
2017-02-17 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize and Include...
2017-02-17 Simon Pilgrim[X86] Add subborrow stack folding tests
2017-02-17 Sanjay Patel[x86] add tests for sext (not bool); NFC
2017-02-17 Matthew Simpson[LAA] Remove unused code (NFC)
2017-02-17 Simon Pilgrim[X86][SSE] Add (V)MOVD folding pattern with zextloadi64...
2017-02-17 Adrian PrantlFix windows bots by locking down the target triple...
2017-02-17 Matt ArsenaultAMDGPU: Fix crashes on invalid icmp/fcmp intrinsics
2017-02-17 Peter CollingbourneWholeProgramDevirt: For VCP use a 32-bit ConstantInt...
2017-02-17 Adrian PrantlDebug Info: Sort frame index expressions before emittin...
2017-02-17 Petr Hosek[CMake] Support externalizing debug info on non-Darwin...
2017-02-17 Simon Pilgrim[X86][SHA] Add SHA stack folding tests
2017-02-17 Artyom SkrobovIn Thumb1 mode, the custom lowering for ARMISD::CMPZ...
2017-02-17 Simon Pilgrim[X86][TBM] Add TBM stack folding tests
2017-02-17 Tim NorthoverGlobalISel: verify that generic loads & stores have...
2017-02-17 Joel Jones[AArch64] Add Cavium ThunderX support
2017-02-17 Peter CollingbourneWholeProgramDevirt: Examine the function body when...
2017-02-17 Simon Pilgrim[X86][BMI] Add BMI2 stack folding tests
2017-02-17 Peter Collingbourneopt: Rename -default-data-layout flag to -data-layout...
2017-02-17 Justin BognerOptDiag: Rename DiagnosticInfoWithDebugLoc to WithLocat...
2017-02-17 Rui UeyamaMC/COFF: Do not emit forward associative section refere...
2017-02-17 Sanjay Patel[DAGCombiner] split i1 select-of-constants from non...
2017-02-17 Simon Pilgrim[X86][BMI] Add BMI stack folding tests
2017-02-17 Sanjay Patel[PowerPC] add tests for select-of-constants; NFC
2017-02-17 Sanjay Patel[ARM] add tests for select-of-constants; NFC
2017-02-17 Matthew Simpson[LV] Remove constant restriction for vector phi creation
2017-02-17 Simon PilgrimFix signed/unsigned comparison warning.
2017-02-17 Sam Parker[ARM] Replace HasT2ExtractPack with HasDSP
2017-02-17 Simon Pilgrim[DAGCombine] Recognise any_extend_vector_inreg and...
2017-02-17 Sanjay Patel[DAGCombiner] improve readability; NFCI
2017-02-17 Diana Picus[ARM] GlobalISel: Clean up some helpers
2017-02-17 Diana Picus[ARM] GlobalISel: Check mappings used by reg bank select
2017-02-17 Diana Picus[ARM] GlobalISel: Use Subtarget in Legalizer
2017-02-17 Diana Picus[ARM] GlobalISel: Add end-to-end tests for double
2017-02-17 Ismail DonmezUpdate Bugzilla URLs in docs
2017-02-17 Eugene LeviantInstCombine: fix extraction when performing vector...
2017-02-17 Craig Topper[IR][X86] Simplify some AutoUpgrade code slightly. NFC
2017-02-17 Craig Topper[IR][X86] Rename an AutoUpgrade helper function to...
2017-02-17 Craig Topper[IR][X86] Move X86 specific portions of UpgradeIntrinsi...
2017-02-17 Andrew WilkinsGo binding: Add methods for missing PassManagerBuilder...
2017-02-17 Sanjoy Das[JumpThreading] Re-enable JumpThreading for guards
2017-02-17 Rafael EspindolaRevert "[Hexagon] Start using regmasks on calls"
2017-02-17 Dean Michael... [XRAY] [x86_64] Adding a Flight Data filetype reader...
2017-02-17 Teresa JohnsonMove test to X86 subdirectory for bot failures
2017-02-17 Chandler Carruth[x86] Give this test a triple so that we don't have...
2017-02-17 Chris Bieneman[CMake] Add variable IOS to iOS toolchain
2017-02-17 Teresa JohnsonAttempt to fix bot failures by adding -mtriple to llc...
2017-02-17 Matt ArsenaultBug 31948: Fix assertion when bitcasting constantexpr...
2017-02-17 Chandler CarruthFileCheck-ize some tests in test/CodeGen/X86/
2017-02-17 Teresa JohnsonHandle link of NoDebug CU with a CU that has debug...
2017-02-17 Eugene Zelenko[IR] Fix some Clang-tidy modernize and Include What...
2017-02-16 Zachary Turner[pdb] Add the ability to resolve TypeServer PDBs.
2017-02-16 Wei Mi[LSR] Prevent formula with SCEVAddRecExpr type of Reg...
2017-02-16 David BlaikieFix -Wunused-lambda-capture by removing some unused...
2017-02-16 Benjamin Kramer[MachinePipeliner] Remove redundant destructor. NFC.
2017-02-16 Krzysztof Parzyszek[Hexagon] Start using regmasks on calls
2017-02-16 Erich KeaneChange default TimerGroup singleton to use magic statics
2017-02-16 Krzysztof Parzyszek[RDF] Aggregate shadow phi uses into one cluster when...
2017-02-16 Simon Pilgrim[X86][SSE] Add PR31309 test case (load-extend i32 to...
2017-02-16 Matt ArsenaultAMDGPU: Remove llvm.AMDGPU.cube intrinsic
2017-02-16 Matt ArsenaultAMDGPU: Remove llvm.AMDGPU.rsq intrinsic
2017-02-16 Hans WennborgRe-apply r282920 "X86: Allow conditional tail calls...
2017-02-16 Krzysztof Parzyszek[RDF] Differentiate between defining and clobbering...
2017-02-16 David BlaikieRefactor DebugHandlerBase a bit to common non-debug...
2017-02-16 Matt ArsenaultInstCombine: Canonicalize fast fmuladd to fmul + fadd
2017-02-16 Krzysztof Parzyszek[RDF] Move normalize(RegisterRef) to PhysicalRegisterInfo
2017-02-16 Andrea Di Biagiox86 interrupt calling convention: only save xmm registe...
2017-02-16 Sanjay Patel[x86] add more tests of select of constants; NFC
2017-02-16 Artur Pilipenko[DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes...
2017-02-16 Sjoerd Meijer[AArch64] AArch64AsmParser clean up of isImmediate...
2017-02-16 Dan Gohman[WebAssembly] Add a cast to void to fix an unused priva...
2017-02-16 Simon Pilgrim[X86] Remove local areOnlyUsersOf helper and use SDNode...
2017-02-16 Marshall ClowRemove uses of deprecated std::random_shuffle in the...
2017-02-16 Diana Picus[ARM] GlobalISel: Select floating point loads
2017-02-16 Artur PilipenkoRever -r295314 "[DAGCombiner] Support {a|s}ext, {a...
2017-02-16 Artur Pilipenko[DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes...
2017-02-16 Diana Picus[ARM] GlobalISel: Select G_SEQUENCE and G_EXTRACT
2017-02-16 Diana Picus[ARM] GlobalISel: Select double G_FADD and copies
2017-02-16 Diana Picus[ARM] GlobalISel: Assert that we don't use the FPR...
2017-02-16 Diana Picus[ARM] GlobalISel: Add reg bank mappings for G_SEQUENCE...
2017-02-16 Diana Picus[ARM] GlobalISel: Make the FPR bank 64-bit wide
2017-02-16 Diana Picus[ARM] GlobalISel: Legalize 64-bit G_FADD and G_LOAD
2017-02-16 NAKAMURA TakumiRWMutex.h: Use llvm-config.h instead of config.h in...
2017-02-16 Diana Picus[ARM] GlobalISel: Lower double precision FP args
2017-02-16 Craig Topper[AVX-512][InstCombine] Teach InstCombine to optimize...
2017-02-16 Craig Topper[AVX-512] Remove masked packss/packus intrinsics and...
2017-02-16 Rui UeyamaSplit WinCOFFObjectWriter::writeSection.
2017-02-16 Rui UeyamaSplit WinCOFFObjectWriter::writeObject function.
2017-02-16 Matt ArsenaultAMDGPU: Remove llvm.SI.sendmsg
2017-02-16 Matt ArsenaultAMDGPU: Remove SI_fs_constant and SI_fs_interp intrinsics
2017-02-16 Rui UeyamaRemove useless local variable.
2017-02-16 Rui UeyamaRename variables to match the LLVM style.
2017-02-16 Hans Wennborg[X86] Re-enable conditional tail calls and fix PR31257.
2017-02-15 Peter CollingbournePMB: Add an importing WPD pass to the start of the...
2017-02-15 Teresa JohnsonCollapse my two entries in CODE_OWNERS.txt
2017-02-15 Tim NorthoverGlobalISel: legalize va_arg on AArch64.
2017-02-15 Tim NorthoverGlobalISel: support translating va_arg
2017-02-15 Daniel BerlinImplement intrinsic mangling for literal struct types.
2017-02-15 Matt ArsenaultAMDGPU: Remove dead node definitions
2017-02-15 Matt ArsenaultFix typos
next