oota-llvm.git
2015-12-29 Craig Topper[TableGen] Add missing space to output.
2015-12-29 Craig Topper[TableGen] Use range-based for loops. NFC
2015-12-29 James Y Knight[TrailingObjects] Dynamically realign under-aligned...
2015-12-29 James Y KnightFix gold test after r256465.
2015-12-29 Chandler Carruth[ptr-traits] Merge the MetadataTracking helpers into...
2015-12-29 Chandler Carruth[ADT] Run clang-format over another file before I try...
2015-12-29 Chandler Carruth[ADT] Use a nonce type with at least 4 byte alignment.
2015-12-28 Eric ChristopherAccept dwarf version 5 for CIE versions.
2015-12-28 Artyom Skrobov[Thumb] Fix assembler error 'cannot honor width suffix...
2015-12-28 Sanjay Patel[x86] lower calls to fmin and llvm.minnum.* using minss...
2015-12-28 Easwaran RamanRefactor inline costs analysis by removing the InlineCo...
2015-12-28 Manuel Jacob[RS4GC] Fix rematerialization of bitcast of bitcast.
2015-12-28 Elena DemikhovskyImplemented cost model for masked gather and scatter...
2015-12-28 Chandler Carruth[ADT] Don't use a fixture just to get a nonce type...
2015-12-28 Eric ChristopherAs a prelude to the rest of DWARF5 being supported...
2015-12-28 Chandler Carruth[ADT] Run clang-format over more code, fixing numerous...
2015-12-28 Chandler Carruth[ADT] Run clang-format over PointerUnion.h and clean...
2015-12-28 Manuel Jacob[vim] Add token type to Vim syntax file.
2015-12-28 Sanjay Patel[x86] lower calls to fmax and llvm.maxnum.* using maxps...
2015-12-28 Sanjay PatelSpecify triple so 'make check' passes on darwin x86-64
2015-12-28 Sanjay Pateltidy up; NFC
2015-12-28 Roman DivackySupport clrex instruction on ARMv6k. Patch by Andrew...
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-28 Michael Kuperstein[X86] Better support for the MCU psABI (LLVM part)
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-28 Asaf Badouh[X86][AVX512] Lower broadcast sub vector to vector...
2015-12-28 Asaf Badouh[X86][AVX512] add fp scalar broadcast intrinsics
2015-12-28 Craig Topper[AVX512] Remove VEX_LIG from vmovd/vmovq instructions...
2015-12-28 Craig Topper[AVX512] Fix some places that used FR64 instead of...
2015-12-28 Craig Topper[AVX512] Bring vmovq instructions names into alignment...
2015-12-28 Craig Topper[X86] Move address for store target from outs to ins...
2015-12-28 Craig Topper[X86] Add proper Uses/Defs/mayLoad flags for AAA/AAD...
2015-12-28 Chandler Carruth[lcg] Fix a few more formatting goofs found by clang...
2015-12-28 Chandler Carruth[lcg] Fix formatting errors found with clang-format...
2015-12-27 Craig Topper[AVX512] Remove separate instruction and patterns for...
2015-12-27 Craig Topper[SelectionDAG] Teach LegalizeVectorOps to not unroll...
2015-12-27 Craig Topper[AVX512] Remove alternate data type versions of VALIGND...
2015-12-27 Dan Liew[lit] Implement support of per test timeout in lit.
2015-12-27 Igor BregerAVX512: Change VPMOVB2M DAG lowering , use CVT2MASK...
2015-12-27 Asaf Badouh[X86][AVX512] change broadcast to use maskable pattern
2015-12-27 Chandler Carruth[attrs] Extract the pure inference of function attribut...
2015-12-27 Chandler Carruth[attrs] Split off the forced attributes utility into...
2015-12-27 Craig Topper[AVX-512] Remove alernate integer forms for VPERMILPS...
2015-12-27 David MajnemerMake the test properly constrained
2015-12-27 NAKAMURA TakumiInstrProfTest.cpp: Don't assume string literals are...
2015-12-27 David MajnemerTry to passify buildbot
2015-12-27 NAKAMURA TakumiPrune the feature "tls". No one is using it since TLS...
2015-12-27 David Majnemer[X86, Win64] Use a frame pointer if pushf is emitted
2015-12-27 David Majnemer[WinEH] Add comments explaining the EH tables
2015-12-26 Sanjay Patel[x86] lower calls to llvm.maxnum.v4f32 using maxps
2015-12-26 Craig Topper[X86] Fix an unused variable warning in released builds.
2015-12-26 Craig Topper[X86] Add support for printing shuffle comments for...
2015-12-26 Craig Topper[X86] Fold some variable declarations and initializatio...
2015-12-26 Benjamin KramerFix safepoint intrinsic signatures in test.
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-26 Craig TopperAdd test case for r256433. "[X86] Fix shuffle decoding...
2015-12-26 Craig TopperRevert r256432 "Test"
2015-12-26 Craig Topper[X86] Fix shuffle decoding for variable VPERMIL to...
2015-12-26 Craig TopperTest
2015-12-25 Craig Topper[X86] Fix copy and paste typo from pasting from another...
2015-12-25 Craig Topper[X86] Put back the include path to the main X86 sources...
2015-12-25 Craig Topper[X86] Remove X86CodeGen dependency from the AsmParser...
2015-12-25 Craig Topper[X86] Move getX86SubSuperRegisterOrZero to X86MCTargetD...
2015-12-25 Craig TopperRemove extra forward declarations and scrub includes...
2015-12-25 Craig Topper[X86] Move AVX512 STATIC_ROUNDING enum to X86BaseInfo...
2015-12-25 Craig Topper[X86] Replace MVT::SimpleValueType in the AsmParser...
2015-12-25 Craig Topper[X86] Don't pass the default value to the High argument...
2015-12-25 Davide Italiano[llvm-objdump] Use stderr and not stdout for fatal...
2015-12-25 Craig Topper[X86] getX86SubSuperRegisterOrZero shouldn't call getX8...
2015-12-25 Craig Topper[X86] Add missing X86II::MRM_C4, MRM_C5, etc. encodings...
2015-12-25 Craig Topper[X86] Use assert instead of if and llvm_unreachable...
2015-12-25 Craig Topper[X86] Minor identation fixes. NFC
2015-12-25 David Majnemer[CodeGen] Use generic printAsOperand machinery instead...
2015-12-25 Craig Topper[IR] Mark the Type subclass helper methods 'inline...
2015-12-25 Craig Topper[Transforms] Use asserts instead of ifs around llvm_unr...
2015-12-25 Dan Gohman[WebAssembly] Fix handling of COPY instructions in...
2015-12-24 Sanjay Patel[InstCombine] transform more extract/insert pairs into...
2015-12-24 Dave BartolomeoFix signed/unsigned warning in Line.h.
2015-12-24 Dave BartolomeoRemove unused constants from TypeTableBuilder.cpp.
2015-12-24 Bill SeurerFix case of path name
2015-12-24 Dave BartolomeoFix CodeView library name and non-CMake builds
2015-12-24 Dave BartolomeoFix initializer order warning in TypeRecord.h
2015-12-24 Dave BartolomeoLLVM CodeView library
2015-12-24 Marina Yatsina[X86][ms-inline asm] Add support for memory operands...
2015-12-24 Benjamin Kramer[ProfileData] Make helper function static.
2015-12-24 Benjamin Kramer[FunctionImport] Move pass into anonymous namespace.
2015-12-24 Chandler CarruthAdd a missing const qualifier on the context instructio...
2015-12-24 Asaf Badouh[X86][PKU] Add {RD,WR}PKRU encoding
2015-12-24 Elena DemikhovskyAVX-512: Kreg set 0/1 optimization
2015-12-24 Igor BregerAVX512: VPMOVM2B/W/D/Q intrinsic implementation.
2015-12-24 Craig TopperUse range-based for loops. NFC
2015-12-24 Matt ArsenaultAMDGPU: Fix getRegisterBitWidth for vectors
2015-12-24 Nico WeberRevert r256336, it caused PR25939
2015-12-24 Tom StellardAMDGPU/SI: Fix encoding of flat instructions on VI
2015-12-24 Tom StellardAMDGPU/SI: Remove non-existent flat instructions
2015-12-24 David MajnemerAddress Sanjoy's review comments to r256326
2015-12-23 JF BastienWebAssembly: remove 'external' from test
2015-12-23 Philip Reames[Statepoints] Use Indirect operands for spill slots
2015-12-23 Adrian Prantlllvm-dwarfdump: Add support for dumping .dSYM bundles.
next