OSDN Git Service

android-x86/external-llvm.git
2019-05-08 Simon PilgrimFix whitespace mismatches. NFCI.
2019-05-08 Simon Pilgrim[LegalizeDAG] Assert non-power-of-2 load/store op split...
2019-05-08 Simon Pilgrim[Hexagon] Fix cppcheck reduce variable scope warnings...
2019-05-08 Andrea Di Biagio[MCA] Don't add a name to the default code region.
2019-05-08 Tim NorthoverARM: disallow SP as Rn for Thumb2 TST & TEQ instructions
2019-05-08 Simon Pilgrim[VPlan] Fix "value never used" static analyzer warning...
2019-05-08 Andrea Di Biagio[MCA] Slightly refactor CodeRegion.h. NFCI
2019-05-08 Simon PilgrimR600InstrInfo.cpp - Add getTransSwizzle assert for...
2019-05-08 Andrea Di Biagio[MCA] Remove dead assignment. NFC
2019-05-08 Simon Pilgrim[SIMode] Fix typo in Status constructor
2019-05-08 Simon Pilgrim[DebugInfo] Fix use-after-move warning. NFCI.
2019-05-08 Simon PilgrimFix cppcheck operator precedence warning. NFCI.
2019-05-08 James Henderson[llvm-objcopy] Add --prefix-alloc-sections
2019-05-08 Florian Hahn[SCCP] Fix crash when trying to constant-fold terminato...
2019-05-08 Martin Storsjo[CMake] Install import libraries
2019-05-08 QingShan Zhang[NFC][PowerPC] Add test for store combine optimization.
2019-05-08 QingShan Zhang[CodeGenPrepare] Don't split the store if it is volatile
2019-05-08 George Rimar[llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSectio...
2019-05-08 QingShan Zhang[NFC] Add a static function to do the endian check
2019-05-08 Mircea Trofin[llvm] Avoid div by 0 when updating profile weights.
2019-05-08 Dan Robertson[ValueTracking] Improve isKnowNonZero for Ints
2019-05-08 Lang Hames[Support] Add error handling to sys::Process::getPageSi...
2019-05-07 Philip Reames[Tests] Expand coverage of small memset zero idioms
2019-05-07 Reid Kleckner[COFF] Use COFF stubs for extern_weak functions
2019-05-07 Sanjay Patel[ValueTracking] add logic for known-never-nan with...
2019-05-07 Lang HamesReapply r360194 "[JITLink] Add support for MachO .alt_e...
2019-05-07 Reid KlecknerRegenerate test case again after last revert
2019-05-07 Reid KlecknerDelete test cases added in r360162 that should have...
2019-05-07 Alina Sbirlea[MemorySSA] Fix CHECKs in test. [NFC]
2019-05-07 Lang HamesRevert r360194 "[JITLink] Add support for MachO .alt_en...
2019-05-07 Austin Kerbow[AMDGPU] Check MI bundles for hazards
2019-05-07 Austin Kerbow[CodeGen] Rename DEBUG_TYPE for default hazard recognizer.
2019-05-07 Sanjay Patel[InstSimplify] add tests for minnum/maxnum and NaN...
2019-05-07 Chris Bieneman[CMake] Detecting python modules should be cached
2019-05-07 Lang Hames[JITLink] Add support for MachO .alt_entry atoms.
2019-05-07 Jonas DevlieghereRevert "[OpenMP][Clang] Support for target math functions"
2019-05-07 Kostya Serebryanyrevert r360162 as it breaks most of the buildbots
2019-05-07 Nikita Popov[ConstantRange] Simplify makeGNWR implementation; NFC
2019-05-07 Robert Lougher[InstCombine] Add new combine to add folding
2019-05-07 Eric ChristopherMake sure that the DAG combiner doesn't merge stores...
2019-05-07 Sanjay Patel[InstCombine] allow sinking fneg operands through an...
2019-05-07 Don Hinton[CommandLine] Allow Options to specify multiple OptionC...
2019-05-07 Philip Reames[Tests] Yet more combination of tests for unordered...
2019-05-07 Adrian PrantlDebug Info: Support address space attributes on rvalue...
2019-05-07 Jinsong Ji[PowerPC][NFC] Update build-vector-tests.ll using utils...
2019-05-07 Adrian PrantlGuard __builtin_available() with __has_builtin to suppo...
2019-05-07 Simon PilgrimRegenerate test to try and fix buildbots
2019-05-07 Florian Hahn[DAGCombiner] Avoid creating large tokenfactors in...
2019-05-07 Sanjay Patel[InstCombine] add tests for FP min/max with negated...
2019-05-07 Simon PilgrimAvoid use-after-move warnings by using swap instead...
2019-05-07 Orlando Cazalet... [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code...
2019-05-07 Lang Hames[JITLink] Fix some copy/paste related typos in a test...
2019-05-07 Keno Fischer[SCEV] Add explicit representations of umin/smin
2019-05-07 Simon PilgrimFix local shadow variable warning. NFCI.
2019-05-07 Robert LougherPrecommit tests for or/add transform. NFC.
2019-05-07 Nemanja Ivanovic[PowerPC] Use the two-constant NR algorithm for refinin...
2019-05-07 George Rimar[llvm-objdump] - Print relocation record in a GNU format.
2019-05-07 Nico Webergn build: Merge r360116
2019-05-07 Nico Webergn build: Run `git ls-files '*.gn' '*.gni' | xargs...
2019-05-07 Roman Lebedev[llvm-exegesis] BenchmarkRunner::runConfiguration(...
2019-05-07 George Rimar[yaml2obj] - Allow setting st_value explicitly for...
2019-05-07 Krasimir GeorgievRevert "[TableGen] Fix a typo"
2019-05-07 Diana Picus[ARM GlobalISel] Widen G_SELECT operands
2019-05-07 Simon Pilgrim[X86][AVX] Fold concat(packus(),packus()) -> packus...
2019-05-07 Simon PilgrimFixed "Value stored to 'Opc' is never read" warning...
2019-05-07 Simon Pilgrim[X86] Reduce scope of variables where possible. NFCI.
2019-05-07 Diana Picus[ARM GlobalISel] Widen G_INTTOPTR/G_PTRTOINT
2019-05-07 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-05-07 Diana Picus[ARM GlobalISel] Widen G_GEP index operand
2019-05-07 Orlando Cazalet... Test commit access
2019-05-07 Roman Lebedev[llvm-exegesis] InstructionBenchmark::writeYamlTo(...
2019-05-07 Nicolai HaehnleAMDGPU: Verify that SOP2/SOPC instructions have at...
2019-05-07 Craig Topper[FastISel][X86] If selectFNeg fails, fall back to Selec...
2019-05-07 Sam Clegg[WebAssembly] Add more test coverage for reloctions...
2019-05-07 Fangrui Song[DebugInfo] Delete TypedDINodeRef
2019-05-07 Fangrui Song[SanitizerCoverage] Use different module ctor names...
2019-05-07 Yan Luo[TableGen] Fix a typo
2019-05-07 Cameron McInallyRefactor UnaryOperator class
2019-05-06 Craig Topper[X86] Use extended vector register classes in getRegFor...
2019-05-06 Amy HuangFix bug in getCompleteTypeIndex in codeview debug info
2019-05-06 Eli Friedman[ARM] Glue register copies to tail calls.
2019-05-06 Craig Topper[FastISel] Pass the fneg input operand to hasTrivialKil...
2019-05-06 Craig Topper[X86] Add test case to show that we don't set the kill...
2019-05-06 Stanislav Mekhanoshin[AMDGPU] gfx1010 verifier changes
2019-05-06 Stanislav Mekhanoshin[AMDGPU] gfx1010: prefer V_MUL_LO_U32 over V_MUL_LO_I32
2019-05-06 Philip Reames[Tests] Add tests for optimized lowerings of element...
2019-05-06 Philip Reames[Tests] Rename tests before adding new ones
2019-05-06 Philip Reames[Tests] Autogen a test in advance of updates
2019-05-06 Philip ReamesFix pr33010, a 2 year old crashing regression
2019-05-06 Craig Topper[X86] Add more test cases for fast-isel handling of...
2019-05-06 Stanislav Mekhanoshin[AMDGPU] gfx1010 memory legalizer
2019-05-06 Jordan RupprechtRevert "Re-commit r357452: SimplifyCFG SinkCommonCodeFr...
2019-05-06 Craig Topper[X86] Remove the suffix on vcvt[u]si2ss/sd register...
2019-05-06 Martin Storsjo[AArch64] Default to SEH exception handling on MinGW
2019-05-06 Sanjay Patel[InstCombine] sink FP negation of operands through...
2019-05-06 Peter Collingbournegn build: Merge r360063.
2019-05-06 Simon PilgrimPull out repeated CI->getCalledFunction() calls. NFCI.
2019-05-06 Craig Topper[SelectionDAG][X86] Support inline assembly returning...
2019-05-06 Amara Emerson[GlobalISel] Handle <1 x T> vector return types properly.
2019-05-06 Craig TopperRevert r359392 and r358887
next