OSDN Git Service

android-x86/external-llvm.git
2016-02-11 Quentin Colombet[GlobalISel] Make the getter for MBB in MachneIRBuilder...
2016-02-11 Quentin Colombet[Target] Add a helper function to check if an opcode...
2016-02-11 Tom StellardAMDGPU/SI: When splitting SMRD instructions, add its...
2016-02-11 Pete CooperSet load alignment on aggregate loads.
2016-02-11 Matthias BraunRevert "LiveIntervalAnalysis: Support moving of subregi...
2016-02-11 Derek Schuff[WebAssembly] Reformat WebAssemblyFrameLowering and...
2016-02-11 Sanjay Patel[SelectionDAG] change getConstant() to use the input...
2016-02-11 Quentin Colombet[GlobalISel] Add the necessary plumbing to lower formal...
2016-02-11 Peter CollingbourneDwarfDebug: emit type units immediately.
2016-02-11 Rafael EspindolaUse copy initialization.
2016-02-11 Quentin Colombet[AArch64] Trivial implementation of lower return for...
2016-02-11 Reid Kleckner[codeview] Add test intended for r260571
2016-02-11 Kevin B. Smith[X86] New pass to change byte and word instructions...
2016-02-11 Reid Kleckner[codeview] Fix bug around multi-level wrapper inlining
2016-02-11 Quentin Colombet[AArch64] Plug the beginning of the GlobalISel pipeline.
2016-02-11 Quentin ColombetPlay nice with Visual Studio and attributes
2016-02-11 Quentin Colombet[CMake] Produce an empty library for GlobalISel when...
2016-02-11 Matthias BraunLiveIntervalAnalysis: Support moving of subregister...
2016-02-11 Quentin Colombet[GlobalISel] Teach the IRTranslator how to lower returns.
2016-02-11 Tom Stellard[AMDGPU] Fix for "v_div_scale_f64 reg, vcc, ..." parsing
2016-02-11 Quentin Colombet[GlobalISel] Add a type to MachineInstr.
2016-02-11 Artem Belevich[NVPTX] emit .file directives for files referenced...
2016-02-11 Quentin Colombet[GlobalISel] Add a hook in TargetConfigPass to run...
2016-02-11 Quentin Colombet[GlobalISel][IRTranslator] Change the ownership of...
2016-02-11 Quentin Colombet[GlobalISel][IRTranslator] Fix a typo in assert.
2016-02-11 Quentin Colombet[GlobalISel][IRTranslator] Teach the pass how to transl...
2016-02-11 Quentin Colombet[GlobalISel] Add a MachineIRBuilder class.
2016-02-11 Jacques Pienaar[lanai] Add Lanai triple.
2016-02-11 Jun Bum LimAdd a test case to show isKnownNonZero() returns correc...
2016-02-11 Jun Bum LimFixed typo in r260530
2016-02-11 James Y KnightAdd -match-full-lines argument to FileCheck.
2016-02-11 Hans WennborgRevert r260507: "[X86] Enable the LEA optimization...
2016-02-11 Jun Bum Lim[AArch64] Refactoring findMatchingStore() in aarch64...
2016-02-11 Jun Bum Lim[InstCombine] Simplify a known nonzero incoming value...
2016-02-11 Benjamin KramerDrop the hidden visibility from DebugHandlerBase for...
2016-02-11 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2016-02-11 Scott Egerton[MC] Fixed parsing of macro arguments where expressions...
2016-02-11 Artur PilipenkoMake context-sensitive isDereferenceable queries in...
2016-02-11 Tamas BerghammerFix MSVC 2013 build after rL260504
2016-02-11 Artur PilipenkoDon't propagate dereferenceable attribute through gc...
2016-02-11 Andrey Turetskiy[X86] Enable the LEA optimization pass by default.
2016-02-11 Ashutosh NemaFixed typo in comment & coding style for LoopVersioning...
2016-02-11 Craig Topper[TableGen] Use range-based for loops. NFC
2016-02-11 Craig Topper[TableGen] Don't call emitSourceFileHeader a second...
2016-02-11 Craig Topper[TableGen] Whitespace cleanup in output file. NFC
2016-02-11 Craig Topper[TableGen] Simplify code slightly. NFC
2016-02-11 Simon Atanasyan[MC][ELF] Handle MIPS specific .sdata and .sbss directives
2016-02-11 Matt ArsenaultAMDGPU: Fix constant bus use check with subregisters
2016-02-11 Matt ArsenaultAMDGPU: Fix passes depending on dominator tree for...
2016-02-11 Matt ArsenaultAMDGPU: Remove some old intrinsic uses from tests
2016-02-11 Matt ArsenaultAMDGPU: Fix not handling new workitem intrinsics in...
2016-02-11 Matt ArsenaultAMDGPU: Split R600 and SI store lowering
2016-02-11 Michael J.... [readobj] Dump DT_JMPREL relocations when outputting...
2016-02-11 Michael J.... [readobj] Handle ELF files with no section table or...
2016-02-11 Michael J.... [readobj] Move dynamic table parsing to a new function...
2016-02-11 Michael J.... [readobj] Sort switch by enum value.
2016-02-11 Michael J.... [readobj] Parse sections before dynamic table.
2016-02-11 Hemant KulkarniFix const confusion while lambda function usage
2016-02-11 Tom Stellard[AMDGPU] Assembler: Fix VOP3 only instructions
2016-02-11 Davide Italiano[llvm-nm] Simplify code logic. Rewrite a single functio...
2016-02-11 Quentin Colombet[GlobalISel][MachineRegisterInfo] Add a method to creat...
2016-02-11 Hemant KulkarniFix build failure caused in r260430
2016-02-10 Davide Italiano[llvm-nm] Minor style change. Prefer EXIT_SUCCESS over 0.
2016-02-10 Teresa JohnsonFix Windows bot failure in Transforms/FunctionImport...
2016-02-10 Quentin Colombet[GlobalISel] Remember the size of generic virtual registers
2016-02-10 Mehdi AminiFunctionImport: add a progressive heuristic to limit...
2016-02-10 Hemant KulkarniMake llvm-nm test consistent with other tests
2016-02-10 Mehdi AminiUse a StringSet in Internalize, and allow to create...
2016-02-10 Mehdi AminiAdd the ability to initialize a StringSet from a pair...
2016-02-10 Davide Italiano[llvm-nm] Prefer range-based loop over explicit iterator.
2016-02-10 Mehdi AminiAdd a new insert_as() method to DenseMap and use it...
2016-02-10 Quentin Colombet[CMake] Add a macro definition to detect if we are...
2016-02-10 Quentin Colombet[GlobalISel] More detailed skeleton for the IRTranslator.
2016-02-10 Mehdi AminiBitcode reader: replace DecodeChar6() with a lookup...
2016-02-10 Mehdi AminiSimplify handleOperandChangeImpl() removing last argume...
2016-02-10 Philip ReamesFollow up to 260439, Speculative fix to clang builders
2016-02-10 Rong Xu[PGO] Make the number of records for each value site...
2016-02-10 Matthias BraunAPInt: Simplify EqualSlowCase
2016-02-10 Xinliang David LiFix buildbot failure (hosts without zlib)
2016-02-10 Teresa JohnsonRestore "[ThinLTO] Use MD5 hash in function index....
2016-02-10 Philip Reames[LVI] Handle constants defensively
2016-02-10 Derek Schuff[WebAssembly] Re-triage list of compilation failures...
2016-02-10 Reid Kleckner[codeview] Describe int local variables using .cv_def_range
2016-02-10 Hemant Kulkarni[llvm-readobj] Option to emit readelf like output
2016-02-10 Derek Schuff[WebAssembly] Address comments left over from r260421
2016-02-10 Xinliang David Li[Coverage] add covmap v2 binary format regression test
2016-02-10 Nicolai HaehnleAMDGPU: Release the scavenged offset register during...
2016-02-10 Sanjay Patel[x86] refactor masked load/store combine logic ; NFCI
2016-02-10 Derek Schuff[WebAssembly] Switch varags calling convention to use...
2016-02-10 Chad Rosier[AArch64] Refactor is logic into a helper function...
2016-02-10 Reid KlecknerFix a -Wsign-compare in Support Path unittests
2016-02-10 Reid KlecknerDisable MSVC 2015's warning about zero extending after...
2016-02-10 Reid KlecknerSilence some MSVC warnings about zero extending unsigne...
2016-02-10 Teresa JohnsonRevert "[ThinLTO] Use MD5 hash in function index."...
2016-02-10 Reid KlecknerEnable constexpr on Visual Studio 2015, add support...
2016-02-10 Matt ArsenaultFix return type of bool function
2016-02-10 Teresa Johnson[ThinLTO] Use MD5 hash in function index.
2016-02-10 Jordan Rose[ADT] Add "return *this;" to PointerEmbeddedInt::operator=.
2016-02-10 Chad Rosier[AArch64] Update comment to match reality. NFC.
2016-02-10 Reid KlecknerDisable the new Orc lazy JIT tests on Windows, they...
next