OSDN Git Service

android-x86/external-llvm.git
2016-02-04 Xinliang David LiFix format in comment
2016-02-04 Xinliang David Li[PGO] Add interfaces to annotate instr with VP data
2016-02-04 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2016-02-04 Sanjoy Das[SCEV] Add boolean accessors for NSW, NUW and NW; NFC
2016-02-04 David MajnemerCorrectly handle {Always,Never}StepIntoLine
2016-02-04 David MajnemerAdd support for S_DEFRANGE and S_DEFRANGE_SUBFIELD
2016-02-04 David MajnemerMake the dumper's output for variable ranges easier...
2016-02-04 Sanjay Pateluse 'auto' for iterators; NFCI
2016-02-04 Silviu Baranga[AArch64] Multiply extended 32-bit ints with `[U|S...
2016-02-04 Benjamin KramerThe canonical way to XFAIL a test for all targets is...
2016-02-04 Nemanja IvanovicEnable the %s modifier in inline asm template string
2016-02-04 Renato Golin[PPC] Move PPC test to a PPC-specific dir
2016-02-04 Simon Pilgrim[X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support...
2016-02-04 Chad RosierRevert "[AArch64] Improve load/store optimizer to handl...
2016-02-04 Simon Pilgrim[X86][SSE] Added i686 target tests to make sure we...
2016-02-04 Elena DemikhovskyAVX-512: Fixed a bug in FMA instruction selection on KNL
2016-02-04 Petar Jovanovic[Power PC] softening long double type
2016-02-04 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2016-02-04 Michael Zuckerman[AVX512] add vfmadd132ss and vfmadd132sd Intrinsic
2016-02-04 Simon Pilgrim[X86] Add AVX512 vector zext tests
2016-02-04 Jonas Paulsson[ScheduleDagInstrs] Improved comments
2016-02-04 Simon Pilgrim[X86] Moved SEXT -> SIGN_EXTEND_VECTOR_INREG combine...
2016-02-04 Andrey Turetskiy[X86] Use hash table in LEA optimization pass.
2016-02-04 Justin Bognercmake: Add a flag to enable LTO
2016-02-04 Craig Topper[Support] Use range-based for loop. NFC
2016-02-04 Craig Topper[Support] Use hexdigit instead of manually coding the...
2016-02-04 Xinliang David Li[PGO] Profile interface cleanup
2016-02-04 Jingyue Wu[NVPTX] Disable performance optimizations when OptLevel...
2016-02-04 Nemanja IvanovicTest case for PR 26381
2016-02-04 Wei Mi[SCEV] Try to reuse existing value during SCEV expansion
2016-02-04 Richard SmithFix undefined behavior when compiling in C++14 mode...
2016-02-04 Reid Kleckner[codeview] Don't attempt a cross-section label diff
2016-02-04 Kostya Serebryany[libFuzzer] hot fix a test
2016-02-04 Kostya Serebryany[libFuzzer] don't write the test unit when a leak is...
2016-02-03 Gerolf Hoflehner[SimplifyCFG] Fix for "endless" loop after dead code...
2016-02-03 Vedant Kumar[InstrProfiling] Fix a comment (NFC)
2016-02-03 David L KreitzerUnify the target opcode enum in TargetOpcodes.h and...
2016-02-03 Junmo ParkMinor code cleanups. NFC.
2016-02-03 David MajnemerPrint the OffsetStart field's relocation
2016-02-03 Sanjay Patelrangify; NFCI
2016-02-03 Sanjay Patelclean up; NFC
2016-02-03 David Majnemer[llvm-readobj] Add support for dumping S_DEFRANGE symbols
2016-02-03 Reid KlecknerReplace static const int with enum to fix obnoxious...
2016-02-03 Reid Kleckner[unittests] Move TargetRegistry test from Support to MC
2016-02-03 Reid KlecknerSilence -Wsign-conversion issue in ProgramTest.cpp
2016-02-03 Ana PazosFix pointers to go on the right hand side. NFC.
2016-02-03 David Majnemer[LoopStrengthReduce] Don't rewrite PHIs with incoming...
2016-02-03 David Majnemer[ScalarEvolutionExpander] Simplify findInsertPointAfter
2016-02-03 Reid Kleckner[codeview] Remove EmitLabelDiff in favor emitAbsoluteSy...
2016-02-03 Reid Kleckner[codeview] Use the MCStreamer interface directly instea...
2016-02-03 Keno Fischer[DWARFDebug] Fix another case of overlapping ranges
2016-02-03 Todd FialaAddress NDEBUG-related linkage issues for Value::assert...
2016-02-03 Tim Shen[SelectionDAG] Fix CombineToPreIndexedLoadStore O(n...
2016-02-03 Reid KlecknerMinor performance tweaks to llvm-tblgen (and a few...
2016-02-03 Saleem AbdulrasoolARM: support TLS for WoA
2016-02-03 Wei MiRevert r259662, which caused regressions on polly tests.
2016-02-03 Quentin Colombet[InstCombine] Revert r238452: Fold IntToPtr and PtrToIn...
2016-02-03 Jonas Paulsson[ScheduleDAGInstrs::buildSchedGraph()] Handling of...
2016-02-03 Xinliang David LiFix comments /NFC
2016-02-03 Joseph Tremoulet[Unittest] Clean up formatting, NFC
2016-02-03 Wei Mi[SCEV] Try to reuse existing value during SCEV expansion
2016-02-03 Renato Golin[ARM] Move GNUEABI divmod to __aeabi_divmod*
2016-02-03 Jun Bum Lim[MachineCopyPropagation] Fix comment. NFC
2016-02-03 Daniel Sanders[mips] Remove redundant inclusions of MipsAnalyzeImmedi...
2016-02-03 James Molloy[DemandedBits] Revert r249687 due to PR26071
2016-02-03 Nemanja IvanovicFix for PR 26381
2016-02-03 Simon Atanasyan[mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and...
2016-02-03 Dylan McKay[TableGen] Add 'register alternative name matching...
2016-02-03 Simon Pilgrim[X86][AVX] Add support for 64-bit VZEXT_LOAD of 256...
2016-02-03 Xinliang David LiAdd a compatibility test
2016-02-03 Xinliang David LiFix a typo in comment
2016-02-03 Xinliang David LiFix uninitiazed variable use problem
2016-02-03 Xinliang David Li[PGO] Profile summary reader/writer support
2016-02-03 Peter CollingbourneLowerBitSets: Don't bother to do any work if the llvm...
2016-02-03 Peter CollingbourneAdd #include "llvm/Support/raw_ostream.h" to fix Window...
2016-02-03 Peter CollingbourneTransforms: Move GlobalOpt's Evaluator to Utils where...
2016-02-03 Nick LewyckyFix typo in comment. NFC
2016-02-03 Peter Collingbournedocs: Document how bitsets may be used to encode type...
2016-02-03 Kyle ButtCodegen: [PPC] Fix PPCVSXFMAMutate to handle duplicates.
2016-02-03 Yunzhong GaoRevert r259576: Disable the vzeroupper insertion pass...
2016-02-03 Marcello MaggioniRegCoalescer: Making sure re-materialization defines...
2016-02-03 NAKAMURA TakumiDiagnosticInfoWithDebugLocBase: Appease Twine for now.
2016-02-03 Adam Nemet[LoopVersioning] Expose loop versioning as a pass too
2016-02-02 George Burgess IVAttempt #2 to unbreak r259595.
2016-02-02 David Majnemer[codeview] Improve readability of codeview assembly...
2016-02-02 Kostya Serebryany[libFuzzer] don't create too many trace-based mutations...
2016-02-02 George Burgess IVAttempt to fix builds broken by r259595.
2016-02-02 George Burgess IVThis patch adds MemorySSA to LLVM.
2016-02-02 Philip Reames[LVI] Fix debug output
2016-02-02 Anna Zaks[asan] Add iOS support to AddressSanitzier
2016-02-02 Philip Reames[LVI] Code motion only [NFC]
2016-02-02 Philip Reames[LVI] Refactor to use newly introduced intersect utility
2016-02-02 Justin BognerRemove utils/buildit
2016-02-02 Hemant KulkarniCorrect size calculations for ELF files
2016-02-02 Yunzhong GaoDisable the vzeroupper insertion pass on PS4.
2016-02-02 Lang Hames[Orc] Stub addresses should be based on stub size,...
2016-02-02 Matt ArsenaultAMDGPU: Do not promote allocas with non-inbounds GEPs
2016-02-02 Matt ArsenaultAMDGPU: Handle promoting memmove
2016-02-02 Quentin Colombet[X86] Fix the merging of SP updates in prologue/epilogu...
2016-02-02 Matthias BraunMachineVerifier: Check that defs/uses are live in subre...
next