OSDN Git Service

android-x86/external-llvm.git
2018-09-28 whitequark[bindings/go] Add Go bindings to the Token type
2018-09-28 Luke CheesemanRevert r343317
2018-09-28 whitequark[bindings/go] Add Go bindings for inline assembly
2018-09-28 whitequarkRevert "[LLVM-C] Add bindings for addCoroutinePassesToE...
2018-09-28 whitequark[LLVM-C] Add bindings for addCoroutinePassesToExtension...
2018-09-28 Robert Widmann[LLVM-C] Fix broken build bots
2018-09-28 Greg Bedwell[utils] Cope with the binary having a .exe extension...
2018-09-28 Greg Bedwell[utils] Stricter checking from update_mca_test_checks.py
2018-09-28 Greg Bedwell[utils] Allow better identification of matching blocks...
2018-09-28 Robert Widmann[LLVM-C] Add more debug information accessors to Global...
2018-09-28 Sanjay Patel[InstCombine] don't propagate wider shufflevector argum...
2018-09-28 Sanjay Patel[InstCombine] adjust shuffle undef propagation tests...
2018-09-28 Lang Hames[ORC] Remove some dead code.
2018-09-28 Lang Hames[ORC] Fix the unit tests that were broken by r343323.
2018-09-28 Aditya Nandakumar[GISel]: Remove an incorrect assert in CallLowering
2018-09-28 Lang Hames[ORC] Improve debugging output for ORC.
2018-09-28 Simon Pilgrim[X86][Btver2] PSUBS/PSUBUS instructions are zero-idioms
2018-09-28 Simon Pilgrim[X86][Btver2] Add zero-idiom tests for PSUBS/PSUBUS...
2018-09-28 Luke CheesemanReapply changes reverted by r343235
2018-09-28 Sven van HaastregtFix and modernize StringMatcher comment; NFC
2018-09-28 Petar Jovanovic[MIPS GlobalISel] Lower i64 arguments
2018-09-28 Simon Pilgrim[X86][Btver2] CVTSS2I/CVTSD2I - add missing JFPU0 pipe
2018-09-28 Jonas DevlieghereSplit invocations in CodeGen/X86/cpus.ll among multiple...
2018-09-28 Andrea Di Biagio[llvm-mca] Remove redundant namespace prefixes. NFC
2018-09-28 Simon Pilgrim[X86][Btver2] Fix BSF/BSR schedule
2018-09-28 Florian HahnRevert r343308: [LoopInterchange] Turn into a loop...
2018-09-28 Florian Hahn[LoopInterchange] Turn into a loop pass.
2018-09-28 Andrea Di Biagio[llvm-mca] Teach how to track zero registers in class...
2018-09-28 Peter Smith[ARM] Remove non-existent cpu arm1176j-s and use mpcore...
2018-09-28 David Spickett[ARM] Allow execute only code on Cortex-m23
2018-09-28 David SpickettRemove extra whitespace. NFC. (test commit)
2018-09-28 Oliver Stannard[ARM][v8.5A] Add speculation barriers SSBB and PSSBB
2018-09-28 Simon Pilgrim[X86][BtVer2] Fix PHMINPOS schedule resources typo
2018-09-28 Hiroshi Inoue[CodeGen] fix broken successor probability in MBB dump
2018-09-28 Owen RodleyTest commit. NFC.
2018-09-28 Craig Topper[ScalarizeMaskedMemIntrin] Use MinAlign to calculate...
2018-09-28 Aaron Smith[pdb] Simplify the code by replacing a few string conve...
2018-09-28 Tom Stellardmerge-request.sh: Add 7.0 metabug
2018-09-28 Lang Hames[ORC] clang-format the ThreadSafeModule code.
2018-09-28 Lang Hames[ORC] Add a const version of ThreadSafeModule::getModule().
2018-09-28 Lang Hames[ORC] Lock ThreadSafeContext during module destruction...
2018-09-28 Craig Topper[ScalarizeMaskedMemIntrin] Fix the alignment calculatio...
2018-09-28 Craig Topper[ScalarizeMaskedMemIntrin] Add test cases for masked...
2018-09-27 Craig Topper[X86] Add the test case from PR38986.
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] Ensure the mask is a vector...
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] Use cast instead of dyn_cast...
2018-09-27 Derek SchuffWebAssembly: Rename GetSignature to GetLibcallSignature...
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] When expanding masked gather...
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] Add some IR only test cases...
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] When expanding masked loads...
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] Handle the case where the...
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] Add dedicated IR only tests...
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] Remove some temporary variab...
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] Cleanup comments. NFC
2018-09-27 Lang Hames[ORC] Add definition for IRLayer::setCloneToNewContextO...
2018-09-27 Konstantin... AMDGPU: Split HasExt into HasExtDPP/SDWA/SDWA9
2018-09-27 Lang Hames[ORC] Make LocalIndirectStubsManager's operations threa...
2018-09-27 Lang Hames[ORC] Lock ThreadSafeContext during Module destructing...
2018-09-27 Konstantin... AMDGPU: Split VOP2Inst into VOP2Inst_e32/e64/sdwa
2018-09-27 Lang Hames[ORC] Coalesce all of ORC's symbol renaming / linkage...
2018-09-27 Lang Hames[ORC] LastKey needs to be protected to prevent data...
2018-09-27 Lang Hames[lli] Fix ArgV setup bug when running in -jit-kind...
2018-09-27 Konstantin... AMDGPU/NFC: Simplify VOP_MAC_F16/F32
2018-09-27 Stanislav Mekhanoshin[AMDGPU] Fold copy (copy vgpr)
2018-09-27 Craig Topper[ScalarizeMaskedMemIntrin] Don't emit 'icmp eq i1 ...
2018-09-27 Simon Pilgrim[X86] Remove BT/BTC/BTR/BTS rr/ri overrides
2018-09-27 Simon Pilgrim[X86][Btver2] (V)MPSADBW instructions take 3uops not 1
2018-09-27 Luke CheesemanRevert r343192 as an ubsan build is currently failing
2018-09-27 Simon Pilgrim[X86][Btver2] BTC/BTR/BTS instructions take 2uops not 1
2018-09-27 Simon Pilgrim[X86] Split BT and BTC/BTR/BTS scheduler classes
2018-09-27 Simon Pilgrim[Sparc] EXPENSIVE_CHECKS now passes all machine verifie...
2018-09-27 Oliver Stannard[AArch64] Refactor immediate details out of add/sub...
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add speculation barriers SSBB and...
2018-09-27 Sanjay Patel[InstCombine] Without infinites, fold (C / X) < 0.0...
2018-09-27 Simon Pilgrim[X86][Btver2] BLSI/BLSMSK/BLSR instructions take 2uops...
2018-09-27 Teresa Johnson[WPD] Fix incorrect devirtualization after indirect...
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add Branch Target Identification instr...
2018-09-27 Sanjay Patel[InstCombine] add tests for FP sign-bit cmp optimizatio...
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add speculation restriction system...
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add Armv8.5-A random number instructions
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add Armv8.5-A "DC CVADP" instruction
2018-09-27 Simon PilgrimThe llvm-exegesis output file is a html file not a...
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add prediction invalidation instructio...
2018-09-27 Oliver Stannard[ARM][v8.5A] Add speculation barrier to ARM & Thumb...
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add speculation barrier to AArch64...
2018-09-27 Daniel Cederman[Sparc] Remove the support for builtin setjmp/longjmp
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add FRINT[32,64][Z,X] instructions
2018-09-27 Clement Courbet[llvm-exegesis] Fix PR39096.
2018-09-27 Daniel Cederman[Sparc] Add unimp alias
2018-09-27 Daniel Cederman[Sparc] Add support for the partial write PSR instruction
2018-09-27 Simon Pilgrim[X86][Btver2] TZCNT instructions take 2uops not 1
2018-09-27 Nemanja Ivanovic[PowerPC] [NFC] Refactor code for printing register...
2018-09-27 Simon Pilgrim[X86][Btver2] Add uops counter for exegesis reports
2018-09-27 Luke CheesemanReapply changes reverted in r343114, lldb patch to...
2018-09-27 Nicola Zaghen[InstCombine] Add new tests in preparation for a combin...
2018-09-27 Hans WennborgRevert r342942 "[MachineCopyPropagation] Reimplement...
2018-09-27 Guillaume Chatelet[llvm-exegesis][NFC] moving code around.
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add PSTATE manipulation instructions...
2018-09-27 Simon Atanasyan[mips] Add support MIPS r6 Debian triples
2018-09-27 Fangrui Song[llvm-exegesis] Remove unused headers and fix naming...
next