OSDN Git Service

android-x86/external-llvm.git
2016-03-09 Mehdi Aminivoid foo() is not a valid C prototype, one has to write...
2016-03-09 Sanjoy DasReturn StringRef instead of a naked char*; NFC
2016-03-09 Sanjoy Das[IRCE] Reflow comments; NFC
2016-03-09 Mehdi AminiFix library dependency for llvm-lto after r262977
2016-03-09 Dan Gohman[WebAssembly] Implement irreducible control flow.
2016-03-09 Mehdi AminiFix GOLD plugin build after r262976
2016-03-09 Sanjoy DasRemove trailing newline from test case; NFC
2016-03-09 Sanjoy Das[SCEV] Slightly generalize getRangeViaFactoring
2016-03-09 Sanjoy Das[SCEV] Slightly generalize getRangeViaFactoring
2016-03-09 Mehdi AminilibLTO: add a ThinLTOCodeGenerator on the model of...
2016-03-09 Mehdi AminiFunctionIndex is not optional for renameModuleForThinLT...
2016-03-08 Zachary Turner[llvm-pdbdump] Dump line table information.
2016-03-08 Sanjay Patelfix typo; NFC
2016-03-08 Sanjay Pateluse range-based for loop; NFCI
2016-03-08 Sanjay Patelfix variable name; NFC
2016-03-08 Sanjay Pateluse range-based loop; NFCI
2016-03-08 Hans WennborgAdd self to CODE_OWNERS
2016-03-08 Saleem Abdulrasoolcmake: include what you use
2016-03-08 Chris Bieneman[CMake] Refactor add_llvm_implicit_projects to be reusable
2016-03-08 Chad Rosier[AArch64] Disable the MI scheduler to turn bots green...
2016-03-08 Quentin ColombetRevert r262759 and r262760.
2016-03-08 Chad Rosier[AArch64] Add MMOs to unscaled pairs.
2016-03-08 Sanjay Patelrangify, fix function names; NFCI
2016-03-08 Krzysztof ParzyszekInvoke DAG postprocessing in the post-RA scheduler
2016-03-08 Sanjay Pateldon't repeat function names in documentation comments...
2016-03-08 Artyom Skrobov[ARM] Simplify ARMInstr*.td by getting rid of identity...
2016-03-08 Hans WennborgRevert r262599 "[X86][SSE] Improve vector ZERO_EXTEND...
2016-03-08 Manuel KlimekFix problem with uninitilialized bool found by asan.
2016-03-08 Krzysztof ParzyszekAdd DAG mutation interface to the DFA packetizer
2016-03-08 Igor BregerAVX512: Add extract_subvector patterns v8i1->v4i1 ...
2016-03-08 Benjamin Kramer[gold] Avoid assertion failures when taking a pointer...
2016-03-08 Filipe Cabecinhas[llvm-config] Get rid of code related to the Makefile...
2016-03-08 Simon Pilgrim[X86] Regenerated vector float extension tests
2016-03-08 Junmo ParkRemove pr25342 test-case.
2016-03-08 Junmo ParkRevert "[InstCombine] Combine A->B->A BitCast"
2016-03-08 Justin BognerSelectionDAG: Appease the bots that don't like my union
2016-03-08 Peter CollingbourneFix evaluation order. Spotted by Alexander Riccio!
2016-03-08 Kit Barton[Power9] Implement new vsx instructions: load, store...
2016-03-08 Dan Gohman[WebAssembly] Update for spec change from tableswitch...
2016-03-08 Justin BognerRe-apply "SelectionDAG: Store SDNode operands in an...
2016-03-08 Quentin Colombet[MIR] Change the token name for '<' and '>' to be consi...
2016-03-08 Quentin Colombet[AArch64][GlobalISel] Add a test case for the IRTranslator.
2016-03-08 Quentin Colombet[AArch64] Initialize GlobalISel as part of the target...
2016-03-08 Quentin Colombet[GlobalISel] Introduce initializer method to support...
2016-03-08 Quentin Colombet[MIR] Teach the parser/printer that generic virtual...
2016-03-08 Justin BognerRevert "SelectionDAG: Store SDNode operands in an Array...
2016-03-08 Richard SmithA couple more UB fixes for C++14 sized deallocation.
2016-03-08 Quentin Colombet[MIR] Teach the parser how to parse complex types of...
2016-03-08 Justin BognerSelectionDAG: Store SDNode operands in an ArrayRecycler
2016-03-08 Quentin Colombet[MIR] Teach the printer how to print complex types...
2016-03-08 Quentin Colombet[AsmParser] Expose an API to parse a string starting...
2016-03-08 Easwaran RamanRevert revisions 262636, 262643, 262679, and 262682.
2016-03-08 Quentin Colombet[MIR] Print the type of generic machine instructions.
2016-03-08 Quentin Colombet[MIR] Teach the mir parser about types on generic machi...
2016-03-08 Quentin Colombet[lit] Teach lit about global-isel requirement.
2016-03-08 Quentin Colombet[llvm-config] Teach llvm-config about global-isel.
2016-03-07 Anna Zaks[tsan] Add support for pointer typed atomic stores...
2016-03-07 Sanjay Patel[x86] add test to show missing optimization
2016-03-07 Sanjay Patel[x86] simplify test and tighten checks
2016-03-07 Quentin Colombet[MachineInstr] Get rid of some GlobalISel ifdefs.
2016-03-07 Amaury SechetRemove unused import in Orc C API
2016-03-07 Quentin Colombet[IR] Provide an API to skip the details of a structured...
2016-03-07 Quentin Colombet[AsmParser] Add a function to parse a standalone type.
2016-03-07 Quentin Colombet[MIR] Teach the MIPrinter about size for generic virtua...
2016-03-07 Matt ArsenaultFix broken example for bitreverse documentation
2016-03-07 Matt ArsenaultAMDGPU: Match more med3 integer patterns
2016-03-07 Quentin Colombet[MIR] Teach the parser how to handle the size of generi...
2016-03-07 Quentin Colombet[MachineRegisterInfo] Add a method to set the size...
2016-03-07 Amaury SechetSmall formating change in Core.cpp . NFC
2016-03-07 Quentin Colombet[MachineRegisterInfo] Get rid of the global-isel ifdefs.
2016-03-07 Matt ArsenaultAMDGPU: Remove a fixme for ptrrtoint handling
2016-03-07 Matt ArsenaultAMDGPU: Move function only used by R600
2016-03-07 Matt ArsenaultDAGCombiner: Check legality before creating extract_vec...
2016-03-07 Justin BognerSelectionDAG: Remove some unused AtomicSDNode construct...
2016-03-07 Adam Nemet[LoopDataPrefetch] If prefetch distance is not set...
2016-03-07 Marina Yatsina[ms-inline-asm][AVX512] Add ability to use k registers...
2016-03-07 Adam Nemet[ScopedNoAliasAA] Make test basic.ll less confusing
2016-03-07 Adam NemetRevert "Enable LoopLoadElimination by default"
2016-03-07 Chandler Carruth[memdep] Switch to range based for loops.
2016-03-07 Chandler Carruth[DFSan] Remove an overly aggressive assert reported...
2016-03-07 Chandler Carruth[memdep] Switch a function to return true on success...
2016-03-07 Chandler Carruth[memdep] Cleanup the implementation doxygen comments...
2016-03-07 Chandler Carruth[memdep] Finish cleaning up all of the comments' doxygen.
2016-03-07 Chandler Carruth[memdep] Switch from a hacky use of PointerIntPair...
2016-03-07 Chandler Carruth[memdep] Update the comments' doxygen style and place...
2016-03-07 Chandler Carruth[memdep] Run clang-format over the header before portin...
2016-03-07 Craig Topper[CodeGen] Add space-optimized EmitMergeInputChains1_2...
2016-03-07 Mehdi AminiAdd a new insert_as() method to DenseMap and use it...
2016-03-07 Mehdi AminiBitcode reader: Inline readAbbreviatedField in readReco...
2016-03-07 NAKAMURA TakumiRevert r130657, "Windows/DynamicLibrary.inc: Clean...
2016-03-06 Simon Pilgrim[X86][AVX512] Fixed VPERMT2* shuffle mask decoding...
2016-03-06 Valery Pykhtin[AMDGPU] Using table-driven amd_kernel_code_t field...
2016-03-06 Valery Pykhtinfix sanitizer-ppc64be-linux failure for r262804
2016-03-06 Valery Pykhtin[AMDGPU] table-driven parser/printer for amd_kernel_cod...
2016-03-06 Igor BregerAVX512BW: Support llvm intrinsic masked vector load...
2016-03-06 Wilfred HughesFix typo.
2016-03-06 Valery Pykhtin[AMDGPU] SOPxx instructions operand naming fixed in...
2016-03-06 Craig Topper[X86] Use high bits of return value from getEncoding...
2016-03-06 Craig Topper[X86] Remove unnecessary masking. The assert above...
2016-03-06 Craig Topper[X86] Use uint8_t instead of unsigned char as it shorte...
next