oota-llvm.git
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-19 Zachary TurnerInclude Threading.h instead of forward declaring a...
2014-06-19 David BlaikieAdd StringMap::insert(pair) consistent with the standar...
2014-06-19 Eric ChristopherSince we're using DW_AT_string rather than DW_AT_strp...
2014-06-19 Eric ChristopherFix up a few formatting issues.
2014-06-19 Rafael EspindolaRemove an incorrect fixme.
2014-06-19 Alp TokerFix typos
2014-06-19 Justin BognerSupport: Add llvm::sys::fs::copy_file
2014-06-19 David GreeneRemove bogus configure check
2014-06-19 David GreeneAdd option to keep flavor out of the install directory
2014-06-19 David GreeneTurn of -Werror by default
2014-06-19 Eric ChristopherFix this test a little harder - use llc_dwarf to make...
2014-06-19 Alp TokerRemove unused includes following r211294
2014-06-19 Rafael EspindolaUse the c++ APIs.
2014-06-19 Eric ChristopherRelax this test a bit, we don't need the full contents...
2014-06-19 David BlaikieRemove use of removed function, llvm_stop_multithreading
2014-06-19 David BlaikieRemove circular header reference in Threading.h/Mutex.h
2014-06-19 Zachary TurnerFix build on non-Windows platforms.
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 David BlaikieDebugInfo: Fission: Ensure the address pool entries...
2014-06-19 Alp TokerMCNullStreamer: assign file IDs to resolve crashes...
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Oliver StannardTests for r211273
2014-06-19 Zachary TurnerKill the LLVM global lock.
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-19 Matheus Almeida[mips] Implementation of dli.
2014-06-19 Matheus Almeida[mips] Small update to the logic behind the expansion...
2014-06-19 Dinesh DwivediUpdated comments as suggested by Rafael. Thanks.
2014-06-19 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-19 Andrea Di Biagio[X86] Teach how to combine horizontal binop even in...
2014-06-19 Dinesh DwivediRefactored and updated SimplifyUsingDistributiveLaws...
2014-06-19 Alp TokerCommandLine: bail out when options get multiply registered
2014-06-19 Alp TokerRemove OwningPtr.h and associated tests
2014-06-19 David MajnemerInstCombine: Stop two transforms dueling
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Eric ChristopherRemove unnecessary include.
2014-06-19 Eric Christopher80-column fixups.
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-19 Matt ArsenaultR600: Add a few tests I forgot to add.
2014-06-19 Nick LewyckyMove optimization of some cases of (A & C1)|(B & C2...
2014-06-19 Nick LewyckyMake instsimplify's analysis of icmp eq/ne use computeK...
2014-06-19 Nick LewyckyRemove redundant code in InstCombineShift, no functiona...
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-19 David BlaikieFix breakage from r211244 by using LLVM_EXPLICIT to...
2014-06-19 Nikola SmiljanicPR10140 - StringPool's PooledStringPtr has non-const...
2014-06-18 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-18 Matt ArsenaultUse stdint macros for specifying size of constants
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-18 Matt ArsenaultR600: Handle fnearbyint
2014-06-18 Marek OlsakR600/SI: add gather4 and getlod intrinsics (v3)
2014-06-18 Matt ArsenaultUse LL suffix for literal that should be 64-bits.
2014-06-18 Rafael EspindolaAdd a symbols() range and use a range loop.
2014-06-18 Rafael EspindolaSimplify code.
2014-06-18 Saleem AbdulrasoolMC: do not add comment string to the AsmToken in AsmLex...
2014-06-18 Saleem AbdulrasoolMCAsmParser: full support for gas' '.if{cond} expressio...
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-18 Rafael EspindolaRevert a C API difference that I incorrectly introduced.
2014-06-18 Rafael EspindolaMake getBaseObject static.
2014-06-18 Rafael EspindolaChange IRObjectFile to parse the bitcode lazily.
2014-06-18 Rafael EspindolaRemove BitcodeReader::setBufferOwned.
2014-06-18 Diego NovilloSimply test for available locations in optimization...
2014-06-18 Ulrich Weigand[PowerPC] Remove unnecessary load of r12 in indirect...
2014-06-18 Rafael EspindolaUpdate to the latest registered ELF e_machine names...
2014-06-18 Rafael EspindolaRun clang-format in a small chunk of code I am about...
2014-06-18 Justin BognerProfileData: Fix copy-paste type in RawInstrProfReader
2014-06-18 Weiming Zhao[ARM] [MC] Refactor the constant pool classes
2014-06-18 Ed MasteADT: correct typo in comment
2014-06-18 Jan VeselyR600: Expand vector fceil
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-06-18 Matt ArsenaultWork around ridiculous warning.
2014-06-18 Ulrich Weigand[PowerPC] Add back test case for absolute calls (remove...
2014-06-18 Arnold SchwaighoferAdd a triple so that right syntax is choosen on mac...
2014-06-18 Matt ArsenaultR600/SI: Add intrinsics for brev instructions
2014-06-18 Matt ArsenaultR600/SI: Prettier operand printing for 64-bit ops.
2014-06-18 Matheus Almeida[mips] SYNC $stype instruction was added in Mips32
2014-06-18 Rafael EspindolaFix a memory leak in the error path.
2014-06-18 Matt ArsenaultR600: Implement f64 ftrunc, ffloor and fceil.
2014-06-18 Matt ArsenaultR600: Custom lower f64 frint for pre-CI
2014-06-18 Matt ArsenaultR600/SI: Temporary fix for f64 fneg
2014-06-18 Matt ArsenaultR600/SI: Comparisons set vcc.
2014-06-18 Adam Nemet[X86] AVX512: Add non-temporal stores
2014-06-18 Adam Nemet[X86] AVX512: Specify compressed displacement for vmovntdqa
2014-06-18 Ulrich Weigand[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
2014-06-18 Ulrich WeigandDo not XFAIL test/tools/llvm-cov tests on powerpc64le
2014-06-18 Ulrich Weigand[PowerPC] Fix emitting instruction pairs on LE
2014-06-18 Ulrich WeigandSupport LE in RelocVisitor::visitELF_PPC64_*
2014-06-18 Matheus Almeida[mips] Fix expansion of memory operation if destination...
2014-06-18 Matheus Almeida[mips] Report correct location when "erroring" about...
2014-06-18 Zoran Jovanovic[mips][mips64r6] Add BLTC and BLTUC instructions
2014-06-18 Matheus Almeida[mips] Access $at only if necessary.
2014-06-18 Cameron McInallyAdd pattern for unsigned v4i32->v4f64 convert on AVX512.
2014-06-18 Matheus Almeida[mips] Update MipsAsmParser so that it's possible to...
2014-06-18 Matheus Almeida[mips] Implement alias for 'and' and 'or' instructions...
2014-06-18 Matheus Almeida[mips] Remove the last usage of parseRegister from...
2014-06-18 Jan VeselyR600: Implement 64bit SRA
2014-06-18 Jan VeselyR600: Implement 64bit SRL
2014-06-18 Jan VeselyR600: Implement 64bit SHL
2014-06-18 Evgeniy Stepanov[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.
next