OSDN Git Service

android-x86/external-llvm.git
2016-02-12 Rong Xu[PGO] Add another interface for annotateValueSite
2016-02-12 Dan Gohman[WebAssembly] Fix byval for empty types.
2016-02-12 Chad Rosier[AArch64] Enable post-RA MI scheduler for Kryo.
2016-02-12 Dan Gohman[WebAssembly] Fix insertion of a BLOCK in a loop header...
2016-02-12 Andrew Kaylor[WinEH] Prevent EH state numbering from skipping nested...
2016-02-12 Chad Rosier[LIR] Allow merging of memsets in negatively strided...
2016-02-12 Justin LebarFix typo in comment.
2016-02-12 Justin Lebar[SimplifyCFG] Don't fold conditional branches that...
2016-02-12 Justin Lebar[LoopRotate] Don't perform loop rotation if the loop...
2016-02-12 Justin LebarAdd convergent property to CodeMetrics.
2016-02-12 Justin LebarInitialize CodeMetrics' member variables inline with...
2016-02-12 Krzysztof Parzyszek[Hexagon] Recognize more instructions in isLoadFromStac...
2016-02-12 Quentin ColombetGet rid of some GLOBAL_ISEL ifdefs that should be harml...
2016-02-12 David MajnemerRemove unused variable
2016-02-12 Benjamin KramerRemove LLVMGetTargetMachineData leftovers.
2016-02-12 Argyrios Kyrtzidis[ADT] Revert the llvm/ADT/OptionSet.h header and unit...
2016-02-12 Philip Reames[GVN] Common code for local and non-local load availabi...
2016-02-12 Chad Rosier[LIR] Partially revert r252926(NFC), which introduced...
2016-02-12 Philip Reames[LVI] Exploit nsw/nuw when computing constant ranges
2016-02-12 Hans Wennborg[CMake] don't build libLTO when LLVM_ENABLE_PIC is OFF
2016-02-12 Mehdi AminiGlobalISel is always built since r260566, reflect it...
2016-02-12 Mehdi Aminillvm-config: replace assertions with a helpful error...
2016-02-12 Krzysztof Parzyszek[Hexagon] Add utility functions to detect sign- and...
2016-02-12 Krzysztof Parzyszek[Hexagon] Replace expansion of spill pseudo-instruction...
2016-02-12 David Majnemer[InstCombine] Don't aggressively replace xor with icmp
2016-02-12 Tom Stellard[AMDGPU] Assembler: Swap operands of flat_store instruc...
2016-02-12 Changpeng FangAMDGPU/SI: Annotate Loops with Constant Condition in...
2016-02-12 Krzysztof Parzyszek[Hexagon] Remove HexagonExpandPredSpillCode pass
2016-02-12 Krzysztof Parzyszek[Hexagon] Eliminate pseudo instructions for circ/brev...
2016-02-12 Geoff Berry[AArch64] Reduce number of callee-save save/restores.
2016-02-12 Krzysztof Parzyszek[Hexagon] Handle out-of-range offsets in eliminateFrame...
2016-02-12 Chad Rosier[AArch64] Add support for Qualcomm Kryo CPU.
2016-02-12 Rafael EspindolaDelete the deprecated LLVMLinkModules.
2016-02-12 Jun Bum Lim[AArch64] Merge two adjacent str WZR into str XZR
2016-02-12 Krzysztof Parzyszek[Hexagon] Specify vector alignment in DataLayout string
2016-02-12 Benjamin KramerFix uninitialized memory read.
2016-02-12 Hrvoje Varga[mips][micromips] Written missing test for CEIL.L.S...
2016-02-12 Haojian WuRemove LLVMGetTargetMachineData in go-binding.
2016-02-12 Chandler Carruth[attrs] Simplify the convergent removal to directly...
2016-02-12 Chandler Carruth[attrs] Consolidate the test for a non-SCC, non-converg...
2016-02-12 Argyrios Kyrtzidis[unittests/ADT] OptionSetTest: ifdef out for now a...
2016-02-12 Matt ArsenaultAMDGPU: Set flat_scratch from flat_scratch_init reg
2016-02-12 Mehdi AminiC API: Remove LLVMGetDataLayout that was deprecated...
2016-02-12 Mark LaceyFix minor error with debug info doc.
2016-02-12 Argyrios Kyrtzidis[unittests/ADT] OptionSetTest: ifdef out a part that...
2016-02-12 Argyrios Kyrtzidis[ADT] OptionSet: ifdef out some code that seems to...
2016-02-12 Chandler Carruth[attrs] Run clang-format over a newly added routine...
2016-02-12 Argyrios Kyrtzidis[ADT] Introduce ‘OptionSet’ in llvm/ADT headers, which...
2016-02-12 Matt ArsenaultAMDGPU: Set element_size in private resource descriptor
2016-02-12 Kostya Serebryany[libFuzzer] make -runs=N flag also affect the simple...
2016-02-12 Matt ArsenaultAMDGPU: Fix mishandling alignment when scalarizing...
2016-02-12 Matt ArsenaultAMDGPU: Initialize SILowerControlFlow
2016-02-12 Matt ArsenaultAMDGPU: Remove trailing whitespace
2016-02-12 Andrew WilkinsAvoid linking LLVM component libraries with libLLVM
2016-02-12 Evgeniy Stepanov[msan] Put msan constructor in a comdat.
2016-02-12 Mike Aizatsky[sancov] improved object files handling.
2016-02-12 Philip Reames[LVI] Improve select handling to use condition
2016-02-12 Nicolai HaehnleAMDGPU: Quick fix for extreme slowness in spill-scaveng...
2016-02-11 NAKAMURA Takumillvm/test/CodeGen/NVPTX/debug-file-loc.ll: Tweak expres...
2016-02-11 Tim NorthoverARMv7k: use Cortex-A7 by default even for tvOS
2016-02-11 Reid Kleckner[codeview] Dump def range lengths in hex
2016-02-11 Matthew Simpson[SLP] Add debug output for extract cost (NFC)
2016-02-11 Quentin ColombetRe-apply r238452, the bug was in clang and was fixed...
2016-02-11 Mike Aizatsky[libfuzzer] Removing coverage-related flags from asan...
2016-02-11 Sanjay Patel[x86] simplify getZeroVector() ; NFCI
2016-02-11 Mehdi AminiRevert "Refactor the PassManagerBuilder: extract a...
2016-02-11 Mehdi AminiRevert "Define the ThinLTO Pipeline"
2016-02-11 Mehdi AminiRevert "Add a new insert_as() method to DenseMap and...
2016-02-11 Mehdi AminiDefine the ThinLTO Pipeline
2016-02-11 Mehdi AminiRefactor the PassManagerBuilder: extract a "addFunction...
2016-02-11 Quentin Colombet[IRTranslator] Use a single virtual register to represe...
2016-02-11 Quentin Colombet[AArch64] Implements the lowering of formal arguments...
2016-02-11 Tom StellardAMDGPU/SI: Make sure MIMG descriptors and samplers...
2016-02-11 Amaury SechetAdd support for phi nodes in the LLVM C API test
2016-02-11 Quentin Colombet[GlobalISel][MachineIRBuilder] Fix comments.
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.
next