OSDN Git Service

android-x86/external-llvm.git
2016-02-20 Chandler Carruth[PM/AA] Wire up TBAA to the new pass manager's registry...
2016-02-20 Chandler Carruth[PM/AA] Wire up the scoped-no-alias AA to the new pass...
2016-02-20 Chandler Carruth[PM/AA] Wire up SCEVAA to the new pass manager's regist...
2016-02-20 Matthias BraunMachineCopyPropagation: Introduce Reg2MIMap typedef...
2016-02-20 Matthias BraunMachineCopyPropagation: Move variables from function...
2016-02-20 Matthias BraunMachineCopyPropagation: Use ranged for, cleanup; NFC
2016-02-20 Matthias BraunMachineCopyPropagation: Use assert() instead of if...
2016-02-20 Chandler Carruth[PM/AA] Wire up CFLAA to the new pass manager fully...
2016-02-20 Chandler Carruth[PM/AA] Port alias analysis evaluator to the new pass...
2016-02-20 Mike Aizatskyfixing msvc warning.
2016-02-20 Sanjoy Das[SCEV] Don't spell `SCEV *` variables as `Scev`; NFC
2016-02-20 Sanjoy Das[SCEV] Don't spell `SCEV *` variables as `Scev`; NFC
2016-02-20 Sanjoy Das[SCEV] Don't use std::make_pair; NFC
2016-02-20 David Majnemer[SimplifyCFG] Merge together cleanuppads
2016-02-20 Davide Italiano[X86ISelLowering] Fix TLSADDR lowering when shrink...
2016-02-20 Tom StellardAMDGPU/SI: Use v_readfirstlane to legalize SMRD with...
2016-02-20 Quentin Colombet[RegAllocFast] Properly track the physical register...
2016-02-19 Reid Kleckner[codeview] Fix emission of file changes in inline line...
2016-02-19 Mike Aizatsky[sancov] sanitizer html report cosmetic improvements.
2016-02-19 Davide Italiano[X86ISelLowering] Provide a more informative assert...
2016-02-19 Davide Italiano[X86ISelLowering] Merge two conditions inside a single if.
2016-02-19 Hans WennborgRevert r255691 "[LoopVectorizer] Refine loop vectorizer...
2016-02-19 Hans WennborgRevert r253557 "Alternative to long nops for X86 CPUs...
2016-02-19 David Blaikiellvm-dwp: Improve performance (N^2 to amortized N)...
2016-02-19 Dimitry AndricFix incorrect selection of AVX512 sqrt when OptForSize...
2016-02-19 Sanjoy Das[StatepointLowering] Minor non-semantic cleanups
2016-02-19 Dan Gohman[WebAssembly] Add another optimization idea to README...
2016-02-19 Geoff Berry[AArch64][ShrinkWrap] Fix bug in prolog clobbering...
2016-02-19 Sanjoy Das[StatepointLowering] Update StatepointMaxSlotsRequired...
2016-02-19 Sanjoy Das[StatepointLowering] Fix a mistake in rL261336
2016-02-19 Matthew Simpson[LV] Vectorize first-order recurrences
2016-02-19 Sanjoy Das[StatepointLowering] Change AllocatedStackSlots to...
2016-02-19 Sanjoy Das[StatepointLowering] Fix bug in allocateStackSlot
2016-02-19 Sanjoy Das[StatepointLowering] Clean up allocateStackSlot
2016-02-19 Kevin B. Smith[X86] Change fixup-bw-inst.ll to test output with this...
2016-02-19 Silviu Baranga[LV] Fix PR26600: avoid out of bounds loads for interle...
2016-02-19 Tom StellardAMDGPU/SI: Fix s_waitcnt insertion for flat instructions
2016-02-19 Simon Pilgrim[X86][AVX] Added fast-isel intrinsics tests
2016-02-19 Rafael EspindolaAdd support for merging strings with alignment larger...
2016-02-19 Ulrich Weigand[SystemZ] Fix ABI for i128 argument and return types
2016-02-19 Chandler Carruth[LPM] Document the new helpers to make it easy to get...
2016-02-19 Chandler Carruth[LPM] Factor all of the loop analysis usage updates...
2016-02-19 Craig Topper[X86] Remove unused entries from the disassembler type...
2016-02-19 David MajnemerShuffle header file as per the Coding Standards
2016-02-19 David Majnemer[SjLjEHPrepare] Simplify/cleanup code
2016-02-19 Matthias BraunLegalizeDAG: Fix ExpandFCOPYSIGN assuming the same...
2016-02-19 Chandler Carruth[LPM] Actually test what the O2 pass pipeline consists...
2016-02-19 Easwaran RamanAdd profile summary support for sample profile.
2016-02-19 David Majnemer[SjLjEHPrepare] Don't grab pointers to functions in...
2016-02-19 Chandler Carruth[AA] Preserve the AA results wrapper pass as well as...
2016-02-19 Davide Italiano[llvm-nm] In C++, main implicitly returns 0. Pointed...
2016-02-19 Lawrence HuBug fix: use dyn_cast_or_null instead of dyn_cast
2016-02-19 David Blaikiellvm-dwp: Don't test compression when zlib isn't available
2016-02-19 David Blaikiellvm-dwp: Support compressed input
2016-02-19 Junmo ParkMinor code cleanups. NFC.
2016-02-19 Mike Aizatsky[sancov] widening default blacklist.
2016-02-19 Mike Aizatsky[sancov] Adding covered/uncovered tables to coverage...
2016-02-19 Justin LebarWhen printing MIR, output to errs() rather than outs().
2016-02-19 Philip Reames[CaptureTracking] Add a test case for pointer cmpxchg
2016-02-19 Philip Reames[IR] Extend cmpxchg to allow pointer type operands
2016-02-18 Sanjay Patel[x86] fix initialization of PredictableSelectIsExpensive
2016-02-18 Chris Bieneman[CMake] Properly set CMAKE_BUILD_TYPE to Debug by default
2016-02-18 Richard TrieuRemove uses of builtin comma operator.
2016-02-18 Jordan Rose[ADT] Be less clever when using a nonce type for disamb...
2016-02-18 Kostya Serebryany[libFuzzer] only read MaxLen bytes from every file...
2016-02-18 Adam Nemet[PPCLoopDataPrefetch] Move pass to Transforms/Scalar...
2016-02-18 Adam Nemet[PPCLoopDataPrefetch] Remove PPC from some of the names...
2016-02-18 David Majnemer[WinEH] Hoist state stores from successors
2016-02-18 Jordan Rose[ADT] Fix PointerEmbeddedInt when the underlying type...
2016-02-18 Reid Kleckner[IR] Straighten out bundle overload of IRBuilder::Creat...
2016-02-18 Davide Italiano[X86ISelLowering] Use isPowerof2 instead of rewriting...
2016-02-18 Amaury SechetAdd support for invoke/landingpad/resume in C API test
2016-02-18 Philip ReamesRestrict scope of variables [NFC]
2016-02-18 Philip Reames[CaptureTracking] Support atomicrmw and cmpxchg
2016-02-18 Zachary Turner[DebugInfoPDB] Add source / line number accessors for...
2016-02-18 Hans WennborgAdd more triples after r261235
2016-02-18 Matthew Simpson[AArch64] Reduce vector insert/extract cost for Kryo
2016-02-18 Hans WennborgRevert to extend i8/i16 return values on Darwin (PR26665)
2016-02-18 Benjamin KramerMake header self-contained. NFC.
2016-02-18 Chad Rosier[Hexagon] Remove redundant check.
2016-02-18 Xinliang David LiStop creating covmap as note section on ELF
2016-02-18 Nicolai HaehnleAMDGPU/SI: add llvm.amdgcn.image.load/store[.mip] intri...
2016-02-18 Krzysztof Parzyszek[Hexagon] Fix compilation error with GCC 6
2016-02-18 Krzysztof Parzyszek[Hexagon] Implement TLS support
2016-02-18 Matthew SimpsonReapply commit r259357 with a fix for PR26629
2016-02-18 Zlatko Buljan[mips][microMIPS] Implement TLBINV and TLBINVF instructions
2016-02-18 Krzysztof Parzyszek[Hexagon] Add support for __builtin_prefetch
2016-02-18 Krzysztof Parzyszek[Hexagon] Update the callee-saved register set for...
2016-02-18 Benjamin KramerAdd parentheses around arithmetic in operand of '|'.
2016-02-18 Chandler Carruth[PM] Port the PostOrderFunctionAttrs pass to the new...
2016-02-18 Simon Pilgrim[X86][SSE] Improve PSHUFB shuffle mask decoding.
2016-02-18 Junmo ParkMinor code cleanup. NFC.
2016-02-18 Nikolay HaustovTest commit access.
2016-02-18 Michael Zuckerman[AVX512][PRORQ][PRORD] Change imm8 to int
2016-02-18 Chandler Carruth[PM/AA] Teach the new pass manager to use pass-by-lambd...
2016-02-18 NAKAMURA TakumiMake a stub version of MITests, instead of reverting.
2016-02-18 Dan Gohman[WebAssembly] Don't use setRequiresStructuredCFG(true).
2016-02-18 Matthias BraunRevert "LiveIntervalAnalysis: Remove LiveVariables...
2016-02-18 Craig Topper[TableGen,X86] Add NDEBUG check to a variable initializ...
2016-02-18 Craig Topper[TableGen,X86] Remove extra optional operand from RawFr...
next