oota-llvm.git
2014-07-29 Lang Hames[MCJIT] XFAIL some RuntimeDyld tests on MIPS - RuntimeD...
2014-07-29 Rafael EspindolaUse nullptr instead of NULL.
2014-07-29 Alex LorenzCoverage: improve efficiency of the counter propagation...
2014-07-29 Lang Hames[MCJIT] Make sure we print the full 64-bit result of...
2014-07-29 Rafael EspindolaRemove unused includes.
2014-07-29 Matt ArsenaultR600/SI: Implement getLdStBaseRegImmOfs
2014-07-29 Duncan P. N... UseListOrder: Try to resolve buildbot failure
2014-07-29 Rafael EspindolaDelete dead code.
2014-07-29 Rafael EspindolaHave a single enum for "not a bitcode" error.
2014-07-29 Matt ArsenaultR600/SI: Enable named operand table for DS instructions
2014-07-29 Matt ArsenaultRemove line with no effect
2014-07-29 Rafael Espindolagold plugin: Fix handling of corrupted bitcode files.
2014-07-29 Duncan P. N... UseListShuffleVector: Remove copy constructor
2014-07-29 Duncan P. N... UseListShuffleVector: Code reorganization, NFC
2014-07-29 Lang Hames[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
2014-07-29 Eli BenderskyFix FileCheck crash when empty prefix is passed.
2014-07-29 Rafael EspindolaMove the bitcode error enum to the include directory.
2014-07-29 Alex LorenzCoverage: fix the missing output stream in recursive...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend also...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend more...
2014-07-29 Rafael EspindolaSmall gold plugin simplifications.
2014-07-29 Joerg SonnenbergerAdd a number of aliases for SPR access.
2014-07-29 Matt ArsenaultR600/SI: Add isMUBUF / isMTBUF
2014-07-29 Matt ArsenaultR600/SI: Set bits on SMRD instructions
2014-07-29 Simon AtanasyanInstall the `obj2yaml` and `yaml2obj` utilities togethe...
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-29 Duncan P. N... llvm-uselistorder: Fix header comments from r214144
2014-07-29 Rafael EspindolaAdd a test for the mtriple plugin option.
2014-07-29 Duncan P. N... IR: Create the use-list order shuffle vector in-place
2014-07-29 Justin BognerProfileData: Don't redundantly default initialize a...
2014-07-29 Joerg SonnenbergerAdd rfi instruction. Based on feedback by Ulrich Weigand.
2014-07-29 Sasa Stankovic[mips] Don't use odd-numbered single precision register...
2014-07-29 Ulrich Weigand[PowerPC] Fix ppc64-elf-abi.ll test case on Darwin
2014-07-29 NAKAMURA TakumiUseListShuffleVector: Add a copy constructor to appease...
2014-07-29 Tim NorthoverCodeGenPrep: fall back to MVT::Other if instruction...
2014-07-29 Tim NorthoverARM: add __aeabi_d2h for truncation on AEABI systems
2014-07-29 Tim NorthoverARM: fix @llvm.convert.from.fp16 on softfloat targets.
2014-07-29 NAKAMURA TakumiUseListShuffleVector::~UseListShuffleVector(): Fix...
2014-07-29 NAKAMURA Takumi[autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5...
2014-07-29 Jiangning LiuImplement AArch64 TTI interface isAsCheapAsAMove.
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-29 Duncan P. N... Bitcode: Correctly compare a Use against itself
2014-07-29 Duncan P. N... Fix line-endings, NFC
2014-07-29 Duncan P. N... IR: Augment debug statements for use-list order
2014-07-29 Rafael EspindolaDelete dead code.
2014-07-29 Matt ArsenaultFix typos / grammar.
2014-07-29 Matt ArsenaultFix header including itself
2014-07-28 Duncan P. N... llvm-uselistorder: Add -num-shuffles option
2014-07-28 Kevin EnderbyTweak llvm-nm’s -undefined-only (aka -u) printing for...
2014-07-28 Manman RenClean up testing cases.
2014-07-28 Manman Ren[Debug Info] unique MDNodes in the enum types of each...
2014-07-28 Manman RenRemove extra ; in testing case.
2014-07-28 Duncan P. N... IR: Optimize size of use-list order shuffle vectors
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Hans WennborgUpdate LLVM version: 3.5 => 3.6
2014-07-28 Eric ChristopherRegenerate autoconf, previous updates to the configury...
2014-07-28 Duncan P. N... llvm-uselistorder: Get it building in configure+make...
2014-07-28 Duncan P. N... Bitcode: Serialize (and recover) use-list order
2014-07-28 Duncan P. N... llvm-uselistorder: Add -save-temps option
2014-07-28 Duncan P. N... llvm-uselistorder: Check the correct flag for assembly
2014-07-28 Duncan P. N... IR: Expose Module::rbegin() and rend()
2014-07-28 Lang Hames[MCJIT] Remove extraneous parentheses in test case.
2014-07-28 Rafael EspindolaTest the linker plugin handling of llvm.used.
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-07-28 Matt ArsenaultR600: Modernize test
2014-07-28 Alex Lorenzllvm-cov: move the gcov code into a separate file.
2014-07-28 Matt ArsenaultR600/SI: Fix return type for isMIMG / isSMRD
2014-07-28 Chandler Carruth[SDAG] Add DEBUG logging to the legalizer, fixing a...
2014-07-28 Matt ArsenaultR600/SI: Implement getOptimalMemOpType
2014-07-28 Rafael EspindolaAdd tests for the various emit-llvm plugin options.
2014-07-28 Matt ArsenaultR600/SI: Make argument loads invariant
2014-07-28 Matt ArsenaultUpdate comment
2014-07-28 Rafael EspindolaTest the mcpu option.
2014-07-28 Robert Khasanov[SKX] Enabling mask logic instructions: encoding, lowering
2014-07-28 Dan LiewEmit a warning if llvm_map_components_to_libraries...
2014-07-28 Dan LiewDocument the new LLVM CMake interface for building...
2014-07-28 Dan LiewFixed sphinx warning.
2014-07-28 Ulrich Weigand[PowerPC] Add testcase forgotten in the 214072 commit.
2014-07-28 Ulrich Weigand[PowerPC] Support ELFv1/ELFv2 ABI selection via features
2014-07-27 Rafael EspindolaStart adding some tests for the gold plugin.
2014-07-27 Saleem AbdulrasoolARM: correct handling of features in arch_extension
2014-07-27 Saleem AbdulrasoolARM: convert loop to range based
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-27 Tim NorthoverAArch64: fix conversion of 'J' inline asm constraints.
2014-07-27 Chandler Carruth[x86] Sink a variable only used by asserts into the...
2014-07-27 Chandler Carruth[x86] Add a much more powerful framework for combining...
2014-07-27 Chandler Carruth[ADT] Add a remarkbly useful little helper routine...
2014-07-26 Matt ArsenaultR600/SI: Fix broken test.
2014-07-26 Joey GoulyFix the failing test 'vector-idiv.ll'.
2014-07-26 Matt ArsenaultR600: Move intrinsic lowering to separate functions
2014-07-26 Chandler Carruth[SDAG] Add an assert that we don't mess up the number...
2014-07-26 Chandler Carruth[SDAG] Simplify the code for handling single-value...
2014-07-26 Chandler Carruth[SDAG] When performing post-legalize DAG combining...
2014-07-26 Nick LewyckyFix broken assert.
2014-07-26 NAKAMURA TakumiX86ShuffleDecode.cpp: Silence a warning. [-Wunused...
2014-07-26 NAKAMURA Takumillvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts.
2014-07-26 Chandler Carruth[x86] Fix PR20355 (for real). There are many layers...
2014-07-26 Chandler Carruth[x86] Finish switching from CHECK to ALL. This was...
next